add and update stuff

This commit is contained in:
2026-05-22 02:22:23 -07:00
parent 6bcadb4138
commit bc6ed1ae49
12 changed files with 703 additions and 27 deletions
+12
View File
@@ -0,0 +1,12 @@
ADMIN_TOKEN=''
DOMAIN=''
DATABASE_URL='postgresql://vaultwarden:nowaybuddy@postgres:5432/vaultwarden'
SSO_ENABLED='true'
SSO_AUTHORITY=''
SSO_SCOPES='email profile offline_access'
SSO_CLIENT_ID=''
SSO_CLIENT_SECRET=''
SSO_ONLY='true'
SSO_SIGNUPS_MATCH_EMAIL='false'
SSO_ALLOW_UNKNOWN_EMAIL_VERIFICATION='true'