mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-19 15:21:50 +02:00
Automatic builds
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
- Allow mounting smb and local drives for data storage
|
||||
- Allow Mariadb addon autodiscovery as database
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"boot": "auto",
|
||||
"description": "web's leading on-line collaborative genealogy application",
|
||||
"image": "ghcr.io/alexbelgium/webtrees-{arch}",
|
||||
"devices": [
|
||||
"/dev/mmcblk0p8",
|
||||
"/dev/sda",
|
||||
@@ -56,11 +52,7 @@
|
||||
"WT_PASS": "mybadpassword",
|
||||
"WT_EMAIL": "me@example.com"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"name": "Webtrees",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/webtrees/config.yaml",
|
||||
@@ -75,10 +67,7 @@
|
||||
"80/tcp": "Web interface",
|
||||
"443/tcp": "Https web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"BASE_URL": "url",
|
||||
|
||||
Reference in New Issue
Block a user