Hass-addons/seafile_sync/config.yaml

28 lines
522 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 23:01:19 +02:00
version: "0.0.01"
2022-07-27 22:18:39 +02:00
slug: "seafile_test"
2022-07-27 22:39:19 +02:00
url: https://git.lermer.nl/Mathijs/Hass-addons/src/branch/main/seafile_sync
2022-07-27 14:26:22 +02:00
init: false
2022-07-27 22:39:19 +02:00
boot: manual
startup: once
2022-07-27 14:26:22 +02:00
arch:
- amd64
2022-07-27 22:18:39 +02:00
map:
- "config:ro"
2022-07-27 22:39:19 +02:00
2022-07-27 22:35:21 +02:00
options:
2022-07-27 22:50:30 +02:00
SERVER_URL: https://example.com
USERNAME: name of user
PASSWORD: 1234
LIBRARY_UUID: 0000
2022-07-27 22:56:01 +02:00
SKIP_SSL_CERT: true
2022-07-27 22:18:39 +02:00
schema:
2022-07-27 22:53:04 +02:00
SERVER_URL: str
2022-07-27 22:50:30 +02:00
USERNAME: str
PASSWORD: password
2022-07-27 22:53:04 +02:00
LIBRARY_UUID: password
2022-07-27 22:56:01 +02:00
SKIP_SSL_CERT: str
2022-07-27 22:39:19 +02:00
2022-07-27 22:18:39 +02:00
#volumes:
# - /config:/library:ro