[PR #2181] [MERGED] Add missing path in the Docker app.ini template #16273

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2181
Author: @twang2218
Created: 7/19/2017
Status: Merged
Merged: 7/4/2018
Merged by: @techknowlogick

Base: masterHead: add-missing-entry-in-app-ini


📝 Commits (3)

  • 4450604 Add missing path in the Docker app.ini template
  • 3c21401 Move the gitea binary to /usr/local/bin/ in Docker image
  • a146655 Merge branch 'master' into add-missing-entry-in-app-ini

📊 Changes

2 files changed (+8 additions, -0 deletions)

View changed files

📝 Dockerfile (+1 -0)
📝 docker/etc/templates/app.ini (+7 -0)

📄 Description

Some paths are missing in the Docker image's app.ini template, it will cause the gitea create files out of the /data directory. This PR added the missing paths.

Signed-off-by: Tao Wang twang2218@gmail.com


🔄 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/2181 **Author:** [@twang2218](https://github.com/twang2218) **Created:** 7/19/2017 **Status:** ✅ Merged **Merged:** 7/4/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `add-missing-entry-in-app-ini` --- ### 📝 Commits (3) - [`4450604`](https://github.com/go-gitea/gitea/commit/445060499eb6406fe048f414431dba9339fae2b3) Add missing path in the Docker app.ini template - [`3c21401`](https://github.com/go-gitea/gitea/commit/3c21401b5cea924cbdcc1b607ea4a3ca3b032d0f) Move the gitea binary to `/usr/local/bin/` in Docker image - [`a146655`](https://github.com/go-gitea/gitea/commit/a146655102fac87b26bd733fd8baf6530f0166a5) Merge branch 'master' into add-missing-entry-in-app-ini ### 📊 Changes **2 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -0) 📝 `docker/etc/templates/app.ini` (+7 -0) </details> ### 📄 Description Some paths are missing in the Docker image's `app.ini` template, it will cause the `gitea` create files out of the `/data` directory. This PR added the missing paths. Signed-off-by: Tao Wang <twang2218@gmail.com> --- <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:06:28 -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#16273