You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -165,11 +165,12 @@ Advanced manual setups are also supported. Check the following environment varia
165
165
| ZU_DEFAULT_USERNAME | unset (`docker-compose.yml`: admin) | Default username that will be set on the first run |
166
166
| ZU_DEFAULT_PASSWORD | unset (`docker-compose.yml`: zero-ui) | Default password that will be set on the first run |
167
167
| ZU_DATAPATH |`data/db.json`| ZeroUI data storage path |
168
-
| ZU_DISABLE_AUTH |unset| If set to true, automatically log in all users. This is useful if ZeroUI is protected by an authentication proxy. Note that when this value is changed, the localStorage of instances of logged-in panels should be cleared |
168
+
| ZU_DISABLE_AUTH |`false`| If set to true, automatically log in all users. This is useful if ZeroUI is protected by an authentication proxy. Note that when this value is changed, the localStorage of instances of logged-in panels should be cleared |
169
169
| ZU_LAST_SEEN_FETCH |`true`| Enables [Last Seen feature](https://github.com/dec0dOS/zero-ui/issues/40)|
170
170
| ZU_LAST_SEEN_SCHEDULE |`*/5 * * * *`| Last Seen cron-like schedule |
171
+
| ZU_LOGIN_LIMIT |`false`| Enable rate limiter for /login endpoint |
171
172
| ZU_LOGIN_LIMIT_WINDOW | 30 | The duration of the IP ban in minutes |
172
-
|ZT_LOGIN_LIMIT_ATTEMPTS| 50 | Login attemps before ban |
173
+
|ZU_LOGIN_LIMIT_ATTEMPTS| 50 | Login attemps before ban |
173
174
174
175
ZeroUI could be deployed as a regular nodejs web application, but it requires a ZeroTier controller that is installed with the `zerotier-one` package. For more info about the network controller, you could read [here](https://github.com/zerotier/ZeroTierOne/tree/master/controller/#readme).
0 commit comments