From c90afdade2f0239d9d75c58275f781f5fa9c06ae Mon Sep 17 00:00:00 2001 From: Mathijs Lermer Date: Wed, 27 Jul 2022 22:18:39 +0200 Subject: [PATCH] 'seafile_sync/config.yaml' updaten --- seafile_sync/config.yaml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/seafile_sync/config.yaml b/seafile_sync/config.yaml index 038299c..f1360ae 100644 --- a/seafile_sync/config.yaml +++ b/seafile_sync/config.yaml @@ -1,11 +1,16 @@ name: "Seafile sync" description: "My first real add-on!" -version: "0.0.1" -slug: "hello_world" +version: "0.0.01" +slug: "seafile_test" init: false arch: -# - aarch64 - amd64 -# - armhf -# - armv7 -# - i386 \ No newline at end of file +map: + - "config:ro" +schema: + SEAF_SERVER_URL: str + SEAF_USERNAME: str + SEAF_PASSWORD: password + SEAF_LIBRARY_UUID: str +#volumes: +# - /config:/library:ro \ No newline at end of file