gitea/contrib
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
..
autocompletion Add Bash and Zsh completion scripts (#22646) 2023-02-21 12:32:24 -05:00
backport Update github.com/google/go-github to v53 (#25157) 2023-06-09 19:42:51 +00:00
environment-to-ini Make "install page" respect environment config (#25648) 2023-07-09 22:43:37 +00:00
fhs-compliant-script Fix issue with docker-rootless shimming script (#18690) 2022-02-10 01:15:06 -05:00
fixtures Enable forbidigo linter (#24278) 2023-04-24 05:50:58 -04:00
gitea-monitoring-mixin Fixed lint warnings in Grafana raised by Mixtool (#22486) 2023-01-17 10:23:25 -06:00
ide Update to work with latest VS Code go debugger (#18397) 2022-01-25 05:00:55 +00:00
init Add init file for Ubuntu (#23362) 2023-03-09 16:54:37 -06:00
launchd Synced gitignores with github repo (#1245) 2017-03-15 13:30:00 +01:00
legal [Contrib] Change License Link to Full CC0 Legalcode (PP and TOS) (#10057) 2020-06-02 21:22:17 -04:00
options/label Adding advanced label set. (#11298) 2020-05-07 07:47:34 +01:00
supervisor Synced gitignores with github repo (#1245) 2017-03-15 13:30:00 +01:00
systemd Implement systemd-notify protocol (#21151) 2023-05-15 22:20:30 +00:00
README Synced gitignores with github repo (#1245) 2017-03-15 13:30:00 +01:00
update_dependencies.sh bump go deps (#19021) 2022-03-08 19:15:30 +08:00
upgrade.sh Updated upgrade script that is informing user that Gitea service has to be running in order to upgrade it (#24260) 2023-04-25 13:19:58 -04:00

All files in subdirectories are templates, do modifications based on your environment first.