mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Changelog update
This commit is contained in:
@@ -1,18 +1,23 @@
|
||||
- Don't update : WIP
|
||||
- MAJOR CHANGE: be sure to have a backup, and have migrated to v27 before updating (read https://info.linuxserver.io/issues/2023-06-25-nextcloud/)
|
||||
- ⚠ MAJOR BREAKING CHANGE:
|
||||
- Code rewrite due in upstream logic change https://info.linuxserver.io/issues/2023-06-25-nextcloud
|
||||
- Please backup before updating
|
||||
- If you have not upgraded to v27 with web interface before updating IT WILL STOP WORKING !
|
||||
- Increase timeouts for larger uploads
|
||||
- Feat : disable_updates will now only disable app updates, not nextcloud's
|
||||
- Feat : disable_updates_nextcloud will disable nextcloud updates which can lead to significant issues
|
||||
- Force nextcloud app automatic update with addon
|
||||
|
||||
## 27.0.0 (17-06-2023)
|
||||
|
||||
- Update to latest version from linuxserver/docker-nextcloud
|
||||
- Automatically attempts to disable maintenance mode on start
|
||||
|
||||
## 26.0.2 (27-05-2023)
|
||||
|
||||
- Update to latest version from linuxserver/docker-nextcloud
|
||||
|
||||
### 26.0.1-5 (26-05-2023)
|
||||
|
||||
- Minor bugs fixed
|
||||
- Feat : cifsdomain added
|
||||
- Feat : Align max upload size to 8192M https://github.com/alexbelgium/hassio-addons/issues/846
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
# Home assistant add-on: Nextcloud
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
@@ -37,7 +35,7 @@ Scripts with .sh ending located in /config/addons_config/nextcloud will be execu
|
||||
### Addon options
|
||||
|
||||
```yaml
|
||||
disable_updates : prevent automatic apps updating along addon
|
||||
disable_updates: prevent automatic apps updating along addon
|
||||
additional_apps: vim,nextcloud #specify additional apk files to install ; separated by commas
|
||||
PGID/PUID: 1000 #allows setting user.
|
||||
trusted_domains: your-domain.com #allows to select the trusted domains. Domains not in this lis will be removed, except for the first one used in the initial configuration.
|
||||
|
||||
Reference in New Issue
Block a user