michaelnet/README.md

819 B

Michael's Homelab

Hosts & Services

Cuddlefish

CentOS

  • git.michaellisano.com

Rocktiplex

Rocky Linux

  • analytics.michaellisano.com

Dockerized Cloudflared Notes

If a docker-compose file looks like this:

services:
  gitea-server:
    image: gitea/gitea:1.19.3
    ...
  gitea-cloudflared:
    image: cloudflare/cloudflared
    ...

Then in this case the name of the target service is gitea-server, and (per Docker's networking shenanigans), should be specified directly by service name, e.g.

https://git.michaellisano.com -> http://gitea-server:3000