Scriberr
Aplicación Docker from grtgbln's Repository
Visión general
A self-hostable AI audio transcription and summarization tool.
Requisitos
Requires separate Redis and Pocketbase containers.
On first load, app will throw a 500 error due to missing database. Simply reload the page.
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]/- Red
bridge- Privilegiado
- false
Configuración de plantillas
Web UI PortPorttcp
Container Port: 3000
- Objetivo
- 3000
- Por defecto
- 3000
- Valor
- 3000
Database UI PortPorttcp
Expose database UI (optional)
- Objetivo
- 8080
- Por defecto
- 8080
- Valor
- 8080
JobQueue UI PortPorttcp
Expose job queue UI (optional)
- Objetivo
- 9243
- Por defecto
- 9243
- Valor
- 9243
OpenAI - API KeyVariable
OpenAI API key
- Objetivo
- OPENAI_API_KEY
OpenAI - EndpointVariable
OpenAI (or Ollama-compatible) API endpoint
- Objetivo
- OPENAI_ENDPOINT
- Por defecto
- http://ollama:11434/v1
- Valor
- http://ollama:11434/v1
OpenAI - ModelVariable
AI model to use. Make sure this matches the model in the Ollama container.
- Objetivo
- OPENAI_MODEL
- Por defecto
- llama3.2
- Valor
- llama3.2
OpenAI - UserVariable
Role to use with OpenAI
- Objetivo
- OPENAI_ROLE
- Por defecto
- user
- Valor
- user
Pocketbase - URLVariable
URL of the Pocketbase container
- Objetivo
- POCKETBASE_URL
- Por defecto
- http://localhost:3000
- Valor
- http://localhost:3000
Pocketbase - Email AddressVariable
Email address of the admin user
- Objetivo
- POCKETBASE_ADMIN_EMAIL
Pocketbase - PasswordVariable
Password of the admin user
- Objetivo
- POCKETBASE_ADMIN_PASSWORD
Redis - HostVariable
Hostname of the Redis container
- Objetivo
- REDIS_HOST
- Por defecto
- 127.0.0.1
- Valor
- 172.0.0.1
Redis - PortVariable
Port of the Redis container
- Objetivo
- REDIS_PORT
- Por defecto
- 6379
- Valor
- 6379
Use Nvidia GPUVariable
Use Nvidia GPU for AI processing
- Objetivo
- NVIDIA
- Por defecto
- false|true
ConcurrencyVariable
Number of concurrent jobs to run
- Objetivo
- CONCURRENCY
- Por defecto
- 1
- Valor
- 1
Database PathPathrw
Database path
- Objetivo
- /app/db
- Por defecto
- /mnt/user/appdata/scriberr/db
- Valor
- /mnt/user/appdata/scriberr/db
Config PathPathrw
Config path
- Objetivo
- /scriberr
- Por defecto
- /mnt/user/appdata/scriberr/config
- Valor
- /mnt/user/appdata/scriberr/config
Models PathPathrw
Models path
- Objetivo
- /scriberr/models
- Por defecto
- /mnt/user/appdata/scriberr/models
- Valor
- /mnt/user/appdata/scriberr/models
Internal Config PathVariablerw
Internal config path. Not recommended to change.
- Objetivo
- SCRIBO_FILES
- Por defecto
- /scriberr
- Valor
- /scriberr
Dev ModeVariable
Enable development mode
- Objetivo
- DEV_MODE
- Por defecto
- false|true
Detalles
Repositorio
ghcr.io/rishikanthc/scriberr:latestÚltima actualización2026-05-31
Visto por primera vez2024-11-06
Ejecute Scriberr en Unraid.
Scriberr se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.