feat: surface NextExplorer as external storage; 34.0.4:1 → 34.0.4:3 - #151
Merged
Merged
Conversation
NextExplorer replaces FileBrowser Quantum as the recommended file server and the hub other services route through, so it joins the external storage registry. The mount is the same shape as FileBrowser Quantum's, uid 1000 idmapped to www-data, but the files_external entry exposes only the Files drive: NextExplorer's volume root also holds `_users`, one private directory per account, which an all-users mount would hand to every Nextcloud user. That is what the new `dataDir` field carries. The dependency floor is the community release, 2.2.7:0, so a box that installed it from there before the move still satisfies it. The revision skips :2, which is already on alpha. Verified on the dev box: selecting NextExplorer declares the dependency, Nextcloud restarts with the volume mounted as www-data, files_external lists /NextExplorer with datadir /mnt/nextexplorer/Files, a file written as www-data lands on disk as uid 1000, and NextExplorer reads and deletes it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
MattDHill
force-pushed
the
feat/nextexplorer-source
branch
from
September 18, 2026 03:30
e26fd3e to
20d9ca8
Compare
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 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.
Summary
www-data, read-write at/mnt/nextexplorer), but thefiles_externalentry exposes only the Files drive: the volume root also holds_users, one private directory per NextExplorer account. The registry gains adataDirfield to carry that.kind: 'exists', floored at2.2.7:0so installs from the community registry still satisfy it.34.0.4:1 → 34.0.4:3, keeping fix: refuse a major skip before the version graph runs; 34.0.4:0 → 34.0.4:1 #150's note. The revision skips:2, which is already on alpha.Rebased onto master after #150 merged.
Verified on the dev box: selecting NextExplorer declares the dependency, Nextcloud restarts with the volume mounted as
www-data,files_external:listshows/NextExplorerwithdatadir=/mnt/nextexplorer/Files, a file written aswww-datalands on disk as uid 1000, and NextExplorer reads and deletes it.Merge after NextExplorer 3.1.0:0 reaches the prod registry.
🤖 Generated with Claude Code