'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"
|
||||
description: "My first real add-on!"
|
||||
version: "0.0.01"
|
||||
version: "0.0.02"
|
||||
slug: "seafile_test"
|
||||
url: https://git.lermer.nl/Mathijs/Hass-addons/src/branch/main/seafile_sync
|
||||
init: false
|
||||
boot: manual
|
||||
startup: once
|
||||
arch:
|
||||
- amd64
|
||||
map:
|
||||
- "config:ro"
|
||||
|
||||
options:
|
||||
SEAF_SERVER_URL: https://example.com
|
||||
SEAF_USERNAME: name of user
|
||||
|
@ -17,5 +21,6 @@ schema:
|
|||
SEAF_USERNAME: str
|
||||
SEAF_PASSWORD: password
|
||||
SEAF_LIBRARY_UUID: str
|
||||
|
||||
#volumes:
|
||||
# - /config:/library:ro
|
Loading…
Reference in a new issue