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
- 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
-
- The host's fail2ban can be supported by mounting it to swag `- /path/to/host/fail2ban.sqlite3:/dashboard/fail2ban.sqlite3:ro`
35
-
- The host's logs can be supported by mounting it to swag `- /path/to/host/logs:/dashboard/logs:ro`
36
35
- To clear the dashboard stats, you must remove the logs (/config/log/nginx) and **recreate** the container.
37
36
37
+
## Dashboard Support
38
+
39
+
There's a stats endpoint for integration with dashboards under `https://dashboard.domain.com/?stats=true`.
40
+
41
+
## External Support
42
+
- External fail2ban (not required when using swag's fail2ban) can be supported by mounting it to swag `- /path/to/host/fail2ban.sqlite3:/dashboard/fail2ban.sqlite3:ro`.
43
+
- External logs (not required when using swag's logs) can be supported by mounting it to swag `- /path/to/host/logs:/dashboard/logs:ro`.
0 commit comments