Uh oh!
There was an error while loading. Please reload this page.
Add NEXTCLOUD_INIT_HTACCESS to run occ maintenance:update:htaccess after initialisation - #1761
Merged
Merged
Conversation
skjnldsvforce-pushed
the
feat/config-flag-init
branch
from
June 1, 2022 06:18
ac8a4ec to
83d5e72Compareskjnldsvforce-pushed
the
feat/maintenance-update-htaccess
branch
2 times, most recently
from
June 1, 2022 06:22
b9267ca to
7828ff8CompareNEXTCLOUD_INIT_LOCK to enable shared html volume updateNEXTCLOUD_INIT_HTACCESS to run occ maintenance:update:htaccess after initialisation skjnldsv
marked this pull request as ready for review
June 15, 2022 06:16
This comment was marked as resolved.
This comment was marked as resolved.
…` after init Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
nextcloud-commandforce-pushed
the
feat/maintenance-update-htaccess
branch
from
June 15, 2022 06:17
7828ff8 to
dff2177CompareJ0WI
reviewed
Jun 29, 2022
Uh oh!
There was an error while loading. Please reload this page.
docker-library-bot added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jun 30, 2022
Changes: - https///github.com/nextcloud/docker/commit/941450c: Runs update.sh - https///github.com/nextcloud/docker/commit/502fda1: Use $PHP_INI_DIR var (https///github.com/nextcloud/docker/pull/1765) - https///github.com/nextcloud/docker/commit/66f397f: Runs update.sh - https///github.com/nextcloud/docker/commit/3df4ad5: Alpine 3.16 (https///github.com/nextcloud/docker/pull/1779) - https///github.com/nextcloud/docker/commit/0eda450: Runs update.sh - https///github.com/nextcloud/docker/commit/209d65d: Add `NEXTCLOUD_INIT_HTACCESS` to run `occ maintenance:update:htaccess` after init (https///github.com/nextcloud/docker/pull/1761)
tclavier pushed a commit
to tclavier/docker
that referenced
this pull request
Jul 23, 2022
…` after init (nextcloud#1761) Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: Thomas Clavier <tom@tcweb.org>
ananace pushed a commit
to ananace/docker-nextcloud
that referenced
this pull request
May 10, 2024
…` after init (nextcloud#1761) Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use case:
For your entire setup to work, it require each container to have an up-to-date htaccess.
Since firing new containers is usually done automatically/programatically on swarm environments, you cannot manually run an occ command on each new node. You need a way to have that part of your init process.