diff --git a/.gitignore b/.gitignore index 8f3b629..32bd71f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ !*.secret CONFIG/homeassistant/SERVICE_ACCOUNT.JSON CONFIG/vdirsyncer/config +CONFIG/rclone/rclone.conf diff --git a/.gitsecret/paths/mapping.cfg b/.gitsecret/paths/mapping.cfg index 1266563..8edf562 100644 --- a/.gitsecret/paths/mapping.cfg +++ b/.gitsecret/paths/mapping.cfg @@ -1,2 +1,3 @@ CONFIG/homeassistant/SERVICE_ACCOUNT.JSON:5a3eabcbc53278f7713423b0ea20d0558f6334f8a1f6aed2a2e4cfb2ca9c93ab CONFIG/vdirsyncer/config:73434db7346e1d070c38c8099c0c8ec99925f4d89ba3e558875fa2a179f41a25 +CONFIG/rclone/rclone.conf:85e963d7e0487bf4c10c63a135cc958259eb4156276661276fccb4d9595e79bd diff --git a/CONFIG/homeassistant/SERVICE_ACCOUNT.JSON.secret b/CONFIG/homeassistant/SERVICE_ACCOUNT.JSON.secret index 58d3111..73109d0 100644 Binary files a/CONFIG/homeassistant/SERVICE_ACCOUNT.JSON.secret and b/CONFIG/homeassistant/SERVICE_ACCOUNT.JSON.secret differ diff --git a/CONFIG/rclone/rclone.conf.secret b/CONFIG/rclone/rclone.conf.secret new file mode 100644 index 0000000..9225fb8 Binary files /dev/null and b/CONFIG/rclone/rclone.conf.secret differ diff --git a/CONFIG/vdirsyncer/config.secret b/CONFIG/vdirsyncer/config.secret index c94d271..2b98767 100644 Binary files a/CONFIG/vdirsyncer/config.secret and b/CONFIG/vdirsyncer/config.secret differ