Files
hassio-addons/grav/config.json
2022-09-10 16:25:14 +02:00

37 lines
688 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Fast, Simple, and Flexible, file-based Web-platform",
"devices": [],
"init": false,
"map": [
"share:rw",
"media:rw",
"config:rw"
],
"name": "Grav web server",
"options": {
"PGID": 0,
"PUID": 0
},
"ports": {
"80/tcp": 9191
},
"ports_description": {
"80/tcp": "web interface"
},
"privileged": [],
"schema": {
"PGID": "int",
"PUID": "int",
"TZ": "str?"
},
"slug": "grav",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.36-bugfix",
"webui": "http://[HOST]:[PORT:80]"
}