rename features, fix formatting
This commit is contained in:
parent
ed93c6c8ed
commit
41be774761
|
@ -13,6 +13,7 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
|
|||
</p>
|
||||
|
||||
## Features
|
||||
|
||||
* All-in-one: WireGuard + Web UI.
|
||||
* Easy installation, simple to use.
|
||||
* 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.
|
||||
* Automatic Light / Dark Mode
|
||||
* Multilanguage Support
|
||||
* UI_TRAFFIC_STATS (default off)
|
||||
* WG_ENABLE_ONE_TIME_LINKS (default off)
|
||||
* WG_ENABLE_EXPIRES_TIME (default off)
|
||||
* Traffic Stats (default off)
|
||||
* One Time Links (default off)
|
||||
* Client Expiry (default off)
|
||||
|
||||
## 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. |
|
||||
| `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.
|
||||
|
||||
## Updating
|
||||
|
|
Loading…
Reference in New Issue