mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
38 lines
652 B
JSON
38 lines
652 B
JSON
{
|
|
"name": "Organizr",
|
|
"version": "1.90",
|
|
"upstream": "1.90",
|
|
"slug": "organizr",
|
|
"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"
|
|
],
|
|
"ports": {
|
|
"80/tcp": 88
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "web interface"
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"ssl"
|
|
],
|
|
"webui": "http://[HOST]:[PORT:80]",
|
|
"boot": "auto",
|
|
"environment": {
|
|
},
|
|
"options": {
|
|
"PUID": "1000",
|
|
"PGID": "1000"
|
|
},
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int"
|
|
}
|
|
}
|