#Hostea tip: make your app.ini file resistant 💪 to upcoming @Gitea 1.17 breaking changes related to where #Gitea expects to find its data. It is simple ✨ make sure all path related variables (ending with PATH for the most part) are explicitly set with an absolute path for your current app.ini.
Use https://github.com/go-gitea/gitea/blob/main/docker/root/etc/templates/app.ini as a checklist.
If want to know more read the in depth analysis of a regression involving APP_DATA_PATH https://hostea.org/blog/path-not-found/
---
Authored by @dachary