AIOMetadata
Application Docker from LubricantJam's Repository
Vue d'ensemble
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.
Exigences
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.
Arguments d'exécution
- Interface utilisateur Web
http://[IP]:[PORT:3232]- Réseau
bridge- Coquille
bash- Privilégié
- false
Configuration du modèle
Web UI PortPorttcp
Host port mapped to the addon (container listens on 3232).
- Cible
- 3232
- Défaut
- 3232
- Valeur
- 3232
Data FolderPathrw
Persistent addon data (SQLite DB when using default DATABASE_URI).
- Cible
- /app/addon/data
- Valeur
- /mnt/user/appdata/aiometadata/data
Host NameVariable
Public URL where the addon is reachable (include https://). Used for manifest and resource URLs.
- Cible
- HOST_NAME
Database URIVariable
SQLite default matches the Data Folder mount. Use postgresql://... for Postgres.
- Cible
- DATABASE_URI
- Défaut
- sqlite://addon/data/db.sqlite
- Valeur
- sqlite://addon/data/db.sqlite
Redis URLVariable
Redis URL for caching. Change host if your Redis container is not named redis.
- Cible
- REDIS_URL
- Défaut
- redis://redis:6379
- Valeur
- redis://redis:6379
Catégories
Détails
Référentiel
ghcr.io/cedya77/aiometadata:latestDernière mise à jour2026-06-01
Première vue2026-03-28
Exécutez AIOMetadata sur Unraid.
AIOMetadata est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.