Merge pull request #290 from quietsy/swag-dashboard

This commit is contained in:
Adam 2022-01-13 18:49:46 +00:00 committed by GitHub
commit 460792c072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 264 KiB

View File

@ -15,7 +15,13 @@ If adding multiple mods, enter them in an array separated by |, such as DOCKER_M
Navigate to `dashboard.domain.com` from your LAN to view the dashboard.
## Notes
- The application discovery works best when the container names match the `proxy-conf` files
- The application discovery scans all the conf files and looks for the following structure in accordance with the samples, incorrect discovery results can be fixed by using the structure.
```yaml
set $upstream_app something;
set $upstream_port 123;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
```
- [Swag Maxmind mod](https://github.com/linuxserver/docker-mods/tree/swag-maxmind) is required to enable the geo location graph
# Example