mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
Merge pull request #572 from hadjilucasL/swag-dashboard-extra-doc-app-discovery
swag-dashboard : Expand a bit on the way application discovery works in the docs
This commit is contained in:
@@ -23,7 +23,7 @@ Requires an internal DNS, add a rewrite of `dashboard.domain.com` to your server
|
|||||||
Remove the allow/deny lines in `/config/nginx/proxy-confs/dashboard.subdomain.com`, and instead secure it some other way (like Authelia for example).
|
Remove the allow/deny lines in `/config/nginx/proxy-confs/dashboard.subdomain.com`, and instead secure it some other way (like Authelia for example).
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
- The application discovery scans the proxy configs and looks for the following structure in accordance with the samples:
|
- The application discovery scans for a list of known services, as well as enabled custom proxy confs that contain the following format:
|
||||||
```yaml
|
```yaml
|
||||||
set $upstream_app <container/address>;
|
set $upstream_app <container/address>;
|
||||||
set $upstream_port <port>;
|
set $upstream_port <port>;
|
||||||
|
|||||||
Reference in New Issue
Block a user