[PR #157] [MERGED] No cloud, config file overwriting, hp #153

Closed
opened 2025-11-19 07:15:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/157
Author: @oschwartz10612
Created: 10/9/2025
Status: Merged
Merged: 10/9/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (3)

📊 Changes

6 files changed (+73 additions, -12 deletions)

View changed files

📝 README.md (+2 -0)
📝 main.go (+16 -8)
📝 websocket/client.go (+1 -0)
📝 websocket/config.go (+38 -2)
📝 wg/wg.go (+10 -2)
📝 wgnetstack/wgnetstack.go (+6 -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

  • Add --no-cloud option for pangolin cloud to prevent fall back to the cloud if desired
  • Dont overwrite config file each load
  • Print config file location if used on load
  • Put a limit on the hp messages sent to prevent overuse

🔄 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/newt/pull/157 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`8f224e2`](https://github.com/fosrl/newt/commit/8f224e2a45ee7b6653bac89ced554cc949c45df7) Add no cloud option - [`dda0b41`](https://github.com/fosrl/newt/commit/dda0b414cca49d66a61ebd935d2bf6e360d34fac) Add timeouts to hp - [`348b8f6`](https://github.com/fosrl/newt/commit/348b8f6b940adaf0b60826567c239b0a44204fd6) Try to fix overwriting config file ### 📊 Changes **6 files changed** (+73 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `main.go` (+16 -8) 📝 `websocket/client.go` (+1 -0) 📝 `websocket/config.go` (+38 -2) 📝 `wg/wg.go` (+10 -2) 📝 `wgnetstack/wgnetstack.go` (+6 -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 * Add `--no-cloud` option for pangolin cloud to prevent fall back to the cloud if desired * Dont overwrite config file each load * Print config file location if used on load * Put a limit on the hp messages sent to prevent overuse --- <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 2025-11-19 07:15:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#153