system-config: change radicale collection directory Put it in home folder so that it's possible to upload it from the backup during the setup process.
3 files changed, 7 insertions(+), 2 deletions(-) M builds/system-config/APKBUILD M builds/system-config/files/etc/radicale/config M builds/system-config/system-config.post-install
M builds/system-config/APKBUILD => builds/system-config/APKBUILD +1-1
@@ 1,6 1,6 @@ # Maintainer: Damien Tardy-Panis <damien.dev@tardypad.me> pkgname="system-config" pkgver=5 pkgver=6 pkgrel=0 pkgdesc="System configurations" url="https://sr.ht/~tardypad/alpine-system/"
M builds/system-config/files/etc/radicale/config => builds/system-config/files/etc/radicale/config +1-1
@@ 87,7 87,7 @@ type = http_x_remote_user #type = multifilesystem # Folder for storing local collections, created if not present #filesystem_folder = /var/lib/radicale/collections filesystem_folder = /home/damien/radicale/ # Delete sync token that are older (seconds) #max_sync_token_age = 2592000
M builds/system-config/system-config.post-install => builds/system-config/system-config.post-install +5-0