removed confs

This commit is contained in:
baldarn
2022-09-26 14:50:42 +02:00
parent 837f51ef2e
commit 5af40d6e33
2 changed files with 3 additions and 22 deletions

View File

@@ -14,8 +14,7 @@
"options": {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false,
"DOMAIN": "homeassistant.local"
"ssl": false
},
"ports": {
"22/tcp": 2222,
@@ -28,13 +27,10 @@
"schema": {
"certfile": "str",
"keyfile": "str",
"ssl": "bool",
"APP_NAME": "str?",
"DOMAIN": "str",
"ROOT_URL": "str?"
"ssl": "bool"
},
"slug": "gitea",
"url": "https://github.com/baldarn/hassio-addons/tree/master/gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.17.2-1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}