mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
32 lines
715 B
JSON
32 lines
715 B
JSON
{
|
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
|
"boot": "auto",
|
|
"description ": "Fast, Simple, and Flexible, file-based Web-platform",
|
|
"devices": [],
|
|
"environment": {},
|
|
"image": "ghcr.io/alexbelgium/grav-{arch}",
|
|
"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]"
|
|
}
|