Files
hassio-addons/grav/config.json
2021-11-17 14:36:33 +01:00

40 lines
700 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.25",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.25",
"webui": "http://[HOST]:[PORT:80]"
}