feederbox826

Results 221 comments of feederbox826

Not for adding tags, for searching. ie `Porn-Studio Name` which is more well known as `Porn Studio Name` on StashDB

# High level overview and TODO tracker developing in https://github.com/feederbox826/stash-s6 # container - entrypoint *ash script - [x] runtime python dep installation (r: #4102) - [x] automatic requirement finding, merging...

> it needs to help users from before keep working ideally Yep, my plan right now is to test it in my own repository to iron out any bugs, and...

> alternately we may be able to get away with just setting a couple environment variables to a mount from the host PIP_TARGET PYTHONHOME https://github.com/feederbox826/stash-s6/blob/b71eb246ae412192e1d9426cc01b4829c546738f/alpine.Dockerfile#L16-L19 cache and PIP_INSTALL_TARGET are both...

> Could we keep a rootless container option without s6? It causes particular problems on kubernetes as it aggressively CHOWNs files and can cause a container to fail to start...

Either way I'm discussing with @Leopere to drop s6 in favor of a (b)ash script but, > From a professional perspective, LSIO containers are not good containers. They're not good...

I'll try to get the bash scripts out the door, but I have a some personal negative experiences with k8s but PRs are always welcome.

Dropped s6 in favor of an [ash entrypoint script](https://github.com/feederbox826/stash-s6/blob/main/stash/root/opt/entrypoint.sh) Limitations of root-less - volume mounts are by default not accessible - nvenc stream needs root to run `ldconfig` - cannot...

> Please also add the `stashapp-tools` python module to fix some of the plugins. :-) already bundled :) https://github.com/feederbox826/stash-s6/blob/main/stash/root/defaults/requirements.txt

Just a quick status update while I'm here - Right now it's down to figuring out mutli-arch workflow and makefile support for local and CI integration. Progress has been slow...