Aaron Leopold
Aaron Leopold
So it seems using `user` and `group_add` breaks all of the [init logic](https://github.com/stumpapp/stump/blob/main/docker/entrypoint.sh#L3-L38) in the entrypoint for docker, based off of all of the `permission denied` errors you showed on...
> For what it is worth, I had to disable entry point script when configuring rootless container under podman. It was the most difficult part to figure out with stump...
I'd have to spend some time to read through the docs you linked (thank you for that, btw) to better gauge how involved it might be, but on the surface...
> Not sure if this is a bug or more a feature request (which I'm happy to write a PR for) To be honest, I'm not 100% sure which it...
I messed around a little this morning, I pushed a commit that is worth discussing: https://github.com/stumpapp/stump/commit/dc1dda9dc2182fe03fb20ea9a11d75d86c385bb7 It "fixes" the issue, but not in a way that can actually be committed...
Literally no worries at all! I'm not sure if you've heard or maybe already use it, but I'd recommend try giving something like [fnm](https://github.com/Schniz/fnm) a try. I use it personally,...
You're not missing anything! It doesn't exist. I did create the npm organization it would live in, so it's just a matter of setting up CI to handle it as...
There are two big things I'd like to touch on before digging into this feature: Deletion from the perspective of the DB vs deletion of files directly I'll create explicit...
> The user made a mistake when structuring their library and wants to delete a book from the database, then immediately rescan the library to get things right. They wouldn't...
This isn't actually a bug, just perhaps misleading and/or bad UX. The header and footer UI components are fixed and constantly visible. When you enter "full screen" mode they instead...