'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"
|
||||
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
|
||||
|
@ -12,15 +12,15 @@ map:
|
|||
- "config:ro"
|
||||
|
||||
options:
|
||||
SEAF_SERVER_URL: https://example.com
|
||||
SEAF_USERNAME: name of user
|
||||
SEAF_PASSWORD: 1234
|
||||
SEAF_LIBRARY_UUID: 0000
|
||||
SERVER_URL: https://example.com
|
||||
USERNAME: name of user
|
||||
PASSWORD: 1234
|
||||
LIBRARY_UUID: 0000
|
||||
schema:
|
||||
SEAF_SERVER_URL: url
|
||||
SEAF_USERNAME: str
|
||||
SEAF_PASSWORD: password
|
||||
SEAF_LIBRARY_UUID: str
|
||||
SERVER_URL: url
|
||||
USERNAME: str
|
||||
PASSWORD: password
|
||||
LIBRARY_UUID: str
|
||||
|
||||
#volumes:
|
||||
# - /config:/library:ro
|
Loading…
Reference in a new issue