From b87db447acc33eb5eaeeb85a07e9a9f2ea6d6039 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 29 Apr 2026 01:04:27 +0000 Subject: [PATCH] testing bitwarden lite --- bitwarden/compose.yml | 4 ++-- bitwarden/settings.env | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitwarden/compose.yml b/bitwarden/compose.yml index 7785c5c..45b7cab 100644 --- a/bitwarden/compose.yml +++ b/bitwarden/compose.yml @@ -10,8 +10,8 @@ services: - "443:8443" restart: always volumes: - - $PWD/bitwarden:/etc/bitwarden - - logs:/var/log/bitwarden + - $PWD/data:/etc/bitwarden + - $PWD/logs:/var/log/bitwarden networks: reverse-proxy: diff --git a/bitwarden/settings.env b/bitwarden/settings.env index 6a96273..d913b3b 100644 --- a/bitwarden/settings.env +++ b/bitwarden/settings.env @@ -16,8 +16,8 @@ BW_DB_FILE=vault.db # Installation information # Get your ID and key from https://bitwarden.com/host/ -BW_INSTALLATION_ID=00000000-0000-0000-0000-000000000000 -BW_INSTALLATION_KEY=xxxxxxxxxxxx +BW_INSTALLATION_ID=4a3929fe-99f0-44aa-aa24-b43b000f8e73 +BW_INSTALLATION_KEY=TDFB9Axve2aD2og0s8Jk ##################### # Optional Settings # @@ -67,4 +67,4 @@ PGID=1000 # Other #globalSettings__disableUserRegistration=false #globalSettings__hibpApiKey=REPLACE -#adminSettings__admins=admin1@email.com,admin2@email.com \ No newline at end of file +adminSettings__admins=akanealw@gmail.com