[PR #504] [MERGED] feat(sites): Provide Podman run and Podman Quadlet setup for Newt #2303

Closed
opened 2026-04-16 09:19:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/504
Author: @Jester0027
Created: 4/10/2025
Status: Merged
Merged: 4/11/2025
Merged by: @oschwartz10612

Base: devHead: feature/newt-podman-install


📝 Commits (2)

  • e24edc0 feat(sites): Provide Podman run and Podman Quadlet setup for Newt
  • cf80d67 Merge branch 'dev' into feature/newt-podman-install

📊 Changes

2 files changed (+50 additions, -24 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 src/app/[orgId]/settings/sites/create/page.tsx (+49 -23)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

This pull request provides a Podman setup for Newt in the "add site" page, which include both Quadlet (the Systemd generators for Podman) and the podman run command.

How to test?

  • Pull the branch
  • Start the project
  • In an organization where you are admin, create a new site
  • Choose Newt Tunnel
  • There is now the Podman platform in the install section, with a setup for Quadlet and the podman run command

🔄 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/fosrl/pangolin/pull/504 **Author:** [@Jester0027](https://github.com/Jester0027) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `feature/newt-podman-install` --- ### 📝 Commits (2) - [`e24edc0`](https://github.com/fosrl/pangolin/commit/e24edc0803bc1f2aa1e2c5f17770021202f201ab) feat(sites): Provide Podman run and Podman Quadlet setup for Newt - [`cf80d67`](https://github.com/fosrl/pangolin/commit/cf80d67bf8953c25d003823d710fc3c59f5e2406) Merge branch 'dev' into feature/newt-podman-install ### 📊 Changes **2 files changed** (+50 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `src/app/[orgId]/settings/sites/create/page.tsx` (+49 -23) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description This pull request provides a Podman setup for Newt in the "add site" page, which include both [Quadlet](https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html) (the Systemd generators for Podman) and the `podman run` command. ## How to test? - Pull the branch - Start the project - In an organization where you are admin, create a new site - Choose Newt Tunnel - There is now the Podman platform in the install section, with a setup for Quadlet and the `podman run` command --- <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-04-16 09:19:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2303