Add cifsdomain

This commit is contained in:
Alexandre
2023-05-12 17:09:43 +02:00
parent 598858f16b
commit 1da5868a57
47 changed files with 485 additions and 45 deletions

View File

@@ -1,24 +1,39 @@
- Feat : cifsdomain added
### 26.0.1-3 (02-05-2023)
- Minor bugs fixed
- Add renderD128 to devices https://github.com/alexbelgium/hassio-addons/pull/820
### 26.0.1-2 (30-04-2023)
- Minor bugs fixed
- Chmod only data folder subdirectories https://github.com/alexbelgium/hassio-addons/issues/818
## 26.0.1 (29-04-2023)
- Update to latest version from linuxserver/docker-nextcloud
### 26.0.0-17 (11-04-2023)
- Minor bugs fixed
- Automatic app updates
### 26.0.0-16 (11-04-2023)
- Minor bugs fixed
### 26.0.0-15 (11-04-2023)
- Minor bugs fixed
### 26.0.0-14 (11-04-2023)
- Minor bugs fixed
- Implement check_data_directory_permissions for data folders in mounted drives
### 26.0.0-12 (02-04-2023)
- Minor bugs fixed
- ⚠ WARNING : please read warning on previous versions before updating
- Prevent downgrades, and instead reinstall the correct version

View File

@@ -108,6 +108,7 @@
"TZ": "str?",
"additional_apps": "str?",
"certfile": "str",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"disable_updates": "bool?",
@@ -124,6 +125,6 @@
"slug": "nextcloud_ocr",
"uart": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
"version": "26.0.1-4",
"version": "26.0.1-5",
"webui": "https://[HOST]:[PORT:443]"
}
}