You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,16 @@ Requires an internal DNS, add a rewrite of `dashboard.domain.com` to your server
23
23
Remove the allow/deny lines in `/config/nginx/proxy-confs/dashboard.subdomain.com`, and instead secure it some other way (like Authelia for example).
24
24
25
25
## Notes
26
-
- The application discovery scans the proxy configs and looks for the following structure in accordance with the samples:
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:
The following directories are scanned for configurations:
34
+
- `/config/nginx`
35
+
- `/etc/nginx/http.d`
33
36
- 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.
34
37
- The host's fail2ban can be supported by mounting it to swag `- /path/to/host/fail2ban.sqlite3:/dashboard/fail2ban.sqlite3:ro`
35
38
- The host's logs can be supported by mounting it to swag `- /path/to/host/logs:/dashboard/logs:ro`
0 commit comments