Skip to content

Commit 82c0e4f

Browse files
committed
simplify readme
1 parent e96a14d commit 82c0e4f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,13 @@ Requires an internal DNS, add a rewrite of `dashboard.domain.com` to your server
2323
Remove the allow/deny lines in `/config/nginx/proxy-confs/dashboard.subdomain.com`, and instead secure it some other way (like Authelia for example).
2424

2525
## Notes
26-
- The application discovery scans all files, irrespective of extension, under the nginx config directories and looks for the following structure in accordance with the samples:
26+
- The application discovery scans for a list of known services, as well as enabled custom proxy confs that contain the following format:
2727
```yaml
2828
set $upstream_app <container/address>;
2929
set $upstream_port <port>;
3030
set $upstream_proto <protocol>;
3131
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
3232
```
33-
The following directories are scanned for configurations:
34-
- `/config/nginx`
35-
- `/etc/nginx/http.d`
3633
- Either [Swag Maxmind mod](https://github.com/linuxserver/docker-mods/tree/swag-maxmind) or [Swag DBIP mod](https://github.com/linuxserver/docker-mods/tree/swag-dbip) are required to enable the geo location graph.
3734
- The host's fail2ban can be supported by mounting it to swag `- /path/to/host/fail2ban.sqlite3:/dashboard/fail2ban.sqlite3:ro`
3835
- The host's logs can be supported by mounting it to swag `- /path/to/host/logs:/dashboard/logs:ro`

0 commit comments

Comments
 (0)