mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[PR #28] [MERGED] MTLS, Connection Monitoring, time zone logger #84
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/28
Author: @oschwartz10612
Created: 4/6/2025
Status: ✅ Merged
Merged: 4/6/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (7)
b3e8bf7Add LOGGER_TIMEZONE env to control the time zone9b3c826feat/mtls-support435b638feat/mtls-support-cert-script72e0adcMonitor connection with pings and keep piningb41570efeat/mtls-support-cert: config supportd28e3cafeat/mtls-support-cert: doc update, removing config.Endpoint loading duplicates, handling null-pointer case and some logginge7c8dbcMerge pull request #26 from progressive-kiwi/feat-mtls-support📊 Changes
10 files changed (+431 additions, -66 deletions)
View changed files
📝
.gitignore(+4 -1)📝
README.md(+35 -2)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
logger/logger.go(+17 -1)📝
main.go(+149 -47)➕
self-signed-certs-for-mtls.sh(+125 -0)📝
websocket/client.go(+90 -11)📝
websocket/config.go(+3 -0)📝
websocket/types.go(+5 -4)📄 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 LOGGER_TIMEZONE env to control the time zone
feat/mtls-support
Monitor connection with pings and keep pining
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.