mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
Merge branch 'master' into patch-1
This commit is contained in:
+12
-2
@@ -4,6 +4,11 @@
|
||||
|
||||

|
||||
|
||||
* [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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user