From f134b6be2545bbbd06789b0dea11b1f457cc9734 Mon Sep 17 00:00:00 2001 From: Mathijs Lermer Date: Wed, 27 Jul 2022 22:39:19 +0200 Subject: [PATCH] 'seafile_sync/config.yaml' updaten --- seafile_sync/config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/seafile_sync/config.yaml b/seafile_sync/config.yaml index f7bafce..dafec97 100644 --- a/seafile_sync/config.yaml +++ b/seafile_sync/config.yaml @@ -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 \ No newline at end of file