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