AIOMetadata
Docker-Anwendung from LubricantJam's Repository
Übersicht
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.
Anforderungen
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.
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:3232]- Netzwerk
bridge- Shell
bash- Privilegiert
- false
Konfiguration der Vorlage
Web UI PortPorttcp
Host port mapped to the addon (container listens on 3232).
- Ziel
- 3232
- Standard
- 3232
- Wert
- 3232
Data FolderPathrw
Persistent addon data (SQLite DB when using default DATABASE_URI).
- Ziel
- /app/addon/data
- Wert
- /mnt/user/appdata/aiometadata/data
Host NameVariable
Public URL where the addon is reachable (include https://). Used for manifest and resource URLs.
- Ziel
- HOST_NAME
Database URIVariable
SQLite default matches the Data Folder mount. Use postgresql://... for Postgres.
- Ziel
- DATABASE_URI
- Standard
- sqlite://addon/data/db.sqlite
- Wert
- sqlite://addon/data/db.sqlite
Redis URLVariable
Redis URL for caching. Change host if your Redis container is not named redis.
- Ziel
- REDIS_URL
- Standard
- redis://redis:6379
- Wert
- redis://redis:6379
Kategorien
Einzelheiten
Repository
ghcr.io/cedya77/aiometadata:latestZuletzt aktualisiert2026-06-02
Erstmals gesehen2026-03-28
Führen Sie AIOMetadata auf Unraid aus.
AIOMetadata ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.