Sovran_Systems
023b00d297
Merge pull request #239 from naturallaw777/copilot/fix-sovran-hub-service-path
...
[WIP] Fix sovran-hub service PATH for required binaries
2026-04-14 17:01:45 -05:00
copilot-swe-agent[bot]
7ec47abe17
fix(hub): add network utility binaries to sovran-hub-web service PATH
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/cc568566-7619-4546-af51-5173b55440a6
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-14 22:01:21 +00:00
copilot-swe-agent[bot]
9c47c99645
Initial plan
2026-04-14 22:00:01 +00:00
Sovran_Systems
cba3d1d092
Merge pull request #238 from naturallaw777/copilot/fix-nft-regex-firewall-allowed-ports
...
[WIP] Fix nft regex to correctly capture allowed ports
2026-04-14 16:45:01 -05:00
copilot-swe-agent[bot]
a135e652bc
Fix hub port parsing and status checks for accurate open-port reporting
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/1101b3b2-686b-4023-8229-1b9258214546
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-14 21:44:42 +00:00
copilot-swe-agent[bot]
6c2cbd5b3b
Initial plan
2026-04-14 21:42:15 +00:00
Sovran_Systems
7a28b138a9
Merge pull request #236 from naturallaw777/copilot/fix-listening-ports-detection
...
[WIP] Fix listening ports detection in the Hub dashboard
2026-04-14 16:20:37 -05:00
copilot-swe-agent[bot]
a687c05f6c
Fix _get_listening_ports() to reliably detect wildcard-bound ports (80/443)
...
Rewrite the ss output parser to:
- Skip header lines (State/Netid) explicitly
- Only process LISTEN/UNCONN state lines
- Always read parts[3] for local address (the ss column layout is fixed)
- Defensively skip wildcard (*) port values
The previous fix (PR #235 ) tried both parts[3] and parts[4], but reading
parts[4] (peer address column) was unnecessary. The ss LISTEN output always
places the local address at index 3 when split by whitespace, for all address
formats: 0.0.0.0:PORT, *:PORT, [::]:PORT, 127.0.0.1:PORT.
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/f7ab1d7c-d624-4f1a-9e62-5a9ce4fd4446
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-14 21:20:03 +00:00
copilot-swe-agent[bot]
8c4a8e4313
Initial plan
2026-04-14 21:16:39 +00:00
Sovran_Systems
2d4a3fcdf2
Merge pull request #235 from naturallaw777/copilot/fix-ss-output-parsing-issue
...
[WIP] Fix parsing of local address in _get_listening_ports function
2026-04-14 16:06:15 -05:00
copilot-swe-agent[bot]
adad79c7e8
fix: parse both parts[3] and parts[4] in _get_listening_ports() for ss output
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/380a4877-aaea-47ea-8998-4c60ff6d49d2
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-14 21:05:43 +00:00
copilot-swe-agent[bot]
2e6d88daec
Initial plan
2026-04-14 21:03:53 +00:00
2cd9d7cf20
updated elementcalling firewall typo
2026-04-14 13:30:27 -05:00
8500e1de05
updated elementcalling firewall
2026-04-14 13:28:35 -05:00
Sovran_Systems
fefc7ff81a
Merge pull request #234 from naturallaw777/copilot/open-turn-ports-for-livekit
...
fix(element-call): open TURN firewall ports 5349/TCP and 3478/UDP
2026-04-14 13:24:18 -05:00
copilot-swe-agent[bot]
1727755942
fix: open TURN firewall ports 5349 (TCP) and 3478 (UDP) in element-calling.nix
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/484cfc63-13c7-4008-8a94-cff4d554c27c
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-14 18:21:21 +00:00
copilot-swe-agent[bot]
c6bfe1200c
Initial plan
2026-04-14 18:20:38 +00:00
5095052a53
nixpkgs update
2026-04-14 08:50:54 -05:00
cc9b41fd37
cleaned up code
2026-04-14 08:49:26 -05:00
Sovran_Systems
8dedd59cc0
Merge pull request #233 from naturallaw777/copilot/fix-99053422-1193689005-4a507209-0427-496c-b028-fcf5e0d153d0
...
[WIP] Move hardcoded firewall ports from configuration.nix to their respective modules
2026-04-14 08:46:21 -05:00
copilot-swe-agent[bot]
57d12aab9e
Move firewall ports to their respective service modules
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/e4dbc0e0-e273-4e3e-a1ec-059ae9b06a50
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-14 13:45:51 +00:00
copilot-swe-agent[bot]
99413a5dbe
Initial plan
2026-04-14 13:44:07 +00:00
a23e9f5c45
update readme
2026-04-13 19:59:42 -05:00
Sovran_Systems
cfadd90d24
Merge pull request #232 from naturallaw777/copilot/fix-upgrade-to-server-desktop
...
Fix node→server+desktop upgrade: defer rebuild until after onboarding collects domains/SSL/ports
2026-04-13 19:48:20 -05:00
copilot-swe-agent[bot]
ac47f39117
Fix node-to-server upgrade: reboot before rebuild so onboarding collects domains first
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8d0387a6-f66c-4fe8-8df1-0abf657b2fba
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-14 00:46:50 +00:00
copilot-swe-agent[bot]
55cd583569
Initial plan
2026-04-14 00:43:21 +00:00
77bdf710c7
update readme
2026-04-13 19:05:47 -05:00
Sovran_Systems
60723689e1
Merge pull request #231 from naturallaw777/copilot/fix-reboot-button-issues
...
[WIP] Fix reboot button functionality after system update
2026-04-13 19:03:06 -05:00
copilot-swe-agent[bot]
7576c0fe85
Fix reboot flow: add /api/ping, fix waitForServerReboot polling, fix security.js handler
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/ee8673cf-ad65-4f65-b5c8-2f170e78022f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-14 00:02:45 +00:00
copilot-swe-agent[bot]
c5bbb5220e
Initial plan
2026-04-13 23:59:21 +00:00
57dcf312bc
update readme
2026-04-13 18:50:04 -05:00
Sovran_Systems
9fe6e108a9
Merge pull request #230 from naturallaw777/copilot/fix-reboot-button-local-computer
...
Fix reboot button hang and overlay spin-forever on local machine and LAN
2026-04-13 18:42:36 -05:00
copilot-swe-agent[bot]
a6dc3fd647
Fix reboot button and overlay bugs on local machine and LAN
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/c8d3bf30-c3ea-40e7-8da0-b4baa28eaf36
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-13 23:41:33 +00:00
copilot-swe-agent[bot]
e33f4b570a
Initial plan
2026-04-13 23:38:45 +00:00
18b454e07b
updated caddy icon
2026-04-13 18:24:58 -05:00
Sovran_Systems
20b1486547
Merge pull request #229 from naturallaw777/copilot/fix-reboot-issue-fetch-call
...
fix: use apiFetch in doReboot() to send session credentials with reboot request
2026-04-13 18:17:47 -05:00
copilot-swe-agent[bot]
068c78bd27
fix: use apiFetch instead of fetch in doReboot() to include session credentials
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/34f637cc-b8b9-42e1-bdeb-e4b252fae648
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-13 23:16:13 +00:00
copilot-swe-agent[bot]
32b2ee7117
Initial plan
2026-04-13 23:15:32 +00:00
Sovran_Systems
9b5786fce1
Merge pull request #227 from naturallaw777/copilot/fix-btcpay-default-state
...
[WIP] Fix BTCPay Server default state in Node mode
2026-04-13 17:56:01 -05:00
Sovran_Systems
9c15b458c4
Merge pull request #228 from naturallaw777/copilot/fix-reboot-overlay-stuck
...
[WIP] Fix reboot overlay getting stuck after system update
2026-04-13 17:55:44 -05:00
copilot-swe-agent[bot]
b86fe94d82
Fix: BTCPay off by default in Node role, Caddy conditional ACME/ports
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/2e2b84a8-c5e9-4eea-8bee-fc587bb3a6fa
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-13 22:55:37 +00:00
copilot-swe-agent[bot]
7b7947db9d
fix: robust reboot detection with AbortController timeout and serverWentDown flag
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8b653481-74f2-450f-a543-c94eb664645a
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-13 22:55:18 +00:00
copilot-swe-agent[bot]
38b45013b3
Initial plan
2026-04-13 22:54:20 +00:00
copilot-swe-agent[bot]
2db344f91f
Initial plan
2026-04-13 22:52:35 +00:00
Sovran_Systems
a8d182ffc5
Merge pull request #226 from naturallaw777/copilot/remove-sidebar-upgrade-btn-class
...
Remove constant accent highlight from "Upgrade to Full Server" sidebar button
2026-04-13 17:38:09 -05:00
copilot-swe-agent[bot]
75d3aca1b6
Remove sidebar-upgrade-btn highlight; blend Upgrade button with other sidebar buttons
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/13a21819-24b1-4aee-b9fa-1e6830992e53
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-13 22:37:06 +00:00
copilot-swe-agent[bot]
21be0af9c1
Initial plan
2026-04-13 22:36:23 +00:00
Sovran_Systems
f2a94fa1b5
Merge pull request #225 from naturallaw777/copilot/rename-sparrow-bisq-auto-link
...
Rename Sparrow/Bisq "Auto-Connect" to "Auto-Link" in Hub
2026-04-13 17:33:47 -05:00
copilot-swe-agent[bot]
a086ab689e
Rename Sparrow/Bisq Auto-Connect to Auto-Link in sovran-hub.nix
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/c1eaaa7d-cfa4-4202-b37c-e6d0c1e49fcd
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-13 22:32:04 +00:00
copilot-swe-agent[bot]
5b0babed1f
Initial plan
2026-04-13 22:31:26 +00:00