Comet
Docker 应用程序 from LubricantJam's Repository
概述
Comet is a self-hosted service for torrent/debrid search with configurable environment variables and support for SQLite or PostgreSQL backends.
要求
Default setup uses SQLite (single-container friendly).
SQLite database file path defaults to `/app/data/comet.db` in the mapped Data Folder.
To use PostgreSQL instead, change DATABASE_TYPE to `postgresql` and set DATABASE_URL for your database host/user/password/database.
If you use an external .env for additional Comet options, add those variables in Unraid under "Add another Path, Port, Variable, Label or Device".
运行时参数
- 网络用户界面
http://[IP]:[PORT:8000]- 网络
bridge- 外壳
bash- 特权
- false
模板配置
Web UI PortPorttcp
Host port mapped to the Comet web service (container listens on 8000).
- 目标
- 8000
- 默认值
- 8000
- 价值
- 8000
Data FolderPathrw
Persistent data directory for Comet application data.
- 目标
- /app/data
- 价值
- /mnt/user/appdata/comet
Database TypeVariable
Database backend type (`sqlite` or `postgresql`).
- 目标
- DATABASE_TYPE
- 默认值
- sqlite
- 价值
- sqlite
Database URLVariable
Database target. For SQLite, use a file path in the Data Folder. For PostgreSQL, use host:port/database credentials format.
- 目标
- DATABASE_URL
- 默认值
- /app/data/comet.db
- 价值
- /app/data/comet.db
下载统计数据
319,214
下载总数
45,098
本月
45,098
平均每月
长期下载总量
加载图表...
详细信息
在Unraid 上运行 Comet 。
Comet 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。