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
newt needs to run on the host network in order to communicate with local services exposed at 127.0.0.1 or localhost.
How to test?
Try running the Podman Quadlet newt without this setting -- it won't be able to connect to local services.
🔄 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/2509
**Author:** [@curiousleo](https://github.com/curiousleo)
**Created:** 2/20/2026
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`b79f681`](https://github.com/fosrl/pangolin/commit/b79f681cae31a965aeb0421d5082844c25fad75e) Podman Quadlet: Network=host for newt
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `src/components/newt-install-commands.tsx` (+1 -0)
</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
`newt` needs to run on the `host` network in order to communicate with local services exposed at 127.0.0.1 or localhost.
## How to test?
Try running the Podman Quadlet `newt` without this setting -- it won't be able to connect to local services.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2509
Author: @curiousleo
Created: 2/20/2026
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (1)
b79f681Podman Quadlet: Network=host for newt📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src/components/newt-install-commands.tsx(+1 -0)📄 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
newtneeds to run on thehostnetwork in order to communicate with local services exposed at 127.0.0.1 or localhost.How to test?
Try running the Podman Quadlet
newtwithout this setting -- it won't be able to connect to local services.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.