mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Adapt config
This commit is contained in:
@@ -14,10 +14,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"ssl": false,
|
"ssl": false
|
||||||
"SITE_TITLE": "Gitea: Git with a cup of tea",
|
|
||||||
"SERVER_DOMAIN": "localhost",
|
|
||||||
"BASE_URL": "http://localhost:3000/"
|
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"22/tcp": 2222,
|
"22/tcp": 2222,
|
||||||
@@ -31,9 +28,9 @@
|
|||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"SITE_TITLE": "str",
|
"APP_NAME": "str?",
|
||||||
"SERVER_DOMAIN": "str",
|
"DOMAIN": "str?",
|
||||||
"BASE_URL": "str"
|
"ROOT_URL": "str?"
|
||||||
},
|
},
|
||||||
"slug": "gitea",
|
"slug": "gitea",
|
||||||
"url": "https://github.com/baldarn/hassio-addons/tree/master/gitea",
|
"url": "https://github.com/baldarn/hassio-addons/tree/master/gitea",
|
||||||
|
|||||||
Reference in New Issue
Block a user