Update API to properly support b2
This commit is contained in:
@@ -27,7 +27,7 @@ in
|
||||
(if cfg.pleroma.enable then "d /var/lib/pleroma 0600 pleroma pleroma - -" else "")
|
||||
"d /var/lib/restic 0600 restic - - -"
|
||||
"f /var/lib/restic/pass 0400 restic - - ${resticPass}"
|
||||
"f /root/.config/rclone.conf 0400 root root - ${rcloneConfig}"
|
||||
"f /root/.config/rclone/rclone.conf 0400 root root - ${rcloneConfig}"
|
||||
(if cfg.pleroma.enable then "f /var/lib/pleroma/secrets.exs 0755 pleroma pleroma - -" else "")
|
||||
"f /var/domain 0444 selfprivacy-api selfprivacy-api - ${domain}"
|
||||
(if cfg.nextcloud.enable then "f /var/lib/nextcloud/db-pass 0440 nextcloud nextcloud - ${nextcloudDBPass}" else "")
|
||||
|
Reference in New Issue
Block a user