'seafile_sync/config.yaml' updaten
This commit is contained in:
parent
abb5a194dd
commit
35f0e0b250
1 changed files with 9 additions and 9 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
|
||||||
|
@ -12,15 +12,15 @@ map:
|
||||||
- "config:ro"
|
- "config:ro"
|
||||||
|
|
||||||
options:
|
options:
|
||||||
SEAF_SERVER_URL: https://example.com
|
SERVER_URL: https://example.com
|
||||||
SEAF_USERNAME: name of user
|
USERNAME: name of user
|
||||||
SEAF_PASSWORD: 1234
|
PASSWORD: 1234
|
||||||
SEAF_LIBRARY_UUID: 0000
|
LIBRARY_UUID: 0000
|
||||||
schema:
|
schema:
|
||||||
SEAF_SERVER_URL: url
|
SERVER_URL: url
|
||||||
SEAF_USERNAME: str
|
USERNAME: str
|
||||||
SEAF_PASSWORD: password
|
PASSWORD: password
|
||||||
SEAF_LIBRARY_UUID: str
|
LIBRARY_UUID: str
|
||||||
|
|
||||||
#volumes:
|
#volumes:
|
||||||
# - /config:/library:ro
|
# - /config:/library:ro
|
Loading…
Reference in a new issue