Designed to live behind Tailscale. Treat it as private and internal.
A compact, well-behaved stack of services that powers a Stremio addon setup, managed by Arcane.
- Rename
.env.exampleto.envand fill in values. - This stack is managed by Arcane at
http://localhost:3552. - Do not run
docker compose up/down/restarthere.
These are installed in Stremio itself, not by this stack:
- AIOStreams
- AIOMetadata
- Watchly
Recommended: disable Cinemeta catalogs/search via Cinebye so metadata and catalogs come from your preferred addons instead.
Cinebye is a community web tool used to hide/disable Cinemeta features (often after updates re-enable them).
https://cinebye.elfhosted.com/
aiostreams— addon aggregatormediafusion— torrent scraping sourcecomet— Zilean-backed stream sourcestremthru— debrid proxy + store/wrapzilean— DMM torrent indexeraiometadata— metadata enrichmentstremio-postgres— shared PostgreSQLstremio-redis— shared Redisbrowserless— headless Chrome for MediaFusion
compose.yaml— stack definition.env.example— configuration templateinitdb/— Postgres initialization scriptsdata/— persistent volumes created at runtimeddyo-aiostreams-template.json— aiostreams helper templateaio_ddyo.jpg— local artwork
- Restart a single container safely:
sudo docker restart <container_name>- If you change
compose.yamlor configuration values, redeploy from the Arcane UI or API.