Gitea: Disable HTTPS Push method for GIT #30
Labels
No Label
Service
Buildbot
Service
Chat
Service
Gitea
Service
Translate
Type
Bug
Type
Config
Type
Deployment
Type
Feature
Type
Setup
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-projects-platform#30
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Taken from #3
We want to have people able to PULL via HTTPS (unauthenticated) but would prefer to have only SSH-keys being used as a method to PUSH anything.
This involves finding a way to disable https method in a graceful way.
Allowing https-logins creates a number of issues:
Disabling authenticated HTTPS-push methods will prevent people from using this in production.
Goals:
I already have a PR to allow disable change local password and some other parts. https://github.com/go-gitea/gitea/pull/20549
Deployment: Disable HTTPS Push method for GITto Gitea: Disable HTTPS Push method for GIT