'seafile_sync/config.yaml' updaten
This commit is contained in:
parent
b41eeb3beb
commit
d43a177e6e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: "Seafile sync"
|
name: "Seafile sync"
|
||||||
description: "My first real add-on!"
|
description: "My first real add-on!"
|
||||||
version: "0.0.01"
|
version: "0.0.02"
|
||||||
slug: "seafile_test"
|
slug: "seafile_test"
|
||||||
url: https://git.lermer.nl/Mathijs/Hass-addons/src/branch/main/seafile_sync
|
url: https://git.lermer.nl/Mathijs/Hass-addons/src/branch/main/seafile_sync
|
||||||
init: false
|
init: false
|
||||||
|
@ -10,7 +10,7 @@ arch:
|
||||||
- amd64
|
- amd64
|
||||||
map:
|
map:
|
||||||
- "config:ro"
|
- "config:ro"
|
||||||
|
host_network: true
|
||||||
options:
|
options:
|
||||||
SERVER_URL: https://example.com
|
SERVER_URL: https://example.com
|
||||||
USERNAME: name of user
|
USERNAME: name of user
|
||||||
|
|
Loading…
Reference in a new issue