Skip to content

Commit 420b888

Browse files
committed
♻️ Adjusted the folder mappings to new structure
1 parent 2986dea commit 420b888

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

rsync/config.yaml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,25 @@ arch:
99
- aarch64
1010
- amd64
1111
- i386
12-
homeassistant: 0.115.0
12+
homeassistant: 2023.12.1
1313
boot: manual
1414
init: false
1515
image: ghcr.io/poeschl-homeassistant-addons/rsync-{arch}
1616
ports: {}
1717
ports_description: {}
1818
map:
19-
- share:rw
20-
- homeassistant_config
21-
- backup:rw
22-
- addons:rw
23-
- ssl:rw
24-
- media:rw
19+
- type: share
20+
read_only: false
21+
- type: homeassistant_config
22+
read_only: false
23+
- type: backup
24+
read_only: false
25+
- type: addons
26+
read_only: false
27+
- type: ssl
28+
read_only: false
29+
- type: media
30+
read_only: false
2531
schema:
2632
private_key_file: match(^/ssl/.+)
2733
username: str

0 commit comments

Comments
 (0)