AIOMetadata
AIOMetadata
Docker app from LubricantJam's Repository
Overview
AIOMetadata is a Stremio metadata addon. Redis is required for caching; SQLite (default) or PostgreSQL for storage. Most options (API keys, providers, catalogs, passwords) are set in the /configure web UI and stored in the database—not as container variables.
Requirements
Redis is required. Point REDIS_URL at your Redis instance (e.g. redis://container-name:6379 on a custom network, or redis://your-server-ip:6379).
Set HOST_NAME to the public URL Stremio will use (HTTPS via reverse proxy is typical).
After the container is up, open /configure to set TMDB and other API keys, providers, and security options.
Optional env overrides (TMDB_API, LOG_LEVEL, OAuth redirects, cache tuning, etc.) are documented here: https://github.com/cedya77/aiometadata/blob/dev/docs/ENVIRONMENT_VARIABLES.md — add them via "Add another Path, Port, Variable, Label or Device" if you need them.
Runtime arguments
- Web UI
http://[IP]:[PORT:3232]- Network
bridge- Shell
bash- Privileged
- false
Template configuration
Web UI PortPorttcp
Host port mapped to the addon (container listens on 3232).
- Target
- 3232
- Default
- 3232
- Value
- 3232
Data FolderPathrw
Persistent addon data (SQLite DB when using default DATABASE_URI).
- Target
- /app/addon/data
- Value
- /mnt/user/appdata/aiometadata/data
Host NameVariable
Public URL where the addon is reachable (include https://). Used for manifest and resource URLs.
- Target
- HOST_NAME
Database URIVariable
SQLite default matches the Data Folder mount. Use postgresql://... for Postgres.
- Target
- DATABASE_URI
- Default
- sqlite://addon/data/db.sqlite
- Value
- sqlite://addon/data/db.sqlite
Redis URLVariable
Redis URL for caching. Change host if your Redis container is not named redis.
- Target
- REDIS_URL
- Default
- redis://redis:6379
- Value
- redis://redis:6379
Categories
Details
Repository
ghcr.io/cedya77/aiometadata:latestLast Updated2026-05-31
First Seen2026-03-28
Run AIOMetadata on Unraid.
AIOMetadata is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.