mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
[PR #3] [MERGED] Allow use of env vars, docs, and ping interval #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (5)
2897b92Allow use of env vars739f708Update sample docker-compose75518b2Ping intervalc298ff5Update readme235a3b9Fix docker compose📊 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.