Sovran Systems and GitHub
36abece7f9
Merge pull request #330 from naturallaw777/copilot/implement-manual-backup-workflow
...
Implement reliable exFAT Manual Backup with tar artifacts, DB exports, and lifecycle hardening
2026-07-18 15:31:38 +00:00
Sovran Systems and GitHub
ab4de8da7d
Merge pull request #329 from naturallaw777/copilot/fix-nix-build-regression
...
Fix `sovran-hosts-update` ShellCheck build regression from `writeShellApplication`
2026-07-16 20:40:41 +00:00
Sovran Systems and GitHub
3e2bc106b1
Merge pull request #328 from naturallaw777/copilot/fix-sovran-hosts-update-runtime-dependency
...
fix(local-domain-loopback): replace raw /etc script with writeShellApplication, declare explicit runtimeInputs
2026-07-16 20:28:39 +00:00
Sovran Systems and GitHub
b4990d70ef
Merge pull request #327 from naturallaw777/copilot/remove-restart-sidebar-action
...
Move Reboot from sidebar to compact header button
2026-07-15 18:59:25 +00:00
Sovran Systems and GitHub
4b31255f13
Merge pull request #326 from naturallaw777/copilot/add-system-restart-action
...
feat: implement consistent whole-system restart UX across the Hub
2026-07-15 18:26:26 +00:00
Sovran Systems and GitHub
7ac3775a96
Merge pull request #325 from naturallaw777/copilot/implement-server-side-loopback-solution
...
feat: server-side loopback overrides + Hub diagnostic fixes for NAT loopback
2026-07-15 16:21:10 +00:00
Sovran Systems and GitHub
53f59aa388
Merge pull request #324 from naturallaw777/copilot/fix-rdp-boot-time-setup
...
fix(rdp): prepend /run/wrappers/bin to PATH and add pkexec preflight check
2026-07-14 16:02:03 +00:00
Sovran Systems and GitHub
881587c42a
Merge pull request #323 from naturallaw777/copilot/fix-gnome-remote-desktop-boot-setup
...
fix(rdp): run grdctl --system directly as root, drop runuser/polkit/util-linux
2026-07-14 15:20:22 +00:00
Sovran Systems and GitHub
07f3e4cef9
Merge pull request #322 from naturallaw777/copilot/fix-rdp-credentials-activation
...
Fix GNOME Remote Desktop boot-time credential activation for Hub-managed RDP
2026-07-13 23:56:48 +00:00
Sovran Systems and GitHub
e9e7451a8e
Merge pull request #321 from naturallaw777/copilot/update-element-calling-nix
...
element-calling: universal LiveKit interface detection, full JWT routing, homeserver config
2026-07-13 18:26:16 +00:00
Sovran Systems and GitHub
fbe431555e
Merge pull request #320 from naturallaw777/copilot/update-hub-workflow-to-stage-os-updates
...
Stage Hub full OS updates for next reboot (boot-first) instead of live switch
2026-07-13 17:46:35 +00:00
Sovran Systems and GitHub
b4dd074894
Merge pull request #319 from naturallaw777/copilot/implement-desktop-only-safety-fixes
...
fix(desktop): harden Desktop Only role — nix-bitcoin compat, force-off server services, conditional Caddy
2026-07-03 23:39:22 +00:00
Sovran Systems and GitHub
a101e73c0e
Merge pull request #318 from naturallaw777/copilot/fix-template-response-error
...
Fix TemplateResponse calls for Starlette 1.1.0+ compatibility
2026-06-30 17:38:27 +00:00
Sovran Systems and GitHub
1f61eb8c7e
Merge pull request #317 from naturallaw777/copilot/update-hub-router-port-forwarding-ui
...
Clarify Hub router forwarding copy and surface internal IP in Element Call flows
2026-06-24 17:26:11 -05:00
Sovran Systems and GitHub
625a307a8d
Merge pull request #316 from naturallaw777/copilot/fix-legacy-ssh-key-handling
...
Repair legacy factory SSH keys when Hub passphrase changes
2026-06-24 17:25:57 -05:00
Sovran Systems and GitHub
f4590ff653
Merge pull request #315 from naturallaw777/copilot/update-sovran-systemsos-port-forwarding-ui
...
Align port-forwarding UX to local-readiness semantics across service detail, Step 4 checklist, and onboarding
2026-06-24 16:55:07 -05:00
Sovran Systems and GitHub
81e34a4adb
Merge pull request #314 from naturallaw777/copilot/fix-livekit-service-permissions
...
fix: deliver LiveKit config via LoadCredential to resolve DynamicUser permission denied
2026-06-23 21:04:51 -05:00
Sovran Systems and GitHub
5041e5202f
Merge pull request #313 from naturallaw777/fix/livekit-embedded-turn
...
fix(element-calling): enable LiveKit embedded TURN with runtime matri…
2026-06-23 20:04:38 -05:00
Sovran Systems
8baefe1bfd
fix(element-calling): enable LiveKit embedded TURN with runtime matrix domain + cert
...
LiveKit was exiting cleanly with "TURN domain required" because turn.enabled
was set in the build-time config but turn.domain was never provided to the
process (the old livekit-runtime-config.service wrote a YAML that nothing
read). A clean exit (status 0) meant Restart=on-failure never restarted it,
so the Hub reported the service as Inactive.
This replaces the dead runtime-config oneshot with livekit-turn-setup.service,
which at runtime:
- reads the matrix domain from /var/lib/domains/matrix (no hardcoding)
- copies Caddy's already-issued matrix cert/key into /var/lib/livekit
- generates a complete LiveKit config (incl. turn.domain + TLS cert/key)
at /run/livekit/livekit.yaml
The livekit.service ExecStart is overridden to load that runtime config
(mirroring the existing Caddy ExecStart override pattern in
modules/core/caddy.nix), since turn.domain is only known at runtime. The cert
is delivered via LoadCredential so it is readable under DynamicUser=true
without weakening the sandbox.
Also aligns the RTC media port range (rtc.port_range_start/end = 30000-40000)
so it matches the forwarded ports, and drops the now-redundant manual
30000-40000 firewall ranges (covered by services.livekit settings/openFirewall).
2026-06-23 20:03:26 -05:00
Sovran Systems and GitHub
d8108dae0f
Merge pull request #312 from naturallaw777/copilot/rewrite-njalla-domain-setup
...
Rewrite Njal.la domain-setup instructions: remove IP box, clarify Name-field host-only rule, support subdomain-or-separate-domain
2026-06-22 19:46:10 -05:00
Sovran Systems
4e2264d5db
Fix Element Calling 30000-40000 port note: single rule with both TCP and UDP
...
The previous change incorrectly split the 30000-40000 TURN relay range into two
rows and told users to create two separate forwarding rules. On most routers
this range is a single port-forwarding rule with a protocol selector set to
"Both" (or TCP/UDP). Revert to a single row (protocol "TCP & UDP"), update the
note to say it's one rule with both protocols enabled, and restore the totals to
3 required + 5 optional = 8.
2026-06-13 11:59:18 -05:00
Sovran Systems
82a6221880
Clarify Element Calling 30000-40000 range needs separate TCP and UDP forwards
...
The onboarding Step 4 port table listed the 30000-40000 TURN relay range as a
single "TCP/UDP" row, which is ambiguous on most routers where TCP and UDP
forwards are separate entries. Split it into two explicit rows (TCP and UDP),
add a clarifying note, and update the totals so users create both forwarding
rules.
2026-06-13 11:50:43 -05:00
Sovran Systems and GitHub
6ec1faf3e6
Merge pull request #311 from naturallaw777/copilot/migrate-federation-to-well-known
...
Migrate Matrix federation from port 8448 to .well-known/matrix/server delegation on 443
2026-06-13 10:04:42 -05:00
Sovran Systems and GitHub
417456485a
Merge pull request #310 from naturallaw777/copilot/fix-iso-installer-imports
...
iso: remove orphaned branding.nix import from common.nix
2026-06-10 13:42:55 -05:00
Sovran Systems and GitHub
d90b5b091b
Add files via upload
2026-06-05 15:15:19 -05:00
Sovran Systems and GitHub
4275ac1d2f
Add files via upload
2026-06-05 13:27:04 -05:00
Sovran Systems and GitHub
07b36d62d2
Merge pull request #309 from naturallaw777/copilot/add-desktop-screenshot
...
Add desktop screenshot to README
2026-06-05 13:20:41 -05:00
Sovran Systems and GitHub
cd753a7e28
Merge pull request #308 from naturallaw777/copilot/fix-bip110-detection
...
Detect Knots `reduced_data` (RDTS) as BIP-110 in live status and add regression coverage
2026-06-04 15:18:10 -05:00
Sovran Systems and GitHub
dcad276c59
Merge pull request #307 from naturallaw777/copilot/update-bip110-status-surface
...
Surface live BIP-110 deployment status on Bitcoin Knots tile
2026-06-04 14:51:22 -05:00
Sovran Systems and GitHub
67f4cdc99e
Merge pull request #306 from naturallaw777/copilot/remove-bip110-feature-toggle
...
bip110 deprecation shim: tolerate stale custom.nix and auto-clean on Hub startup
2026-06-04 14:26:06 -05:00
Sovran Systems and GitHub
0c273b758d
Merge pull request #305 from naturallaw777/copilot/update-hub-feature-manager
...
Retire deprecated bip110 flake input; collapse Bitcoin node tiles from three to two
2026-06-04 13:57:52 -05:00
Sovran Systems and GitHub
3e3fbed470
Merge pull request #304 from naturallaw777/copilot/fix-sovran-hub-updater-retry-issue
...
Harden Hub updater against cache.nixos.org narinfo stalls
2026-05-27 11:06:11 -05:00
Sovran Systems and GitHub
ada9f25c41
Merge pull request #303 from naturallaw777/copilot/fix-missing-status-text-update-modal
...
Add unified asset-version cache busting for Hub templates to prevent stale update modal UI
2026-05-27 11:05:49 -05:00
Sovran Systems and GitHub
732ab6f2aa
Merge pull request #302 from naturallaw777/staging-dev
...
overall nixpkgs update
2026-05-27 09:38:22 -05:00
Sovran Systems and GitHub
a841665b07
Refine networking and security section in README
2026-05-23 15:46:24 -05:00
Sovran Systems
d574f96379
Update README.md
2026-05-23 15:42:59 -05:00
Sovran Systems
2388039b63
Add Sovran Hub icon SVG referenced by README
2026-05-23 11:35:09 -05:00
Sovran Systems
aa69d40f08
README: use new Sovran Hub icon
2026-05-23 11:33:46 -05:00
Sovran Systems
31cb48cc2b
Add new Sovran Hub icon (v3)
2026-05-23 11:30:45 -05:00
Sovran Systems and GitHub
2553e0dce0
Merge pull request #301 from naturallaw777/copilot/fix-udp-port-range-in-onboarding
...
Sync Element Calling port guidance with LiveKit UDP mux (7882)
2026-05-21 22:39:58 -05:00
Sovran Systems and GitHub
8ad7509b02
Merge pull request #300 from naturallaw777/copilot/fix-rtc-udp-port-configuration
...
Fix LiveKit ICE failure: use single integer for rtc.udp_port
2026-05-21 22:30:11 -05:00
Sovran Systems and GitHub
342f60ce0d
Delete docs directory
2026-05-21 16:50:48 -05:00
Sovran Systems and GitHub
8c8e8f43a2
Merge pull request #299 from naturallaw777/copilot/update-installer-pinning-to-stable
...
Pin GUI installer deployed flake to `stable` instead of `staging-dev`
2026-05-21 09:39:37 -05:00
Sovran Systems and GitHub
efdf1e05d0
Merge pull request #298 from naturallaw777/copilot/add-prerequisites-notice-installer
...
Add Server + Desktop prerequisites notice to installer role-selection screen
2026-05-20 20:40:08 -05:00
Sovran Systems and GitHub
ca704b24a2
Merge pull request #297 from naturallaw777/copilot/add-flatpak-retry-policy
...
Harden `flatpak-repo` boot unit against transient Flathub fetch failures
2026-05-17 09:08:01 -05:00
Sovran Systems and GitHub
9e09f9eb40
Merge pull request #296 from naturallaw777/copilot/fix-switch-inhibitors-check
...
Fix switchInhibitors fallback detection race in sovran-hub update/rebuild scripts
2026-05-09 10:07:41 -05:00
Sovran Systems and GitHub
d245e2ce0b
Merge pull request #295 from naturallaw777/copilot/update-wipe-paths-array
...
Expand security reset wipe scope to include nix-bitcoin and Bisq state
2026-05-08 16:00:04 -05:00
Sovran Systems and GitHub
56b965b847
Merge pull request #294 from naturallaw777/copilot/update-sparrow-wallet-auto-connect
...
Fix Sparrow wallet defaulting to public Electrum server on first launch
2026-05-03 17:38:03 -05:00
Sovran Systems and GitHub
045c5d6a12
Merge pull request #293 from naturallaw777/copilot/make-custom-nix-readable-writable
...
Make custom.nix writable on new installs
2026-04-30 12:47:20 -05:00
Sovran Systems and GitHub
91cc0152ba
Merge pull request #292 from naturallaw777/copilot/move-tmpfiles-rules-to-user-level
...
Fix GNOME Keyring permission corruption on fresh installs: move tmpfiles to user level
2026-04-30 11:33:45 -05:00
Sovran Systems and GitHub
3a8e9a2dd0
Merge pull request #291 from naturallaw777/copilot/make-brave-default-browser
...
Make Brave the default browser on fresh installs
2026-04-30 09:33:32 -05:00
Sovran Systems and GitHub
49912a2760
Merge pull request #290 from naturallaw777/copilot/refactor-gnome-keyring-setup
...
Refactor GNOME Keyring management to native NixOS tmpfiles
2026-04-30 09:17:14 -05:00
Sovran Systems and GitHub
c02655a840
Merge pull request #289 from naturallaw777/copilot/fix-gnome-keyring-initialization-issues
...
fix: seed GNOME Keyring default pointer on fresh installs, resets, and migrations
2026-04-30 08:24:10 -05:00
Sovran Systems and GitHub
4d8eaf71ca
Merge pull request #288 from naturallaw777/copilot/update-credential-labels-rtl-mempool
...
Improve Tor vs. Local Network credential labels across Bitcoin services
2026-04-30 03:40:20 -05:00
Sovran Systems and GitHub
02a9dbf39c
Merge pull request #286 from naturallaw777/copilot/remove-connection-url-zeus-connect
...
Zeus Connect Hub UI: show QR code only, suppress raw URL text
2026-04-29 22:55:27 -05:00
Sovran Systems
9e76bad58a
hub: upgrade modal — Njalla is the only supported domain provider
2026-04-29 22:31:22 -05:00
Sovran Systems
b3f6efef8a
hub: Zeus Connect — skip value/copy button when qronly is set
2026-04-29 22:24:24 -05:00
Sovran Systems
53813e775d
hub: Zeus Connect — show QR code only, remove Connection URL text
2026-04-29 22:22:21 -05:00
Sovran Systems and GitHub
060f81393c
Merge pull request #284 from naturallaw777/copilot/fix-gdm-login-loop-pam-config
...
Fix GDM login loop: replace broken PAM hook with free-password-migration systemd service
2026-04-29 20:45:46 -05:00
Sovran Systems and GitHub
c1c0827604
Merge pull request #285 from naturallaw777/copilot/fix-legacy-migration-flow
...
Fix legacy migration flow: defer chpasswd to password-acknowledge
2026-04-29 20:45:20 -05:00
Sovran Systems and GitHub
1cd5bd4496
Merge pull request #283 from naturallaw777/copilot/fix-free-password-setup-script
...
fix(credentials): enforce boot ordering and error visibility for password-setup services
2026-04-29 19:54:14 -05:00
Sovran Systems and GitHub
466582bcdc
Merge pull request #282 from naturallaw777/copilot/remove-plymouth-and-add-cpu-performance
...
Remove Plymouth entirely; add quiet boot params and cpu-performance module
2026-04-29 19:35:01 -05:00
Sovran Systems and GitHub
4dae7836dd
Merge pull request #279 from naturallaw777/copilot/fix-update-script-inhibitor-logic
...
Handle NixOS switchInhibitors: fall back to nixos-rebuild boot and surface reboot-required state in UI
2026-04-29 15:14:43 -05:00
Sovran Systems and GitHub
8712ac43c6
Merge pull request #278 from naturallaw777/copilot/fix-new-services-inactive-state
...
Auto-start newly enabled services after NixOS rebuild
2026-04-29 14:53:21 -05:00
Sovran Systems
ffd2029852
fix: disable BTCPayServer by default in node-only mode
...
The BTCPayServer hub entry was using `cfg.services.bitcoin` as its
`enabled` flag, which is `true` in node mode. This caused the Hub UI
to show BTCPayServer as enabled even though the underlying NixOS service
is correctly gated on `cfg.web.btcpayserver` (which defaults to `false`
for the node role via role-logic.nix).
Change the enabled field to `cfg.web.btcpayserver` so the Hub UI
accurately reflects the service state and BTCPayServer is disabled by
default on a fresh node-only install.
2026-04-28 17:49:25 -05:00
Sovran Systems and GitHub
761af09166
Merge pull request #277 from naturallaw777/copilot/fix-deprecated-logind-options
...
Migrate `no-sleep` logind lid handling to `services.logind.settings.Login`
2026-04-22 09:28:54 -05:00
Sovran Systems and GitHub
2c8dd91cf0
Merge pull request #276 from naturallaw777/copilot/fix-no-sleep-module-roles
...
Scope `no-sleep` module to non-desktop roles
2026-04-22 07:39:52 -05:00
Sovran Systems and GitHub
b8feea3711
Merge pull request #275 from naturallaw777/copilot/fix-deprecated-services-logind-extraconfig
...
[WIP] Fix deprecated services.logind.extraConfig in modules/core/no-sleep.nix
2026-04-22 07:09:36 -05:00
Sovran Systems and GitHub
878392d998
Merge pull request #274 from naturallaw777/copilot/add-no-sleep-nixos-module
...
Add always-loaded core no-sleep module to disable suspend/hibernate system-wide
2026-04-22 07:03:14 -05:00
Sovran_Systems and GitHub
3843f8ea22
Merge pull request #273 from naturallaw777/copilot/update-backup-script-to-backup-var-lib
...
[WIP] Update backup script to back up entire /var/lib directory
2026-04-18 08:50:45 -05:00
Sovran_Systems and GitHub
8841a8d628
Merge pull request #272 from naturallaw777/copilot/fix-clear-site-data-header
...
Preserve Hub login session on `sovransystemsos.local` by narrowing `Clear-Site-Data`
2026-04-17 17:57:21 -05:00
Sovran_Systems and GitHub
c809045014
Merge pull request #271 from naturallaw777/copilot/fix-wordpress-permissions-ownership
...
[WIP] Fix WordPress directory ownership and permissions
2026-04-17 10:42:01 -05:00
Sovran_Systems and GitHub
42305f7f22
Merge pull request #270 from naturallaw777/copilot/remove-orphaned-mypool
...
[WIP] Clean up PHP-FPM pool architecture and expose custom PHP properly
2026-04-17 08:08:29 -05:00
Sovran_Systems and GitHub
d2c9dd1fbd
Merge pull request #269 from naturallaw777/copilot/fix-nextcloud-wordpress-inactive-status
...
Use canonical domain files for pre-existing Nextcloud/WordPress credentials and fix Nextcloud reset command
2026-04-17 07:21:22 -05:00
Sovran_Systems and GitHub
7e0cda17f3
Remove localhost from url_preview_ip_ranger_whitelist
2026-04-16 23:49:04 -05:00
Sovran_Systems and GitHub
15821207dc
Merge pull request #268 from naturallaw777/copilot/fix-php-fpm-unit-mismatch
...
Restore Nextcloud/WordPress hub visibility for pre-existing installs (dedicated PHP-FPM pools + detect-existing credential/domain recovery)
2026-04-16 23:07:50 -05:00
Sovran_Systems and GitHub
a3c1b849f2
Merge pull request #267 from naturallaw777/copilot/implement-password-reset-flow
...
Add migration-safe free password handoff for desktop roles (GDM + onboarding)
2026-04-16 22:39:16 -05:00
Sovran_Systems and GitHub
92dd718362
Merge pull request #266 from naturallaw777/copilot/remove-restart-service-button
...
[WIP] Remove Restart Service button from Nextcloud and WordPress service modals
2026-04-16 12:54:05 -05:00
Sovran_Systems and GitHub
8657bdc23a
Merge pull request #265 from naturallaw777/copilot/remove-bisq-auto-link-tile
...
[WIP] Remove Bisq Auto-Link tile and associated code
2026-04-16 12:49:31 -05:00
Sovran_Systems and GitHub
91a3e68119
Remove server configuration from Bitcoin ecosystem
2026-04-16 12:21:19 -05:00
Sovran_Systems and GitHub
bda9c3cd0e
Merge pull request #263 from naturallaw777/copilot/add-restart-button-to-service-modal
...
Add safe service restart action to Service Detail modal
2026-04-16 12:18:02 -05:00
Sovran_Systems and GitHub
a84e958182
Refactor wallet-autoconnect configuration
...
Removed waiting mechanism for bitcoind RPC readiness and updated btcNodes configuration.
2026-04-16 12:10:27 -05:00
Sovran_Systems and GitHub
21e0f284b6
Merge pull request #264 from naturallaw777/copilot/fix-reboot-button-issue
...
[WIP] Fix reboot button functionality after update
2026-04-16 12:06:58 -05:00
Sovran_Systems and GitHub
0563c6b96b
Merge pull request #262 from naturallaw777/copilot/fix-bisq-hub-node-connection
...
Align Bisq and Hub local Bitcoin node endpoint with nix-bitcoin default port (8335)
2026-04-15 20:12:23 -05:00
Sovran_Systems and GitHub
2e9d989444
Merge pull request #261 from naturallaw777/copilot/check-timechain-data-drive
...
Preserve existing Bitcoin timechain data drive during OS reinstall
2026-04-15 15:25:05 -05:00
Sovran_Systems and GitHub
46b8c23578
Merge pull request #260 from naturallaw777/copilot/fix-health-status-discrepancy
...
[WIP] Fix health status discrepancy between service tile and modal
2026-04-15 15:02:26 -05:00
Sovran_Systems and GitHub
99f86e1cda
Merge pull request #259 from naturallaw777/copilot/fix-service-tile-status
...
Fix domain service tile health precedence and remove blocking Step 3 reachability from service detail
2026-04-15 14:03:46 -05:00
Sovran_Systems and GitHub
709bd51413
Merge pull request #258 from naturallaw777/copilot/fix-nextcloud-dotfiles-issue
...
Fix Nextcloud core integrity check by preserving dotfiles during install
2026-04-15 13:41:01 -05:00
Sovran_Systems and GitHub
1e2b11b235
Merge pull request #257 from naturallaw777/copilot/optimize-dns-resolution-delay
...
Remove blocking DNS checks from `/api/services` by making domain health cache-only
2026-04-15 13:37:15 -05:00
Sovran_Systems and GitHub
0b76a257ce
Merge pull request #256 from naturallaw777/copilot/fix-security-setup-warnings
...
Nextcloud first-launch hardening: clear Security & Setup warnings via init-time OCC + PHP-FPM override
2026-04-15 13:22:06 -05:00
Sovran_Systems and GitHub
0af4c391e8
Merge pull request #255 from naturallaw777/copilot/fix-tile-loading-spinner
...
Show per-tile “Checking…” state while domain reachability cache warms up
2026-04-15 13:17:15 -05:00
Sovran_Systems and GitHub
063c76f8ce
Merge pull request #254 from naturallaw777/copilot/update-wallpaper-application-logic
...
Apply GNOME wallpaper by version on all machines while preserving one-time theme bootstrap
2026-04-15 13:07:09 -05:00
Sovran_Systems and GitHub
6c7b1587b3
Merge pull request #252 from naturallaw777/copilot/fix-root-directory-ownership
...
Adjust Nextcloud ownership model and data directory initialization path
2026-04-15 12:41:52 -05:00
Sovran_Systems and GitHub
be8d5ccf16
Merge pull request #253 from naturallaw777/copilot/fix-reboot-functionality-issue
...
Prevent Hub auto-restart from interrupting machine reboot
2026-04-15 12:39:58 -05:00
Sovran_Systems and GitHub
990ded6d1d
Merge pull request #251 from naturallaw777/copilot/fix-service-status-checks
...
Normalize health status for enabled-but-inactive domain services in services + detail APIs
2026-04-15 12:14:48 -05:00
Sovran_Systems and GitHub
4e501548ac
Merge pull request #250 from naturallaw777/copilot/fix-hub-reboot-functionality
...
Fix Hub reboot path to use forced systemd reboot unit
2026-04-15 12:12:30 -05:00
Sovran_Systems and GitHub
09c4249cae
Merge pull request #248 from naturallaw777/copilot/fix-port-forwarding-notification
...
Make enable-feature port requirements modal context-aware (show only closed ports)
2026-04-15 11:41:06 -05:00
Sovran_Systems and GitHub
8be2a4fe44
Merge pull request #249 from naturallaw777/copilot/fix-reboot-flow-issue
...
Fix Hub reboot flow to invoke system reboot directly
2026-04-15 11:39:14 -05:00
Sovran_Systems and GitHub
50a2fc0807
Merge pull request #247 from naturallaw777/copilot/fix-tile-health-discrepancy
...
Align `/api/services` tile health with full domain diagnostics via background reachability cache
2026-04-15 11:15:02 -05:00
Sovran_Systems and GitHub
b6c7c039b2
Merge pull request #246 from naturallaw777/copilot/fix-port-status-indicator
...
Remove misleading port-status diagnostics from Enable Feature port-forwarding modal
2026-04-15 11:13:20 -05:00