新增大量内容

This commit is contained in:
zeaslity
2025-09-01 16:52:17 +08:00
parent 49803fa5ac
commit b5e802ebc3
16 changed files with 478 additions and 26 deletions

View File

@@ -2,3 +2,5 @@
### https://www.dejavu.moe/posts/selfhosted-bitwarden-with-cloudflare-tunnel/
官方使用说明 https://github.com/dani-garcia/vaultwarden/wiki

View File

@@ -9,6 +9,12 @@ EMERGENCY_ACCESS_ALLOWED=true
# 日志等级
LOG_LEVEL=warn
# 是否禁止
DISABLE_ADMIN_TOKEN=true
# 是否允许注册
SIGNUPS_ALLOWED=false
# 注册需要验证?
SIGNUPS_VERIFY=true
SIGNUPS_VERIFY_RESEND_TIME=3600
@@ -21,7 +27,7 @@ SIGNUPS_DOMAINS_WHITELIST=107421.xyz
ORG_CREATION_USERS=you@107421.xyz
# 使用 openssl rand -base64 48 命令快速生成管理员令牌
ADMIN_TOKEN=WnzCmaUPhFsN5jUphoazxw4hlh2cfwjlUPPKJOXxYdLAApxuoFiCIgIjUO8HbaY7
# ADMIN_TOKEN=WnzCmaUPhFsN5jUphoazxw4hlh2cfwjlUPPKJOXxYdLAApxuoFiCIgIjUO8HbaY7
# 允许邀请?
INVITATIONS_ALLOWED=true

View File

@@ -44,21 +44,21 @@ services:
cron:
image: nextcloud:27.0.1-apache
image: nextcloud:27.0.1-apache
restart: always
restart: always
volumes:
volumes:
- /data/nextcloud/cron:/var/www/html
- /data/nextcloud/cron:/var/www/html
entrypoint: /cron.sh
entrypoint: /cron.sh
depends_on:
depends_on:
- db
- db
- redis
- redis