mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
Wireguard and Backup-Job
This commit is contained in:
@@ -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 (?)
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user