2022-07-27 14:26:22 +02:00
|
|
|
name: "Seafile sync"
|
|
|
|
description: "My first real add-on!"
|
2022-07-27 22:18:39 +02:00
|
|
|
version: "0.0.01"
|
|
|
|
slug: "seafile_test"
|
2022-07-27 14:26:22 +02:00
|
|
|
init: false
|
|
|
|
arch:
|
|
|
|
- amd64
|
2022-07-27 22:18:39 +02:00
|
|
|
map:
|
|
|
|
- "config:ro"
|
|
|
|
schema:
|
|
|
|
SEAF_SERVER_URL: str
|
|
|
|
SEAF_USERNAME: str
|
|
|
|
SEAF_PASSWORD: password
|
|
|
|
SEAF_LIBRARY_UUID: str
|
|
|
|
#volumes:
|
|
|
|
# - /config:/library:ro
|