Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

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

View File

@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#
#################

View File

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