mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 23:10:59 +02:00
Github bot : json sorted
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dockerhub_list_size": 2,
|
|
||||||
"dockerhub_by_date": true,
|
"dockerhub_by_date": true,
|
||||||
|
"dockerhub_list_size": 2,
|
||||||
"github_fulltag": "false",
|
"github_fulltag": "false",
|
||||||
"last_update": "2021-12-17",
|
"last_update": "2021-12-17",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
|
|||||||
@@ -18,12 +18,12 @@
|
|||||||
"ssl": false
|
"ssl": false
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 3000,
|
"22/tcp": 2222,
|
||||||
"22/tcp": 2222
|
"3000/tcp": 3000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "Http web interface",
|
"22/tcp": "Ssh",
|
||||||
"22/tcp": "Ssh"
|
"3000/tcp": "Http web interface"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
"SSL_KEY_NAME": "tls.key",
|
"SSL_KEY_NAME": "tls.key",
|
||||||
"TZ": "Etc/UTC"
|
"TZ": "Etc/UTC"
|
||||||
},
|
},
|
||||||
|
"host_network": true,
|
||||||
"image": "ghcr.io/alexbelgium/omada-{arch}",
|
"image": "ghcr.io/alexbelgium/omada-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
@@ -42,7 +43,6 @@
|
|||||||
"8088/tcp": "web interface http",
|
"8088/tcp": "web interface http",
|
||||||
"8843/tcp": "portal https"
|
"8843/tcp": "portal https"
|
||||||
},
|
},
|
||||||
"host_network": true,
|
|
||||||
"slug": "omada",
|
"slug": "omada",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.5-chromium-amd64-2022-09-02",
|
"version": "5.5-chromium-amd64-2022-09-02",
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
"description": "recipe manager",
|
"description": "recipe manager",
|
||||||
"environment": {
|
"environment": {
|
||||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||||
"TRUSTED_PROXIES": "**",
|
|
||||||
"DEBUG": "1",
|
"DEBUG": "1",
|
||||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
|
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
||||||
|
"TRUSTED_PROXIES": "**"
|
||||||
},
|
},
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"map": [
|
"map": [
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "M3U Proxy for Plex DVR and Emby Live TV",
|
"description": "M3U Proxy for Plex DVR and Emby Live TV",
|
||||||
"environment": {
|
"environment": {
|
||||||
"XTEVE_HOME": "/data",
|
"XTEVE_CONF": "/data/conf",
|
||||||
"XTEVE_CONF": "/data/conf"
|
"XTEVE_HOME": "/data"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
"config:rw",
|
||||||
|
|||||||
Reference in New Issue
Block a user