Gitea complains if the `WORK_DIR` setting is not set. It tries to set it itself, but fails because the configuration is read-only. The value it uses is incorrect anyway (`/usr/local/bin`, since that's where the `gitea` executable is).
Gitea complains if the `WORK_DIR` setting is not set. It tries to set it itself, but fails because the configuration is read-only. The value it uses is incorrect anyway (`/usr/local/bin`, since that's where the `gitea` executable is).