forgejo/templates
wxiaoguang fa0b5b14c2
Make "install page" respect environment config (#25648)
Replace #25580

Fix #19453

The problem was: when users set "GITEA__XXX__YYY" , the "install page"
doesn't respect it.

So, to make the result consistent and avoid surprising end users, now
the "install page" also writes the environment variables to the config
file.

And, to make things clear, there are enough messages on the UI to tell
users what will happen.

There are some necessary/related changes to `environment-to-ini.go`:

* The "--clear" flag is removed and it was incorrectly written there.
The "clear" operation should be done if INSTALL_LOCK=true
* The "--prefix" flag is removed because it's never used, never
documented and it only causes inconsistent behavior.


![image](https://github.com/go-gitea/gitea/assets/2114189/12778ee4-3fb5-4664-a73a-41ebbd77cd5b)
2023-07-09 22:43:37 +00:00
..
admin Enable H014 and H023 djlint rules (#25786) 2023-07-09 20:33:25 +00:00
api/packages/pypi
base Enable H014 and H023 djlint rules (#25786) 2023-07-09 20:33:25 +00:00
code
custom
devtest
explore
mail
org
package
projects
repo Enable H014 and H023 djlint rules (#25786) 2023-07-09 20:33:25 +00:00
shared
status
swagger
user Enable H014 and H023 djlint rules (#25786) 2023-07-09 20:33:25 +00:00
home.tmpl
install.tmpl Make "install page" respect environment config (#25648) 2023-07-09 22:43:37 +00:00
post-install.tmpl