[PR #880] Update forgejo template; bumps Forgejo version to 15; fixes git push over ssh #12472

Open
opened 2026-06-13 14:15:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/880
Author: @DiegoEnriquezSerrano
Created: 5/19/2026
Status: 🔄 Open

Base: canaryHead: update-forgejo-template


📝 Commits (2)

  • 8b7cd62 Update forgejo template; bumps Forgejo version to 15; fixes git push over ssh
  • bedd98c updates template compose and toml to use internal port mapping

📊 Changes

3 files changed (+28 additions, -11 deletions)

View changed files

📝 blueprints/forgejo/docker-compose.yml (+12 -9)
📝 blueprints/forgejo/template.toml (+15 -1)
📝 meta.json (+1 -1)

📄 Description

What is this PR about?

  • Bumps forgejo version from 10 -> 15 (current major)
  • Fixes ssh conflict with host default ssh listening port.
    • Current configuration prevents git push over ssh from working due to invalid rw privileges. Assuming host ssh server is listening on default port :22, DNS resolution to dokploy service domain will resolve to host IP address, ssh request will be routed to host ssh server instead of container ssh server.

Checklist

Before submitting this PR, please make sure that:

Close automatically the related issues using the keywords: closes #ISSUE_NUMBER

Screenshots or Videos


🔄 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/Dokploy/templates/pull/880 **Author:** [@DiegoEnriquezSerrano](https://github.com/DiegoEnriquezSerrano) **Created:** 5/19/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `update-forgejo-template` --- ### 📝 Commits (2) - [`8b7cd62`](https://github.com/Dokploy/templates/commit/8b7cd62c57fee1f374f81ee4a5c4e06492986115) Update forgejo template; bumps Forgejo version to 15; fixes git push over ssh - [`bedd98c`](https://github.com/Dokploy/templates/commit/bedd98c6ba68de35391610b1fd50af03e06e5e5a) updates template compose and toml to use internal port mapping ### 📊 Changes **3 files changed** (+28 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/forgejo/docker-compose.yml` (+12 -9) 📝 `blueprints/forgejo/template.toml` (+15 -1) 📝 `meta.json` (+1 -1) </details> ### 📄 Description ## What is this PR about? * Bumps forgejo version from `10` -> `15` (current major) * Fixes ssh conflict with host default ssh listening port. * Current configuration prevents `git push` over ssh from working due to invalid rw privileges. Assuming host ssh server is listening on default port `:22`, DNS resolution to dokploy service domain will resolve to host IP address, ssh request will be routed to host ssh server instead of container ssh server. ## Checklist Before submitting this PR, please make sure that: - [ x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-requirements-when-creating-a-template - [ ] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [ ] I have added tests that demonstrate that my correction works or that my new feature works. ## Issues related (if applicable) Close automatically the related issues using the keywords: `closes #ISSUE_NUMBER` ## Screenshots or Videos --- <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 2026-06-13 14:15:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#12472