Files
hassio-addons/grav/config.json
2021-10-23 19:15:06 +02:00

31 lines
664 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.23",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.23",
"webui": "http://[HOST]:[PORT:80]"
}