forgejo/contrib
wxiaoguang d0a9456c4f
Make environment-to-ini work with INSTALL_LOCK=true (#25926)
Regression of #25648, fix #25924

Test:

```bash
rm -f /tmp/example.ini /tmp/out.ini && \
echo "[security]" > /tmp/example.ini && \
echo "INSTALL_LOCK = true" >> /tmp/example.ini && \
GITEA__foo__bar=1 go run contrib/environment-to-ini/environment-to-ini.go --config=/tmp/example.ini --out=/tmp/out.ini && \
echo "==== example:" && \
cat /tmp/example.ini && \
echo "==== out:" && \
cat /tmp/out.ini
```

Output:

```
2023/07/17 17:40:51 ...nvironment-to-ini.go:99:runEnvironmentToIni() [I] Settings saved to: "/tmp/out.ini"
==== example:
[security]
INSTALL_LOCK = true
==== out:
[security]
INSTALL_LOCK = true

[foo]
bar = 1

```
2023-07-17 17:56:06 +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 environment-to-ini work with INSTALL_LOCK=true (#25926) 2023-07-17 17:56:06 +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.