'seafile_sync/config.yaml' updaten
This commit is contained in:
parent
3d6c4f0bca
commit
2d1ed9762c
1 changed files with 3 additions and 1 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
|
||||
|
@ -16,11 +16,13 @@ options:
|
|||
USERNAME: name of user
|
||||
PASSWORD: 1234
|
||||
LIBRARY_UUID: 0000
|
||||
SEAF_SKIP_SSL_CERT: true
|
||||
schema:
|
||||
SERVER_URL: str
|
||||
USERNAME: str
|
||||
PASSWORD: password
|
||||
LIBRARY_UUID: password
|
||||
SEAF_SKIP_SSL_CERT: str
|
||||
|
||||
#volumes:
|
||||
# - /config:/library:ro
|
Loading…
Reference in a new issue