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

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