Files
hassio-addons/grav/config.json
Alexandre 3391c288a5 co
2022-01-18 18:55:50 +01:00

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]"
}