dev #5
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# https://developers.home-assistant.io/docs/add-ons/repository#repository-configuration
|
# https://developers.home-assistant.io/docs/add-ons/repository#repository-configuration
|
||||||
name: Mathijs's add-on repository
|
name: Mathijs's add-on repository DEV
|
||||||
url: 'https://git.lermer.nl/Mathijs/Hass-addons'
|
url: 'https://git.lermer.nl/Mathijs/Hass-addons/src/branch/dev'
|
||||||
maintainer: Mathijs <mathijs@lermer.nl>
|
maintainer: Mathijs <mathijs@lermer.nl>
|
|
@ -1,15 +1,15 @@
|
||||||
name: "Seafile sync"
|
name: "Seafile sync"
|
||||||
description: "My first real add-on!"
|
description: "My first real add-on!"
|
||||||
version: "0.0.02"
|
version: "0.0.03"
|
||||||
slug: "seafile_test"
|
slug: "seafile_test"
|
||||||
url: https://git.lermer.nl/Mathijs/Hass-addons/src/branch/main/seafile_sync
|
url: https://git.lermer.nl/Mathijs/Hass-addons/src/branch/main/seafile_sync
|
||||||
init: false
|
init: false
|
||||||
boot: manual
|
boot: manual
|
||||||
startup: once
|
startup: application
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
map:
|
map:
|
||||||
- "config:ro"
|
- "config:/library:ro"
|
||||||
host_network: true
|
host_network: true
|
||||||
options:
|
options:
|
||||||
SERVER_URL: https://example.com
|
SERVER_URL: https://example.com
|
||||||
|
|
Loading…
Reference in a new issue