Changelog update

This commit is contained in:
Alexandre
2023-07-21 15:25:25 +02:00
parent 20a9a4b993
commit 08eb26f4ea
2 changed files with 8 additions and 5 deletions

View File

@@ -1,18 +1,23 @@
- Don't update : WIP - ⚠ MAJOR BREAKING CHANGE:
- 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/) - 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 - Increase timeouts for larger uploads
- Feat : disable_updates will now only disable app updates, not nextcloud's - 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 - Feat : disable_updates_nextcloud will disable nextcloud updates which can lead to significant issues
- Force nextcloud app automatic update with addon - Force nextcloud app automatic update with addon
## 27.0.0 (17-06-2023) ## 27.0.0 (17-06-2023)
- Update to latest version from linuxserver/docker-nextcloud - Update to latest version from linuxserver/docker-nextcloud
- Automatically attempts to disable maintenance mode on start - Automatically attempts to disable maintenance mode on start
## 26.0.2 (27-05-2023) ## 26.0.2 (27-05-2023)
- Update to latest version from linuxserver/docker-nextcloud - Update to latest version from linuxserver/docker-nextcloud
### 26.0.1-5 (26-05-2023) ### 26.0.1-5 (26-05-2023)
- Minor bugs fixed - Minor bugs fixed
- Feat : cifsdomain added - Feat : cifsdomain added
- Feat : Align max upload size to 8192M https://github.com/alexbelgium/hassio-addons/issues/846 - Feat : Align max upload size to 8192M https://github.com/alexbelgium/hassio-addons/issues/846

View File

@@ -1,5 +1,3 @@
# Home assistant add-on: Nextcloud # Home assistant add-on: Nextcloud
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) [![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 ### Addon options
```yaml ```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 additional_apps: vim,nextcloud #specify additional apk files to install ; separated by commas
PGID/PUID: 1000 #allows setting user. 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. 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.