mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
40 lines
704 B
JSON
40 lines
704 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"boot": "auto",
|
|
"description": "Fast, Simple, and Flexible, file-based Web-platform",
|
|
"devices": [],
|
|
"environment": {},
|
|
"map": [
|
|
"share:rw",
|
|
"media:rw",
|
|
"config:rw"
|
|
],
|
|
"name": "Grav web server",
|
|
"options": {
|
|
"PUID": 1000,
|
|
"PGID": 1000
|
|
},
|
|
"ports": {
|
|
"80/tcp": 9191
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "web interface"
|
|
},
|
|
"privileged": [],
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int",
|
|
"TZ": "str?"
|
|
},
|
|
"slug": "grav",
|
|
"upstream": "1.7.27.1",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "1.7.27.1",
|
|
"webui": "http://[HOST]:[PORT:80]"
|
|
}
|