feedBack

feedBack

Docker app from joeygatorhands' Repository

Overview

feedBack is an open-source rhythm gaming and music education platform. Supports multi-instrument gameplay, chart creation tools, music theory training, lessons, minigames, and a powerful plugin ecosystem. DISCLAIMER: This is an unofficial, community-provided Docker template. The application is actively developed, and major changes may occur.

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.

Open the Apps tab on your Unraid server Search Community Apps for feedBack Review the template variables and paths Click Install

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/got-feedback/feedback:nightly
Last Updated2026-07-17
First Seen2026-07-15

Runtime arguments

Web UI
http://[IP]:[PORT:8000]
Network
bridge
Privileged
false

Template configuration

WebUI PortPorttcp

The port for feedBack Web UI (defaulted to 7000 to avoid browser blocked-port list)

Target
8000
Default
7000
Value
7000
Song Library DirectoryPathrw

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/
Appdata DirectoryPathrw

Location for config DB, caches (art, audio, feedpaks), and persistent packages.

Target
/config
Default
/mnt/user/appdata/feedback
Value
/mnt/user/appdata/feedback
Plugins DirectoryVariable

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
Auto Install PluginsVariable

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
Scan Max WorkersVariable

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
Log LevelVariable

Uvicorn / feedBack logging level (DEBUG | INFO | WARNING | ERROR).

Target
LOG_LEVEL
Default
INFO
Value
INFO
Log FormatVariable

Log formatting style (text | json).

Target
LOG_FORMAT
Default
text
Value
text
Log File LocationVariable

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
DLC_DIR EnvVariable

Internal application environment variable for song/chart library directory

Target
DLC_DIR
Default
/feedpaks
Value
/feedpaks
CONFIG_DIR EnvVariable

Internal application environment variable for appdata config

Target
CONFIG_DIR
Default
/config
Value
/config