Skip to main content
NekoHub supports three storage backends. Set Storage__Provider to the appropriate value and supply the matching variables for that provider.

Local storage

Local storage writes files directly to the server’s filesystem. It is the simplest option and the default in the provided compose.yaml.Good for: development, single-machine deployments, or any setup where you manage backups yourself.

Required variables

Variable reference

Docker volume tip

Map a named volume to Storage__Local__RootPath in your compose.yaml so assets survive container restarts and upgrades: