Merge pull request 'dev' (#5) from dev into main

Reviewed-on: #5
This commit is contained in:
Mathijs Lermer 2022-07-28 09:24:13 +02:00
commit b725e03617
2 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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