How do we specify spaces in the path for our app.ini?
I’ve tried:
APP_DATA_PATH = `/mnt/Share Name`
APP_DATA_PATH = "/mnt/Share Name"
APP_DATA_PATH = /mnt/Share\ Name
Without success.
Sep 26 00:48:05 gitea gitea[2629]: 2025/09/26 00:48:05 routers/init.go:74:mustInitCtx() [F] code.gitea.io/gitea/modules/git.InitFull(ctx) failed: unable to prepare git home directory /mnt/Share Name/AppData/gitea/data/home, err: mkdir /mnt/Share Name: permission denied
Sep 26 00:48:05 gitea systemd[1]: gitea.service: Main process exited, code=exited, status=1/FAILURE