Hass-addons/seafile_sync/config.yaml

32 lines
No EOL
623 B
YAML

name: "Seafile sync"
description: "My first real add-on!"
version: "0.0.01e"
slug: "seafile_test"
url: https://git.lermer.nl/Mathijs/Hass-addons/src/branch/main/seafile_sync
init: false
boot: manual
startup: application
arch:
- amd64
map:
- backup:ro
- config:ro
- media:rw
- share:rw
# - ssl:ro
host_network: true
options:
SERVER_URL: https://example.com
USERNAME: name of user
PASSWORD: 1234
LIBRARY_UUID: 0000
SKIP_SSL_CERT: true
schema:
SERVER_URL: str
USERNAME: str
PASSWORD: password
LIBRARY_UUID: password
SKIP_SSL_CERT: str
volumes:
- /mnt/data/supervisor/homeassistant:/library:ro