mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
34 lines
657 B
JSON
34 lines
657 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "An HTPC/Homelab services organizer that is written in PHP",
|
|
"image": "ghcr.io/alexbelgium/organizr-{arch}",
|
|
"map": [
|
|
"config:rw",
|
|
"ssl"
|
|
],
|
|
"name": "Organizr",
|
|
"options": {
|
|
"PGID": "0",
|
|
"PUID": "0"
|
|
},
|
|
"ports": {
|
|
"80/tcp": 88
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "web interface"
|
|
},
|
|
"schema": {
|
|
"PGID": "int",
|
|
"PUID": "int"
|
|
},
|
|
"slug": "organizr",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "1.90-bugfix2",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
|
}
|