'seafile_sync/config.yaml' updaten
This commit is contained in:
parent
91337bc861
commit
c90afdade2
1 changed files with 11 additions and 6 deletions
|
@ -1,11 +1,16 @@
|
||||||
name: "Seafile sync"
|
name: "Seafile sync"
|
||||||
description: "My first real add-on!"
|
description: "My first real add-on!"
|
||||||
version: "0.0.1"
|
version: "0.0.01"
|
||||||
slug: "hello_world"
|
slug: "seafile_test"
|
||||||
init: false
|
init: false
|
||||||
arch:
|
arch:
|
||||||
# - aarch64
|
|
||||||
- amd64
|
- amd64
|
||||||
# - armhf
|
map:
|
||||||
# - armv7
|
- "config:ro"
|
||||||
# - i386
|
schema:
|
||||||
|
SEAF_SERVER_URL: str
|
||||||
|
SEAF_USERNAME: str
|
||||||
|
SEAF_PASSWORD: password
|
||||||
|
SEAF_LIBRARY_UUID: str
|
||||||
|
#volumes:
|
||||||
|
# - /config:/library:ro
|
Loading…
Reference in a new issue