mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Restore original configuration for addons_updater and templates
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
[![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade)
|
||||
[](https://github.com/alexbelgium/hassio-addons/actions/workflows/weekly-supelinter.yaml)
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Collabora Online office suite",
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/collabora-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
"name": "Collabora",
|
||||
"options": {
|
||||
"aliasgroup1": "",
|
||||
"certfile": "fullchain.pem",
|
||||
"domain1": "",
|
||||
"extra_params": "--o:ssl.enable=false --o:user_interface.use_integration_theme=false --o:net.proto=IPv4",
|
||||
"keyfile": "privkey.pem",
|
||||
"password": "",
|
||||
"ssl": false,
|
||||
"username": ""
|
||||
},
|
||||
"ports": {
|
||||
"9980/tcp": 9980
|
||||
},
|
||||
"ports_description": {
|
||||
"9980/tcp": "Web interface"
|
||||
},
|
||||
"schema": {
|
||||
"TZ": "str?",
|
||||
"aliasgroup1": "str",
|
||||
"cert_domain": "bool?",
|
||||
"certfile": "str",
|
||||
"dictionaries": "str?",
|
||||
"domain1": "str?",
|
||||
"extra_params": "str?",
|
||||
"keyfile": "str",
|
||||
"password": "password",
|
||||
"server_name": "str?",
|
||||
"ssl": "bool",
|
||||
"username": "str"
|
||||
},
|
||||
"slug": "collabora",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "25.4.6",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html"
|
||||
}
|
||||
45
collabora/config.yaml
Normal file
45
collabora/config.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Collabora Online office suite
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
image: ghcr.io/alexbelgium/collabora-{arch}
|
||||
init: false
|
||||
map:
|
||||
- addon_config:rw
|
||||
- ssl:ro
|
||||
name: Collabora
|
||||
options:
|
||||
aliasgroup1: ''
|
||||
certfile: fullchain.pem
|
||||
domain1: ''
|
||||
extra_params: --o:ssl.enable=false --o:user_interface.use_integration_theme=false
|
||||
--o:net.proto=IPv4
|
||||
keyfile: privkey.pem
|
||||
password: ''
|
||||
ssl: false
|
||||
username: ''
|
||||
ports:
|
||||
9980/tcp: 9980
|
||||
ports_description:
|
||||
9980/tcp: Web interface
|
||||
schema:
|
||||
TZ: str?
|
||||
aliasgroup1: str
|
||||
cert_domain: bool?
|
||||
certfile: str
|
||||
dictionaries: str?
|
||||
domain1: str?
|
||||
extra_params: str?
|
||||
keyfile: str
|
||||
password: password
|
||||
server_name: str?
|
||||
ssl: bool
|
||||
username: str
|
||||
slug: collabora
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 25.4.6
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html'
|
||||
Reference in New Issue
Block a user