Add simple auth for admin access
This commit is contained in:
@@ -50,6 +50,11 @@ docker compose pull
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Admin auth:
|
||||
|
||||
- Set `ADMIN_PASSWORD` on the server/container to protect `/admin` and admin stats/maintenance endpoints.
|
||||
- Without `ADMIN_PASSWORD`, admin login is disabled until configured.
|
||||
|
||||
The app will be available at `http://localhost:4173`.
|
||||
|
||||
Persistent admin saves:
|
||||
|
||||
Reference in New Issue
Block a user