Add Forgejo and Gitea Service Definitions#371
Merged
mayanayza merged 1 commit intoscanopy:devfrom Dec 24, 2025
Merged
Conversation
Contributor
Author
|
Rebasing onto dev branch, marking as draft temporarily until that's done |
1881251 to
17bf40c
Compare
Contributor
Author
|
Targeted Branch has been fixed |
mayanayza
added a commit
that referenced
this pull request
Feb 24, 2026
Add Forgejo and Gitea Service Definitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add service definition for Forgejo and Gitea
Description: Gitea and Forgejo are Open Source, Self-Hostable DevOps Platforms.
Official Website: https://about.gitea.com/ | https://forgejo.org/
Demo Website: https://demo.gitea.com/ | https://v13.next.forgejo.org/
Default Ports: 3000
Discovery Method
/isn't used as some instances disable the landing page and redirect to explore directly. See my instance at https://git.konpeki.solutions for an example of this.Icon Source: Dashboard Icons
Testing:
Testing Details:
docker run -p 3000:3000 codeberg.org/forgejo/forgejo:13. Navigate to http://localhost:3000, allow self registration, and finish the install. Then prompt network discovery.Gitea testing is the exact same, using
docker.gitea.com/gitea:latestinstead ofcodeberg.org/forgejo/forgejo:13Additional Notes:
/explore/repois a bit verbose to meet the case mentioned above./is possible, though may miss some non-default instancesPowered by Gitea/Powered by Forgejois particularly verbose, especially when used in conjunction with/explore/repo. This can be cut down toGiteaandForgejoif that is preferred.