Take full control of your personal adult media collection with a private, locally-hosted organization system. This platform acts as your own personal streaming site, allowing you to securely manage, view, and curate videos and images across your devices without relying on external servers. Everything stays completely private on your own network, with optional password protection for added security.
Key features include:
services:
stash:
image: stashapp/stash:latest
container_name: stash
restart: unless-stopped
ports:
- "9999:9999"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/root/.stash
- ./data:/data
environment:
- STASH_STDOUT_LOG_LEVEL=info# No sensitive environment variables are required for the default Stash configuration.
# You can add custom variables here if needed.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago