update for admin page enabled by default

This commit is contained in:
peskyadmin 2025-04-14 16:17:17 -05:00
parent ef0748d48a
commit 0aaabcad3d

View File

@ -40,7 +40,7 @@ ts-vaultwarden/
4. Configure VaultWarden 4. Configure VaultWarden
- Replace `{{YOUR_DOMAIN}}` in the `docker-compose.yml` - Replace `{{YOUR_DOMAIN}}` in the `docker-compose.yml`
- Configuring the Admin page (WebUI) - Configuring the Admin page (WebUI)
- For a basic configuration uncomment `ADMIN_TOKEN: "an-incredibly-complex-password-is-required"` in the `docker-compose.yml` and change the password. This password permits access to your admin page - For a basic configuration update the following `ADMIN_TOKEN: "an-incredibly-complex-password-is-required"` in the `docker-compose.yml` and change the password. This password permits access to your admin page
- For enterprise grade security follow these [directions](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token). - For enterprise grade security follow these [directions](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token).
- **OPTIONAL** Vaultwarden's configuration is primarily managed through environment variables or a [.env file](https://github.com/dani-garcia/vaultwarden/blob/main/.env.template) for configuration options - **OPTIONAL** Vaultwarden's configuration is primarily managed through environment variables or a [.env file](https://github.com/dani-garcia/vaultwarden/blob/main/.env.template) for configuration options
- [Helpful Tutorial](https://www.techaddressed.com/tutorials/vaultwarden-docker-compose/#cost-features) - [Helpful Tutorial](https://www.techaddressed.com/tutorials/vaultwarden-docker-compose/#cost-features)