mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-29 17:30:33 +02:00
Automatic builds
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
- New standardized logic for Dockerfile build and packages installation
|
||||
- Initial build
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -6,26 +6,18 @@
|
||||
"description": "An HTPC/Homelab services organizer that is written in PHP",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"ports": {
|
||||
"80/tcp": 88
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "web interface"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "ssl"],
|
||||
"webui": "http://[HOST]:[PORT:80]",
|
||||
"image": "ghcr.io/alexbelgium/organizr-{arch}",
|
||||
"boot": "auto",
|
||||
"environment": {
|
||||
},
|
||||
"environment": {},
|
||||
"options": {
|
||||
"PUID": "1000",
|
||||
"PGID": "1000"
|
||||
|
||||
Reference in New Issue
Block a user