[PR #3] [MERGED] Allow use of env vars, docs, and ping interval #73

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/3
Author: @oschwartz10612
Created: 1/8/2025
Status: Merged
Merged: 1/8/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (5)

📊 Changes

4 files changed (+75 additions, -24 deletions)

View changed files

📝 README.md (+16 -0)
docker-compose.yml (+9 -0)
📝 entrypoint.sh (+0 -11)
📝 main.go (+50 -13)

📄 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 adds support for env config vars. It also adds a new function that pings the wg interface every 10 seconds to hopefully overcome any weird network failures like Pangolin restarting or ip changes.


🔄 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/3 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/8/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`2897b92`](https://github.com/fosrl/newt/commit/2897b92f72f5da860e00bcebd1d0ab6a45cb8340) Allow use of env vars - [`739f708`](https://github.com/fosrl/newt/commit/739f708ff7d66e1bcfd5edddbcc9b8409b607aac) Update sample docker-compose - [`75518b2`](https://github.com/fosrl/newt/commit/75518b2e04228b9ae920a85639256a8724ed6461) Ping interval - [`c298ff5`](https://github.com/fosrl/newt/commit/c298ff52f39eceff715836f5a9b1954a3c8150aa) Update readme - [`235a3b9`](https://github.com/fosrl/newt/commit/235a3b9426b10a628508dac0e4812c42bbc690ec) Fix docker compose ### 📊 Changes **4 files changed** (+75 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+16 -0) ➕ `docker-compose.yml` (+9 -0) 📝 `entrypoint.sh` (+0 -11) 📝 `main.go` (+50 -13) </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 adds support for env config vars. It also adds a new function that pings the wg interface every 10 seconds to hopefully overcome any weird network failures like Pangolin restarting or ip changes. --- <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:13:19 -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#73