Files
hassio-addons/goproxy/config.json
2024-02-19 12:53:24 +01:00

39 lines
778 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "high performance proxy server",
"image": "ghcr.io/alexbelgium/goproxy-{arch}",
"init": false,
"map": [
"addon_config:rw",
"ssl"
],
"name": "Goproxy",
"options": {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"TZ": "Europe/Paris",
"ssl": true
},
"ports": {
"7277/tcp": 7277
},
"ports_description": {
"7277/tcp": "Bitwarden Vault"
},
"schema": {
"certfile": "str",
"keyfile": "str",
"TZ": "str",
"ssl": "bool"
},
"slug": "goproxy",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/goproxy",
"version": "0.1",
"webui": "http://[HOST]:[PORT:7277]"
}