Comet
Aplicación Docker from LubricantJam's Repository
Visión general
Comet is a self-hosted service for torrent/debrid search with configurable environment variables and support for SQLite or PostgreSQL backends.
Requisitos
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".
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8000]- Red
bridge- Concha
bash- Privilegiado
- false
Configuración de plantillas
Web UI PortPorttcp
Host port mapped to the Comet web service (container listens on 8000).
- Objetivo
- 8000
- Por defecto
- 8000
- Valor
- 8000
Data FolderPathrw
Persistent data directory for Comet application data.
- Objetivo
- /app/data
- Valor
- /mnt/user/appdata/comet
Database TypeVariable
Database backend type (`sqlite` or `postgresql`).
- Objetivo
- DATABASE_TYPE
- Por defecto
- sqlite
- Valor
- sqlite
Database URLVariable
Database target. For SQLite, use a file path in the Data Folder. For PostgreSQL, use host:port/database credentials format.
- Objetivo
- DATABASE_URL
- Por defecto
- /app/data/comet.db
- Valor
- /app/data/comet.db
Categorías
Descargar estadísticas
319,214
Descargas totales
45,098
Este mes
45,098
Media / Mes
Descargas totales a lo largo del tiempo
Cargando gráfico...
Detalles
Repositorio
g0ldyy/comet:latestÚltima actualización2026-05-12
Visto por primera vez2026-03-26
Ejecute Comet en Unraid.
Comet se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.