mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Github bot : json sorted
This commit is contained in:
@@ -19,9 +19,9 @@
|
|||||||
"8080/tcp": "Web UI port"
|
"8080/tcp": "Web UI port"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"TZ": "str?",
|
"ApiKey": "str",
|
||||||
"ImmichServerUrl": "str",
|
"ImmichServerUrl": "str",
|
||||||
"ApiKey": "str"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "immich_frame",
|
"slug": "immich_frame",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Openproject for Home Assistant",
|
"description": "Openproject for Home Assistant",
|
||||||
"environment": {
|
"environment": {
|
||||||
"OPENPROJECT_SECRET_KEY_BASE": "addon_secret",
|
|
||||||
"OPENPROJECT_EDITION": "bim",
|
|
||||||
"PGDATA": "/data/pg",
|
|
||||||
"APP_DATA_PATH": "/data/assets",
|
"APP_DATA_PATH": "/data/assets",
|
||||||
"OPENPROJECT_ATTACHMENTS__STORAGE__PATH": "/data/assets/files"
|
"OPENPROJECT_ATTACHMENTS__STORAGE__PATH": "/data/assets/files",
|
||||||
|
"OPENPROJECT_EDITION": "bim",
|
||||||
|
"OPENPROJECT_SECRET_KEY_BASE": "addon_secret",
|
||||||
|
"PGDATA": "/data/pg"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
@@ -20,9 +20,9 @@
|
|||||||
],
|
],
|
||||||
"name": "Openproject",
|
"name": "Openproject",
|
||||||
"options": {
|
"options": {
|
||||||
|
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
||||||
"OPENPROJECT_HOST__NAME": "homeassistant:8080",
|
"OPENPROJECT_HOST__NAME": "homeassistant:8080",
|
||||||
"OPENPROJECT_HTTPS": "false",
|
"OPENPROJECT_HTTPS": "false"
|
||||||
"OPENPROJECT_DEFAULT__LANGUAGE": "en"
|
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": 8080
|
"8080/tcp": 8080
|
||||||
@@ -31,10 +31,10 @@
|
|||||||
"8080/tcp": "Web interface"
|
"8080/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"OPENPROJECT_SECRET_KEY_BASE": "str",
|
"OPENPROJECT_DEFAULT__LANGUAGE": "str",
|
||||||
"OPENPROJECT_HOST__NAME": "str",
|
"OPENPROJECT_HOST__NAME": "str",
|
||||||
"OPENPROJECT_HTTPS": "bool",
|
"OPENPROJECT_HTTPS": "bool",
|
||||||
"OPENPROJECT_DEFAULT__LANGUAGE": "str"
|
"OPENPROJECT_SECRET_KEY_BASE": "str"
|
||||||
},
|
},
|
||||||
"slug": "openproject",
|
"slug": "openproject",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user