forgejo/routers/install
wxiaoguang 1ea6b8fd76
Write absolute AppDataPath to app.ini when installing (#25331)
If the APP_DATA_PATH isn't written into the config when installing, then
its value is uncertain because some Gitea command doesn't run with
correct WorkPath.

This is a quick fix for #25330  and can be backported.
2023-06-18 13:57:43 +00:00
..
install.go Write absolute AppDataPath to app.ini when installing (#25331) 2023-06-18 13:57:43 +00:00
routes.go
routes_test.go
setting.go