fix(nextcloud): drop obsolete UserConfig::getValueBool patch
The nextcloud/server#59629 TypeError workaround (PR #59646) is no longer needed once nextcloud_image is >= 33.0.4, which now ships the fix. Remove the in-container sed patch task, its container-discovery and drift-guard tasks, and the README note. Signed-off-by: Simon Bärlocher <simon@whatwedo.ch>
This commit is contained in:
parent
c4220f2c2d
commit
08e74f5aeb
2 changed files with 0 additions and 60 deletions
|
|
@ -14,11 +14,6 @@ backends.
|
|||
LDAP via `occ` — every setting is read first and only written when
|
||||
the stored value differs, so re-runs don't churn
|
||||
- Sets up notify_push (when enabled)
|
||||
- Applies an in-container PHP source workaround for the upstream
|
||||
`UserConfig::getValueBool` TypeError (nextcloud/server#59629, fixed in
|
||||
master via PR #59646 with no stable33 backport before 33.0.4).
|
||||
Idempotent via grep guard; remove the patch task once
|
||||
`nextcloud_image` is >= 33.0.4.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue