[PR #2829] [MERGED] Fix ordering in app.ini and fix run mode option #16618

Closed
opened 2025-11-02 12:14:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2829
Author: @Morlinest
Created: 11/2/2017
Status: Merged
Merged: 11/2/2017
Merged by: @lafriks

Base: masterHead: fix/app-ini-template


📝 Commits (2)

  • 921181c Fix ordering in app.ini and remove unused config option
  • 7a96d78 Fix option name and ordering instead of removing it

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 docker/etc/s6/gitea/setup (+1 -1)
📝 docker/etc/templates/app.ini (+3 -2)

📄 Description

Move APP_MODE to root section in app.ini (where it should be: 5866eb2321/modules/setting/setting.go (L652)) and remove unused APP_MODE option.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2829 **Author:** [@Morlinest](https://github.com/Morlinest) **Created:** 11/2/2017 **Status:** ✅ Merged **Merged:** 11/2/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/app-ini-template` --- ### 📝 Commits (2) - [`921181c`](https://github.com/go-gitea/gitea/commit/921181cc8d26e95cd5cfcf9b9d1a40be91e30588) Fix ordering in app.ini and remove unused config option - [`7a96d78`](https://github.com/go-gitea/gitea/commit/7a96d78eb2e09c306a2bfa400cd4b7482837e1e3) Fix option name and ordering instead of removing it ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docker/etc/s6/gitea/setup` (+1 -1) 📝 `docker/etc/templates/app.ini` (+3 -2) </details> ### 📄 Description Move `APP_MODE` to root section in app.ini (where it should be: https://github.com/go-gitea/gitea/blob/5866eb23217de4d29b181e30c26cee28ebc6aedc/modules/setting/setting.go#L652) and remove unused `APP_MODE` option. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:14:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16618