From 830986ec6b20f4af7b715a182354d7fa79400997 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Thu, 10 Apr 2025 23:18:15 -0500 Subject: [PATCH] update admin page settings --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d392d..af4e2a9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ ts-vaultwarden/ 4. Configure VaultWarden - Replace `{{YOUR_DOMAIN}}` in the `docker-compose.yml` - - To enable the admin panel follow these [directions](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token) + - 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 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 - [Helpful Tutorial](https://www.techaddressed.com/tutorials/vaultwarden-docker-compose/#cost-features)