-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix capitalization of NextcloudPi #1634
Draft
theCalcaholic
wants to merge
5
commits into
devel
Choose a base branch
from
fix/capitalization-of-nextcloudpi
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
Improve docker compatibility: Change the backup directory for ./nextcloud/data to reside within the host file system (basedir) so as to avoid moving the data folder back and forth between the docker container and the host file system. In situations where the nextcloud data takes up more than the free available space on the host system, this may lead to loosing some or all of the data. Signed-off-by: MB-Finski <[email protected]>
Improves docker compatibility. Placing the backup file in /var/www/ will cause a failure in rolling back the update on containerized setups ("Can only restore from ext/btrfs/zfs filesystems"). The host filesystem is most likely compatible so using $BASEDIR as the backup location *should* solve this issue for most users. Signed-off-by: MB-Finski <[email protected]>
Change backup directory for docker compatibility
…d urls) Signed-off-by: thecalcaholic <[email protected]>
theCalcaholic
force-pushed
the
devel
branch
4 times, most recently
from
January 8, 2023 20:16
8d181e6
to
d9cb654
Compare
theCalcaholic
force-pushed
the
devel
branch
5 times, most recently
from
January 22, 2023 00:21
dce6a9f
to
cdf99f6
Compare
theCalcaholic
force-pushed
the
devel
branch
2 times, most recently
from
October 10, 2023 20:01
ec7a07e
to
9ed15a5
Compare
It'd be great if you could merge this pull request! |
theCalcaholic
force-pushed
the
devel
branch
7 times, most recently
from
January 25, 2024 23:17
33dc010
to
e3c3a42
Compare
theCalcaholic
force-pushed
the
devel
branch
2 times, most recently
from
May 6, 2024 17:20
a5cf782
to
8c1dc9f
Compare
theCalcaholic
force-pushed
the
devel
branch
3 times, most recently
from
August 11, 2024 09:50
e24d3a0
to
f032fd7
Compare
theCalcaholic
force-pushed
the
devel
branch
8 times, most recently
from
August 24, 2024 17:39
75bffeb
to
31d5ed9
Compare
theCalcaholic
force-pushed
the
devel
branch
17 times, most recently
from
September 7, 2024 00:52
f14678a
to
0e40867
Compare
Sign up for free
to 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.
No description provided.