rename features, fix formatting

This commit is contained in:
Bernd Storath 2024-08-23 08:32:47 +02:00
parent ed93c6c8ed
commit 41be774761
2 changed files with 6 additions and 6 deletions

View File

@ -13,6 +13,7 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
</p> </p>
## Features ## Features
* All-in-one: WireGuard + Web UI. * All-in-one: WireGuard + Web UI.
* Easy installation, simple to use. * Easy installation, simple to use.
* List, create, edit, delete, enable & disable clients. * List, create, edit, delete, enable & disable clients.
@ -23,9 +24,9 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
* Gravatar support. * Gravatar support.
* Automatic Light / Dark Mode * Automatic Light / Dark Mode
* Multilanguage Support * Multilanguage Support
* UI_TRAFFIC_STATS (default off) * Traffic Stats (default off)
* WG_ENABLE_ONE_TIME_LINKS (default off) * One Time Links (default off)
* WG_ENABLE_EXPIRES_TIME (default off) * Client Expiry (default off)
## Requirements ## Requirements
@ -127,7 +128,6 @@ These options can be configured by setting environment variables using `-e KEY="
| `MAX_AGE` | `0` | `1440` | The maximum age of Web UI sessions in minutes. `0` means that the session will exist until the browser is closed. | | `MAX_AGE` | `0` | `1440` | The maximum age of Web UI sessions in minutes. `0` means that the session will exist until the browser is closed. |
| `UI_ENABLE_SORT_CLIENTS` | `false` | `true` | Enable UI sort clients by name | | `UI_ENABLE_SORT_CLIENTS` | `false` | `true` | Enable UI sort clients by name |
> 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.
## Updating ## Updating