diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index 28e3c3e..c2bc777 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -4,6 +4,11 @@ ![logo](https://i.imgur.com/xmSY5qu.png) +* [Official site](https://caddyserver.com/v2) +* [Official documentation](https://caddyserver.com/docs/) +* [Forum](https://caddy.community/) +* [Github](https://github.com/caddyserver/caddy) + # Purpose Reverse proxy setup that allows hosting many services and access them @@ -207,7 +212,11 @@ adding whatever is the local IP of the docker host and the hostname: * `192.168.1.222 a.example.com` * `192.168.1.222 b.example.com` -Or use Opera browser and enable the build in VPN if it's for quick testing. +Or use Opera browser and enable the build in VPN if it's for quick testing.
+One can also run a dns/dhcp server on the network, to solve this for all +devices, +[here's how to run dnsmasq](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/dnsmasq) + ### - Run it all @@ -232,7 +241,8 @@ For example trying to ping hosts that are suppose to be reachable, There's also other possible issues, like bad port forwarding towards docker host. *extra info:*
-`docker-compose exec -w /etc/caddy caddy caddy reload` reloads config. +`docker-compose exec -w /etc/caddy caddy caddy reload` reloads config +if you made changes and want them to take effect. # Caddy more info and various configurations