Wireguard and Backup-Job

This commit is contained in:
jonas@geiger-natur.de
2026-01-05 20:41:31 +01:00
parent 7bb892fa67
commit 9bd01a99be
3 changed files with 65 additions and 12 deletions

View File

@@ -1,9 +1,6 @@
## Apps
### External storage support
@@ -13,10 +10,5 @@ Enable `External storage support` and create a new external storage in the admin
- Foldername: `StorageBox`
- External storage: `local`
- Authentication: `None`
- Configuration: `/mnt/storagebox/data`
- Configuration: `/mnt/storagebox`
- Available for `All people`
### File access control (?)

View File

@@ -5,10 +5,11 @@ services:
environment:
DOMAIN: ${DOMAIN}
SIGNUPS_ALLOWED: ${SIGNUPS_ALLOWED}
ADMIN_TOKEN: ${ADMIN_TOKEN}
volumes:
- /mnt/storagebox-crypt/vaultwarden:/data
- vaultwarden:/data
expose:
- 80
volumes:
vaultwarden:
vaultwarden: