first build test

This commit is contained in:
Alexandre
2024-02-19 12:53:24 +01:00
parent 1b3ac0efb2
commit 1c42022b51
12 changed files with 462 additions and 0 deletions

38
goproxy/config.json Normal file
View File

@@ -0,0 +1,38 @@
{
"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]"
}