All apps · 0 apps
Whishper
Docker app from grtgbln's Repository
Overview
Install Whishper on Unraid in a few clicks.
Find Whishper 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 MongoDB and LibreTranslate instances.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
pluja/whishper:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8082]/- Network
bridge- Privileged
- false
Template configuration
Container Port: 8082
- Target
- 8082
- Default
- 8082
- Value
- 8082
Set to 'gpu' to use GPU. Need to select GPU-compatible image variant.
- Target
- PUBLIC_WHISHPER_PROFILE
- Default
- cpu|gpu
The URL of the LibreTranslate instance to use for translations.
- Target
- PUBLIC_TRANSLATION_API_HOST
- Default
- http://libretranslate:8080
- Value
- http://libretranslate:8080
The hostname where Whishper is being served, without the protocol.
- Target
- PUBLIC_API_HOST
- Default
- localhost:8082
- Value
- localhost:8082
Comma-separated list of Whisper models to download on first run.
- Target
- WHISPER_MODELS
- Default
- tiny,small
- Value
- tiny,small
Path to the uploads folder
- Target
- /app/uploads
- Default
- /mnt/user/appdata/whishper/uploads
- Value
- /mnt/user/appdata/whishper/uploads
Path to the logs folder
- Target
- /var/log/whishper
- Default
- /mnt/user/appdata/whishper/logs
- Value
- /mnt/user/appdata/whishper/logs
Internal path to the Whisper models directory. Not recommended to change.
- Target
- WHISPER_MODELS_DIR
- Default
- /app/models
- Value
- /app/models
Internal path to the uploads directory. Not recommended to change.
- Target
- WHISPER_UPLOADS_DIR
- Default
- /app/uploads
- Value
- /app/uploads
The number of CPU threads to use when transcribing.
- Target
- CPU_THREADS
- Default
- 4
- Value
- 4