All apps · 0 apps
Scriberr
Docker app from grtgbln's Repository
Overview
Install Scriberr on Unraid in a few clicks.
Find Scriberr in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Requires separate Redis and Pocketbase containers.
On first load, app will throw a 500 error due to missing database. Simply reload the page.
Related apps
Explore more like this
Explore allLinks
Details
ghcr.io/rishikanthc/scriberr:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Privileged
- false
Template configuration
Container Port: 3000
- Target
- 3000
- Default
- 3000
- Value
- 3000
Expose database UI (optional)
- Target
- 8080
- Default
- 8080
- Value
- 8080
Expose job queue UI (optional)
- Target
- 9243
- Default
- 9243
- Value
- 9243
OpenAI API key
- Target
- OPENAI_API_KEY
OpenAI (or Ollama-compatible) API endpoint
- Target
- OPENAI_ENDPOINT
- Default
- http://ollama:11434/v1
- Value
- http://ollama:11434/v1
AI model to use. Make sure this matches the model in the Ollama container.
- Target
- OPENAI_MODEL
- Default
- llama3.2
- Value
- llama3.2
Role to use with OpenAI
- Target
- OPENAI_ROLE
- Default
- user
- Value
- user
URL of the Pocketbase container
- Target
- POCKETBASE_URL
- Default
- http://localhost:3000
- Value
- http://localhost:3000
Email address of the admin user
- Target
- POCKETBASE_ADMIN_EMAIL
Password of the admin user
- Target
- POCKETBASE_ADMIN_PASSWORD
Hostname of the Redis container
- Target
- REDIS_HOST
- Default
- 127.0.0.1
- Value
- 172.0.0.1
Port of the Redis container
- Target
- REDIS_PORT
- Default
- 6379
- Value
- 6379
Use Nvidia GPU for AI processing
- Target
- NVIDIA
- Default
- false|true
Number of concurrent jobs to run
- Target
- CONCURRENCY
- Default
- 1
- Value
- 1
Database path
- Target
- /app/db
- Default
- /mnt/user/appdata/scriberr/db
- Value
- /mnt/user/appdata/scriberr/db
Config path
- Target
- /scriberr
- Default
- /mnt/user/appdata/scriberr/config
- Value
- /mnt/user/appdata/scriberr/config
Models path
- Target
- /scriberr/models
- Default
- /mnt/user/appdata/scriberr/models
- Value
- /mnt/user/appdata/scriberr/models
Internal config path. Not recommended to change.
- Target
- SCRIBO_FILES
- Default
- /scriberr
- Value
- /scriberr
Enable development mode
- Target
- DEV_MODE
- Default
- false|true