We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2986dea commit 420b888Copy full SHA for 420b888
rsync/config.yaml
@@ -9,19 +9,25 @@ arch:
9
- aarch64
10
- amd64
11
- i386
12
-homeassistant: 0.115.0
+homeassistant: 2023.12.1
13
boot: manual
14
init: false
15
image: ghcr.io/poeschl-homeassistant-addons/rsync-{arch}
16
ports: {}
17
ports_description: {}
18
map:
19
- - share:rw
20
- - homeassistant_config
21
- - backup:rw
22
- - addons:rw
23
- - ssl:rw
24
- - media:rw
+ - type: share
+ read_only: false
+ - type: homeassistant_config
+ - type: backup
25
+ - type: addons
26
27
+ - type: ssl
28
29
+ - type: media
30
31
schema:
32
private_key_file: match(^/ssl/.+)
33
username: str
0 commit comments