Merge branch 'master' into patch-1

This commit is contained in:
DoTheEvo
2020-05-14 17:11:21 +02:00
committed by GitHub
+12 -2
View File
@@ -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.</br>
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:*</br>
`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