mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
32 lines
592 B
JSON
32 lines
592 B
JSON
{
|
|
"arch2": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "An HTPC/Homelab services organizer that is written in PHP",
|
|
"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",
|
|
"webui": "http://[HOST]:[PORT:80]"
|
|
} |