[PR #4012] [MERGED] Add Environment Variables to Docker template #17198

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4012
Author: @ghost
Created: 5/22/2018
Status: Merged
Merged: 5/23/2018
Merged by: @lunny

Base: masterHead: patch-2


📝 Commits (5)

  • 208a8f6 Add disable registration as an environment variable
  • d2a5cf5 Add REQUIRE_SIGNIN_VIEW as env var to docker
  • eea43b9 Add variables to template
  • be4a94d Update docker docs
  • 5217c40 Merge branch 'master' into patch-2

📊 Changes

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

View changed files

📝 docker/etc/s6/gitea/setup (+2 -0)
📝 docker/etc/templates/app.ini (+4 -0)
📝 docs/content/doc/installation/with-docker.en-us.md (+2 -0)

📄 Description

Added both DISABLE_REGISTRATION and REQUIRE_SIGNIN_VIEW to docker template.

I saw on the forum that somebody needed these: https://discourse.gitea.io/t/docker-unable-to-configure-using-all-environment-variables/288


🔄 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/4012 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/22/2018 **Status:** ✅ Merged **Merged:** 5/23/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (5) - [`208a8f6`](https://github.com/go-gitea/gitea/commit/208a8f60ff05450e33961dd9f3f006810c5b2bc9) Add disable registration as an environment variable - [`d2a5cf5`](https://github.com/go-gitea/gitea/commit/d2a5cf5f34e47afc37ffbf2be8885bf093f96f8c) Add REQUIRE_SIGNIN_VIEW as env var to docker - [`eea43b9`](https://github.com/go-gitea/gitea/commit/eea43b9c5a1720e7d7dcb46542af2741707e95f9) Add variables to template - [`be4a94d`](https://github.com/go-gitea/gitea/commit/be4a94d4967bb8e4c2e1b6a35347be367905f7f5) Update docker docs - [`5217c40`](https://github.com/go-gitea/gitea/commit/5217c406866b7e79763184a397d9b7eb0672430b) Merge branch 'master' into patch-2 ### 📊 Changes **3 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docker/etc/s6/gitea/setup` (+2 -0) 📝 `docker/etc/templates/app.ini` (+4 -0) 📝 `docs/content/doc/installation/with-docker.en-us.md` (+2 -0) </details> ### 📄 Description Added both `DISABLE_REGISTRATION` and `REQUIRE_SIGNIN_VIEW` to docker template. I saw on the forum that somebody needed these: https://discourse.gitea.io/t/docker-unable-to-configure-using-all-environment-variables/288 --- <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:29:13 -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#17198