Hass-addons/seafile_sync/config.yaml

21 lines
409 B
YAML
Raw Normal View History

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"
2022-07-27 22:35:21 +02:00
options:
SEAF_SERVER_URL: https://example.com
SEAF_USERNAME: name of user
SEAF_PASSWORD: 1234
SEAF_LIBRARY_UUID: 0000
2022-07-27 22:18:39 +02:00
schema:
2022-07-27 22:35:21 +02:00
SEAF_SERVER_URL: url
2022-07-27 22:18:39 +02:00
SEAF_USERNAME: str
SEAF_PASSWORD: password
SEAF_LIBRARY_UUID: str
#volumes:
# - /config:/library:ro