migrate freshrss and radicale to nfs
This commit is contained in:
parent
00a74415cf
commit
32c090eed7
4 changed files with 41 additions and 16 deletions
|
@ -3,7 +3,13 @@ git_ssh_port: 56287
|
|||
|
||||
nfs_shares:
|
||||
- name: nextcloud_data
|
||||
path: "/mnt/data/nextcloud/data"
|
||||
path: /mnt/data/nextcloud/data
|
||||
- name: radicale
|
||||
path: /mnt/data/radicale
|
||||
- name: freshrss_data
|
||||
path: /mnt/data/freshrss/data
|
||||
- name: freshrss_extensions
|
||||
path: /mnt/data/freshrss/extensions
|
||||
|
||||
database_passwords:
|
||||
nextcloud: !vault |
|
||||
|
|
Reference in a new issue