🐶🔥 This is fine.
 
 
Go to file
michael 76fda3f1d5 dockerize cloudflared on cuddlefish + ssh proxying test 2023-06-19 11:27:48 -07:00
cuddlefish dockerize cloudflared on cuddlefish + ssh proxying test 2023-06-19 11:27:48 -07:00
.gitignore update backup stuff 2023-06-15 16:42:42 -07:00
README.md dockerize cloudflared on cuddlefish + ssh proxying test 2023-06-19 11:27:48 -07:00

README.md

Homelab

Hosts & Services

Cuddlefish

  • git.michaellisano.com

Rocktiplex

  • 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
    ...

The name of the target services 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