2022-01-14 14:55:42 -05:00
2022-01-13 20:45:11 +02:00
2022-01-14 14:55:42 -05:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2022-01-14 14:55:42 -05:00
2019-05-30 20:35:20 +01:00
2022-01-13 20:45:11 +02:00

Dashboard Docker mod for SWAG

This mod adds a dashboard to SWAG powered by Goaccess.

Currently only works with a subdomain, not a subfolder.

Enable

In the container's docker arguments, set an environment variable DOCKER_MODS=linuxserver/mods:swag-dashboard

If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:swag-mod2

Usage

Navigate to dashboard.domain.com from your LAN to view the dashboard.

Notes

  • 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.
      set $upstream_app something;
      set $upstream_port 123;
      set $upstream_proto http;
      proxy_pass $upstream_proto://$upstream_app:$upstream_port;
    
  • Swag Maxmind mod is required to enable the geo location graph

Example

Example

Description
No description provided
Readme GPL-3.0 6.5 MiB
Languages
Text 100%