'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"
|
||||
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
|
||||
map:
|
||||
- "config:ro"
|
||||
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