
GitHub - stashapp/stash: An organizer for your porn, written in Go ...
Stash gathers information about videos in your collection from the internet, and is extensible through the use of community-built plugins for a large number of content producers and sites. Stash supports a wide variety of both video and image formats. You …
stash/docker/production/README.md at develop - GitHub
The StashApp docker container ships with everything you need to automatically run stash, including ffmpeg.
stash/docker/production/docker-compose.yml at develop - GitHub
An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc - stashapp/stash
GitHub - nerethos/docker-stash: Unofficial Docker image for https ...
Unofficial Docker image for https://github.com/stashapp/stash, with extras. About This is intended to be a drop-in replacement for the original container image from the Stash maintainers.
GitHub - stashapp/stash-box: Stash App's own OpenSource video …
If you already have PostgreSQL installed, you can install stash-box on its own from Docker Hub. Bare-metal install Stash-box supports macOS, Windows, and Linux.
[Feature] hardware encoding · Issue #305 · stashapp/stash
I experimented with building Stash on top of the nvidia/cuda docker stack and was able to achieve hardware accelerated decoding and encoding. I'm pretty impressed with the results. I let a 1080p HEVC video stream in H264 for about 5 minutes - CPU load stayed around 1.00 while FFMPEG quickly filled the buffer and throttled the GPU.
o-fl0w/stash-vr: Watch your stash library in VR. - GitHub
Stash-VR bridges your Stash instance and VR video player allowing you to browse, play and manage your scenes using the video players native VR UI. It's lightweight, optionally configurable and has support for two-way sync.
GitHub - ahaasler/docker-stash: A Docker image for Stash
A great way to connect your Stash instance with a PostgreSQL database is using the docker-stash-postgres image. Create and name the database container: docker run --name stash-postgres -d ahaasler/stash-postgres ```
stash/docs/DEVELOPMENT.md at develop · stashapp/stash - GitHub
This project uses a modification of the CI-GoReleaser Docker container for cross-compilation, defined in docker/compiler/Dockerfile. To cross-compile the app yourself: Run make pre-ui , make generate and make ui outside the container, to generate files and build the UI.
niemands/StashPlugins: A collection of python plugins for stash
To use the plugins with a stash instance running in a (remote-) docker container it is required to install python inside of it: Open a shell in the docker container: docker exec -it <container-id> sh (get the container id from docker ps -a) In the container execute the following commands: