'seafile_sync/config.yaml' updaten
This commit is contained in:
parent
e8d6853742
commit
f134b6be25
1 changed files with 6 additions and 1 deletions
|
@ -1,12 +1,16 @@
|
||||||
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
|
||||||
init: false
|
init: false
|
||||||
|
boot: manual
|
||||||
|
startup: once
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
map:
|
map:
|
||||||
- "config:ro"
|
- "config:ro"
|
||||||
|
|
||||||
options:
|
options:
|
||||||
SEAF_SERVER_URL: https://example.com
|
SEAF_SERVER_URL: https://example.com
|
||||||
SEAF_USERNAME: name of user
|
SEAF_USERNAME: name of user
|
||||||
|
@ -17,5 +21,6 @@ schema:
|
||||||
SEAF_USERNAME: str
|
SEAF_USERNAME: str
|
||||||
SEAF_PASSWORD: password
|
SEAF_PASSWORD: password
|
||||||
SEAF_LIBRARY_UUID: str
|
SEAF_LIBRARY_UUID: str
|
||||||
|
|
||||||
#volumes:
|
#volumes:
|
||||||
# - /config:/library:ro
|
# - /config:/library:ro
|
Loading…
Reference in a new issue