Added filebrowser #18
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: redbeardymcgee/podbox#18
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "features/filebrowser"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a new one for me, thanks for showing it to me!
I want to clarify what this is about and see if there's something we can do better about that.
There's another quadlet here that had a quirk similar to this. I need to check on which that was and revisit it also. One that stands out is
calibre-web
because it wants ametadata.db
from an existingcalibre
library. I added aREADME.md
for that situation, but I seem to remember another one that needed to be bootstrapped.These are holdovers from an outmoded method of handling docker user/group stuff inside containers.
podman
should not require this anymore, and1000
cannot be hardcoded. Even though upstreams and lsio containers use it as an example all the time, we have subuids and subgids, and1000
is only correct if you are the only user on the system.I did try and add a post exec with a symlink but that failed I can look into this again though and try work out a solution.
Fixed the volumes issue please review.
Looks like you found a different provider for the container that has more sane behavior regarding the mounts, and now we can skip that bootstrap step?
correct, this is a very popular and maintained image mirror with more sane mounting approaches.