Major update : "25.0.3"

This commit is contained in:
Alexandre
2023-02-12 20:31:28 +01:00
parent 03d1d5cd8c
commit 9bea6d5619
6 changed files with 87 additions and 28 deletions

View File

@@ -42,6 +42,9 @@
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {
"NEXTCLOUD_PATH": "/data/config/www/nextcloud"
},
"hassio_api": true,
"image": "ghcr.io/alexbelgium/nextcloud_ocr-{arch}",
"ingress_port": 0,
@@ -61,7 +64,6 @@
"PUID": 1000,
"additional_apps": "inotify-tools",
"certfile": "fullchain.pem",
"data_directory": "/share/nextcloud",
"elasticsearch_server": "<ip:port>",
"keyfile": "privkey.pem",
"trusted_domains": "your-domain, your-domain2",
@@ -91,7 +93,6 @@
"certfile": "str",
"cifspassword": "str?",
"cifsusername": "str?",
"data_directory": "str",
"elasticsearch_server": "str?",
"keyfile": "str",
"localdisks": "str?",
@@ -105,6 +106,6 @@
"slug": "nextcloud_ocr",
"uart": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "25.0.0-11",
"version": "25.0.3",
"webui": "https://[HOST]:[PORT:443]"
}
}