Files
hassio-addons/grav/config.json
2022-11-26 23:15:01 +01:00

36 lines
699 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Fast, Simple, and Flexible, file-based Web-platform",
"image": "ghcr.io/alexbelgium/grav-{arch}",
"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"
},
"schema": {
"PGID": "int",
"PUID": "int",
"TZ": "str?"
},
"slug": "grav",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.7.37.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}