mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 23:04:09 +02:00
Readd parameters to config
This commit is contained in:
@@ -14,7 +14,9 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"ssl": false
|
"ssl": false,
|
||||||
|
"APP_NAME": "Gitea for Homeassistant",
|
||||||
|
"DOMAIN": "homeassistant.local"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"22/tcp": 2222,
|
"22/tcp": 2222,
|
||||||
@@ -27,7 +29,10 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"ssl": "bool"
|
"ssl": "bool",
|
||||||
|
"APP_NAME": "str?",
|
||||||
|
"DOMAIN": "str",
|
||||||
|
"ROOT_URL": "str?"
|
||||||
},
|
},
|
||||||
"slug": "gitea",
|
"slug": "gitea",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
|
||||||
|
|||||||
Reference in New Issue
Block a user