AIOMetadata

AIOMetadata

Docker 应用程序 from LubricantJam's Repository

概述

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.

要求


        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.
    

运行时参数

网络用户界面
http://[IP]:[PORT:3232]
网络
bridge
外壳
bash
特权
false

模板配置

Web UI PortPorttcp

Host port mapped to the addon (container listens on 3232).

目标
3232
默认值
3232
价值
3232
Data FolderPathrw

Persistent addon data (SQLite DB when using default DATABASE_URI).

目标
/app/addon/data
价值
/mnt/user/appdata/aiometadata/data
Host NameVariable

Public URL where the addon is reachable (include https://). Used for manifest and resource URLs.

目标
HOST_NAME
Database URIVariable

SQLite default matches the Data Folder mount. Use postgresql://... for Postgres.

目标
DATABASE_URI
默认值
sqlite://addon/data/db.sqlite
价值
sqlite://addon/data/db.sqlite
Redis URLVariable

Redis URL for caching. Change host if your Redis container is not named redis.

目标
REDIS_URL
默认值
redis://redis:6379
价值
redis://redis:6379

详细信息

存储库
ghcr.io/cedya77/aiometadata:latest
最后更新2026-05-31
初见2026-03-28

在Unraid 上运行 AIOMetadata 。

AIOMetadata 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。