Skip to content

Dev - #72

Merged
oschwartz10612 merged 106 commits into
mainfrom
dev
Jul 11, 2025
Merged

Dev#72
oschwartz10612 merged 106 commits into
mainfrom
dev

Conversation

@oschwartz10612

Copy link
Copy Markdown
Member

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

WIP Clients implementation and ping switching
Better handling of disconnections

Should:
Fix #31
Fix #52
Fix #51
Fix #39

oschwartz10612 and others added 28 commits June 22, 2025 12:55
extended the ping check that creates a /tmp/healthy file if ping successfull and removes that file if ping failes 3 times.

With this you can add the following to the newt docker compose to do the health check:
healthcheck:
  test: ["CMD-SHELL", "test -f /tmp/healthy"]
  interval: 30s
  timeout: 10s
  retries: 3
added healthy check in main.go
extended the ping check that creates a /tmp/healthy file if ping successfull and removes that file if ping failes 3 times.

With this you can add the following to the newt docker compose to do the health check:
healthcheck:
  test: ["CMD-SHELL", "test -f /tmp/healthy"]
  interval: 30s
  timeout: 10s
  retries: 3
Added cli and env function
fixed some errors,
This file should be ok.
synced with dev
@oschwartz10612
oschwartz10612 merged commit c593e2a into main Jul 11, 2025
1 check passed
mrkhachaturov pushed a commit to mrkhachaturov/newt that referenced this pull request Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

5 participants