mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
nobuild
This commit is contained in:
@@ -68,10 +68,11 @@
|
|||||||
"/dev/nvme1",
|
"/dev/nvme1",
|
||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
|
"environment": {
|
||||||
|
"PGID": "0",
|
||||||
|
"PUID": "0"
|
||||||
|
},
|
||||||
"image": "ghcr.io/alexbelgium/collabora-{arch}",
|
"image": "ghcr.io/alexbelgium/collabora-{arch}",
|
||||||
"ingress": true,
|
|
||||||
"ingress_port": 9980,
|
|
||||||
"ingress_stream": true,
|
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw"
|
"addon_config:rw"
|
||||||
@@ -80,27 +81,22 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"domain": "",
|
"domain": "",
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": ""
|
||||||
"PGID": 1000,
|
|
||||||
"PUID": 1000
|
|
||||||
},
|
},
|
||||||
"panel_admin": false,
|
|
||||||
"panel_icon": "mdi:file-document-edit-outline",
|
|
||||||
"ports": {
|
"ports": {
|
||||||
"9980/tcp": 9980
|
"9980/tcp": 9980
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9980/tcp": "Web interface (Not required for Ingress)"
|
"9980/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"domain": "str?",
|
"domain": "str?",
|
||||||
"username": "str?",
|
"username": "str?",
|
||||||
"password": "password?",
|
"password": "password?",
|
||||||
"PGID": "int",
|
|
||||||
"PUID": "int",
|
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "collabora",
|
"slug": "collabora",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "25.04.4.2.2"
|
"version": "25.04.4.2.2"
|
||||||
}
|
}
|
||||||
|
=
|
||||||
|
|||||||
Reference in New Issue
Block a user