mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 13:01:46 -07:00
docs: document ZU_DISABLE_AUTH env var
This commit is contained in:
parent
e7fb4d0aa8
commit
a247dc07a5
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ Advanced manual setups are also supported. Check the following environment varia
|
||||||
| ZU_DEFAULT_USERNAME | unset (`docker-compose.yml`: admin) | Default username that will be set on the first run |
|
| ZU_DEFAULT_USERNAME | unset (`docker-compose.yml`: admin) | Default username that will be set on the first run |
|
||||||
| ZU_DEFAULT_PASSWORD | unset (`docker-compose.yml`: zero-ui) | Default password that will be set on the first run |
|
| ZU_DEFAULT_PASSWORD | unset (`docker-compose.yml`: zero-ui) | Default password that will be set on the first run |
|
||||||
| ZU_DATAPATH | `data/db.json` | ZeroUI data storage path |
|
| ZU_DATAPATH | `data/db.json` | ZeroUI data storage path |
|
||||||
|
| ZU_DISABLE_AUTH | unset | If set to true, automatically log in all users. This is useful if ZeroUI is protected by an authentication proxy |
|
||||||
|
|
||||||
ZeroUI could be deployed as a regular nodejs web application, but it requires ZeroTier controller that is installed with `zerotier-one` package. More info about the network controller you could read [here](https://github.com/zerotier/ZeroTierOne/tree/master/controller/#readme).
|
ZeroUI could be deployed as a regular nodejs web application, but it requires ZeroTier controller that is installed with `zerotier-one` package. More info about the network controller you could read [here](https://github.com/zerotier/ZeroTierOne/tree/master/controller/#readme).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue