You can now access and browse your Stash galleries directly within The Stash Hub!
Introduced initial gallery support with a slim filter interface
Great for organizing image collections
More advanced sorting and display options are planned for future updates
Introducing a brand-new "Suggestions" page that surfaces content from your own collection—intelligently.
Recommendation engine is weighted by:
Shared tags
Shared performers
Shared studios
A powerful way to rediscover forgotten favorites and explore connections in your library you didn’t know existed
Stash Hub now proxies all requests to Stash directly through its own backend
Makes accessing The Stash Hub via VPNs much easier—no extra config required
Improves security, performance, and compatibility across complex setups
Fully transparent to the user
This release lays the foundation for smarter content discovery, better gallery experiences, and seamless remote access—all while keeping performance sharp and setup minimal.
More refinements coming soon. Thank you for supporting The Stash Hub! 💛
Steps:
1. Load the Docker image:
docker load -i the-stash-hub-latest.tar
2. Start the container:
docker-compose -f docker-compose.prod.yml up -d
**For Movie-Fy users:
FOR /F "tokens=*" %i IN ('docker-compose -f docker-compose.prod.yml ps -q stashhub') DO docker cp moviefy.db %i:/app/data/
docker-compose -f docker-compose.prod.yml restart