All apps · 0 apps
feedBack
Docker app from joeygatorhands' Repository
Overview
Install feedBack on Unraid in a few clicks.
Find feedBack 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.
Categories
Related apps
Explore more like this
Explore allDetails
ghcr.io/got-feedback/feedback:nightlyRuntime arguments
- Web UI
http://[IP]:[PORT:8000]- Network
bridge- Privileged
- false
Template configuration
The port for feedBack Web UI (defaulted to 7000 to avoid browser blocked-port list)
- Target
- 8000
- Default
- 7000
- Value
- 7000
Where your feedPak chart library is stored (Read-Write required for seeding starter/diagnostic content and folder organization).
- Target
- /feedpaks
- Default
- /mnt/user/Media/feedpaks/
- Value
- /mnt/user/Media/feedpaks/
Location for config DB, caches (art, audio, feedpaks), and persistent packages.
- Target
- /config
- Default
- /mnt/user/appdata/feedback
- Value
- /mnt/user/appdata/feedback
Optional: Set the path to scan for user-installed custom plugins. Defaults to /config/plugins. You can place custom plugins directly into the plugins/ subfolder of your appdata share on the host.
- Target
- FEEDBACK_PLUGINS_DIR
- Default
- /config/plugins
- Value
- /config/plugins
Optional: Comma-separated list of GitHub repositories (e.g., got-feedback/feedBack-plugin-rig-builder,got-feedback/feedBack-plugin-practice) to automatically download and install at startup.
- Target
- FEEDBACK_AUTO_INSTALL_PLUGINS
Optional: Restricts the maximum number of concurrent files being scanned at startup. Useful to cap CPU usage during library sync on lower-end servers.
- Target
- SCAN_MAX_WORKERS
Uvicorn / feedBack logging level (DEBUG | INFO | WARNING | ERROR).
- Target
- LOG_LEVEL
- Default
- INFO
- Value
- INFO
Log formatting style (text | json).
- Target
- LOG_FORMAT
- Default
- text
- Value
- text
Optional: Persistent log file location to write logging output directly to your appdata directory for easier troubleshooting.
- Target
- LOG_FILE
- Default
- /config/feedback.log
- Value
- /config/feedback.log
Internal application environment variable for song/chart library directory
- Target
- DLC_DIR
- Default
- /feedpaks
- Value
- /feedpaks
Internal application environment variable for appdata config
- Target
- CONFIG_DIR
- Default
- /config
- Value
- /config