|
@ -24,6 +24,7 @@ You have found the easiest way to install & manage WireGuard on any Linux host! |
|
|
* Automatic Light / Dark Mode |
|
|
* Automatic Light / Dark Mode |
|
|
* Multilanguage Support |
|
|
* Multilanguage Support |
|
|
* UI_TRAFFIC_STATS (default off) |
|
|
* UI_TRAFFIC_STATS (default off) |
|
|
|
|
|
* UI_SHOW_LINKS (default off) |
|
|
|
|
|
|
|
|
## Requirements |
|
|
## Requirements |
|
|
|
|
|
|
|
@ -120,6 +121,7 @@ These options can be configured by setting environment variables using `-e KEY=" |
|
|
| `LANG` | `en` | `de` | Web UI language (Supports: en, ua, ru, tr, no, pl, fr, de, ca, es, ko, vi, nl, is, pt, chs, cht, it, th, hi). | |
|
|
| `LANG` | `en` | `de` | Web UI language (Supports: en, ua, ru, tr, no, pl, fr, de, ca, es, ko, vi, nl, is, pt, chs, cht, it, th, hi). | |
|
|
| `UI_TRAFFIC_STATS` | `false` | `true` | Enable detailed RX / TX client stats in Web UI | |
|
|
| `UI_TRAFFIC_STATS` | `false` | `true` | Enable detailed RX / TX client stats in Web UI | |
|
|
| `UI_CHART_TYPE` | `0` | `1` | UI_CHART_TYPE=0 # Charts disabled, UI_CHART_TYPE=1 # Line chart, UI_CHART_TYPE=2 # Area chart, UI_CHART_TYPE=3 # Bar chart | |
|
|
| `UI_CHART_TYPE` | `0` | `1` | UI_CHART_TYPE=0 # Charts disabled, UI_CHART_TYPE=1 # Line chart, UI_CHART_TYPE=2 # Area chart, UI_CHART_TYPE=3 # Bar chart | |
|
|
|
|
|
| `UI_SHOW_LINKS` | `false` | `true` | Enable display of a short download link in Web UI | |
|
|
|
|
|
|
|
|
> If you change `WG_PORT`, make sure to also change the exposed port. |
|
|
> If you change `WG_PORT`, make sure to also change the exposed port. |
|
|
|
|
|
|
|
|