Scriberr
Docker 应用程序 from grtgbln's Repository
概述
A self-hostable AI audio transcription and summarization tool.
要求
Requires separate Redis and Pocketbase containers.
On first load, app will throw a 500 error due to missing database. Simply reload the page.
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]/- 网络
bridge- 特权
- false
模板配置
Web UI PortPorttcp
Container Port: 3000
- 目标
- 3000
- 默认值
- 3000
- 价值
- 3000
Database UI PortPorttcp
Expose database UI (optional)
- 目标
- 8080
- 默认值
- 8080
- 价值
- 8080
JobQueue UI PortPorttcp
Expose job queue UI (optional)
- 目标
- 9243
- 默认值
- 9243
- 价值
- 9243
OpenAI - API KeyVariable
OpenAI API key
- 目标
- OPENAI_API_KEY
OpenAI - EndpointVariable
OpenAI (or Ollama-compatible) API endpoint
- 目标
- OPENAI_ENDPOINT
- 默认值
- http://ollama:11434/v1
- 价值
- http://ollama:11434/v1
OpenAI - ModelVariable
AI model to use. Make sure this matches the model in the Ollama container.
- 目标
- OPENAI_MODEL
- 默认值
- llama3.2
- 价值
- llama3.2
OpenAI - UserVariable
Role to use with OpenAI
- 目标
- OPENAI_ROLE
- 默认值
- user
- 价值
- user
Pocketbase - URLVariable
URL of the Pocketbase container
- 目标
- POCKETBASE_URL
- 默认值
- http://localhost:3000
- 价值
- http://localhost:3000
Pocketbase - Email AddressVariable
Email address of the admin user
- 目标
- POCKETBASE_ADMIN_EMAIL
Pocketbase - PasswordVariable
Password of the admin user
- 目标
- POCKETBASE_ADMIN_PASSWORD
Redis - HostVariable
Hostname of the Redis container
- 目标
- REDIS_HOST
- 默认值
- 127.0.0.1
- 价值
- 172.0.0.1
Redis - PortVariable
Port of the Redis container
- 目标
- REDIS_PORT
- 默认值
- 6379
- 价值
- 6379
Use Nvidia GPUVariable
Use Nvidia GPU for AI processing
- 目标
- NVIDIA
- 默认值
- false|true
ConcurrencyVariable
Number of concurrent jobs to run
- 目标
- CONCURRENCY
- 默认值
- 1
- 价值
- 1
Database PathPathrw
Database path
- 目标
- /app/db
- 默认值
- /mnt/user/appdata/scriberr/db
- 价值
- /mnt/user/appdata/scriberr/db
Config PathPathrw
Config path
- 目标
- /scriberr
- 默认值
- /mnt/user/appdata/scriberr/config
- 价值
- /mnt/user/appdata/scriberr/config
Models PathPathrw
Models path
- 目标
- /scriberr/models
- 默认值
- /mnt/user/appdata/scriberr/models
- 价值
- /mnt/user/appdata/scriberr/models
Internal Config PathVariablerw
Internal config path. Not recommended to change.
- 目标
- SCRIBO_FILES
- 默认值
- /scriberr
- 价值
- /scriberr
Dev ModeVariable
Enable development mode
- 目标
- DEV_MODE
- 默认值
- false|true
详细信息
存储库
ghcr.io/rishikanthc/scriberr:latest最后更新2026-06-01
初见2024-11-06
在Unraid 上运行 Scriberr 。
Scriberr 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。