AIOMetadata
Aplicación Docker from LubricantJam's Repository
Visión general
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.
Requisitos
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.
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3232]- Red
bridge- Concha
bash- Privilegiado
- false
Configuración de plantillas
Web UI PortPorttcp
Host port mapped to the addon (container listens on 3232).
- Objetivo
- 3232
- Por defecto
- 3232
- Valor
- 3232
Data FolderPathrw
Persistent addon data (SQLite DB when using default DATABASE_URI).
- Objetivo
- /app/addon/data
- Valor
- /mnt/user/appdata/aiometadata/data
Host NameVariable
Public URL where the addon is reachable (include https://). Used for manifest and resource URLs.
- Objetivo
- HOST_NAME
Database URIVariable
SQLite default matches the Data Folder mount. Use postgresql://... for Postgres.
- Objetivo
- DATABASE_URI
- Por defecto
- sqlite://addon/data/db.sqlite
- Valor
- sqlite://addon/data/db.sqlite
Redis URLVariable
Redis URL for caching. Change host if your Redis container is not named redis.
- Objetivo
- REDIS_URL
- Por defecto
- redis://redis:6379
- Valor
- redis://redis:6379
Categorías
Detalles
Repositorio
ghcr.io/cedya77/aiometadata:latestÚltima actualización2026-06-02
Visto por primera vez2026-03-28
Ejecute AIOMetadata en Unraid.
AIOMetadata se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.