Github bot : json sorted

This commit is contained in:
github-actions
2022-10-02 00:35:44 +00:00
parent 5d32491a42
commit 70d0e12b8a

View File

@@ -13,11 +13,11 @@
], ],
"name": "Gitea", "name": "Gitea",
"options": { "options": {
"APP_NAME": "Gitea for Homeassistant",
"DOMAIN": "homeassistant.local",
"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,
@@ -28,12 +28,12 @@
"3000/tcp": "Web interface" "3000/tcp": "Web interface"
}, },
"schema": { "schema": {
"certfile": "str",
"keyfile": "str",
"ssl": "bool",
"APP_NAME": "str?", "APP_NAME": "str?",
"DOMAIN": "str?", "DOMAIN": "str?",
"ROOT_URL": "str?" "ROOT_URL": "str?",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
}, },
"slug": "gitea", "slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",