Sovran_Systems
a3bcdd86bd
Update onboarding Step 2 instructions to clarify Njal.la setup order
2026-04-03 15:43:04 -05:00
Sovran_Systems and GitHub
0c14e85753
Merge pull request #30 from naturallaw777/copilot/simplify-port-forwarding-step
...
[WIP] Simplify port forwarding step to show required ports clearly
2026-04-03 15:32:59 -05:00
7c69ee8698
simplify onboarding Step 3 port forwarding to clean static list
...
- Replace complex per-service/health-check UI with a clear, hardcoded
table of required ports (80, 443, 22, 8448) and an optional Element
Calling section (7881 TCP, 7882-7894 UDP, 5349 TCP, 3478 UDP,
30000-40000 TCP/UDP).
- Add totals line: 4 openings without Element Calling, 9 with.
- Drop /api/ports/health fetch and all dynamic breakdowns (affected
services loop, closed-port warnings, "View All Required Ports" table).
- Keep internal-IP display box, SSL-cert warning, and "How to set up
port forwarding" collapsible section.
- Add prominent note that each port only needs to be forwarded once.
- Update Step 3 header description in onboarding.html to match.
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/523e0770-f144-4f47-932b-c0d40782a35b
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 20:32:05 +00:00
copilot-swe-agent[bot] and GitHub
0ae033267f
Initial plan
2026-04-03 20:29:52 +00:00
Sovran_Systems and GitHub
18241cbd52
Merge pull request #29 from naturallaw777/copilot/add-sovran-systems-logo
...
Add Sovran Systems SVG logo to hub header and onboarding welcome page
2026-04-03 15:17:21 -05:00
1a26b5889b
Add Sovran Systems SVG logo to hub header and onboarding welcome page
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/fd3f0f95-4795-4d0b-8d16-fc00bd9d15b6
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 20:16:31 +00:00
copilot-swe-agent[bot] and GitHub
e6984d300e
Initial plan
2026-04-03 20:13:23 +00:00
Sovran_Systems and GitHub
c11a3e2c84
Merge pull request #28 from naturallaw777/copilot/fix-onboarding-wizard-center
...
Fix onboarding wizard: centering, njal.la domain flow, port forwarding guidance
2026-04-03 14:59:36 -05:00
9ef4e80a3f
Fix onboarding wizard: centering, njal.la domain instructions, port forwarding guidance
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/a264d893-5e77-4b7b-98d5-23796530fe97
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 19:49:15 +00:00
copilot-swe-agent[bot] and GitHub
b56d154496
Initial plan
2026-04-03 19:45:32 +00:00
Sovran_Systems and GitHub
e1aebc0929
Merge pull request #27 from naturallaw777/copilot/add-first-boot-onboarding-wizard
...
[WIP] Add first-boot onboarding wizard for Sovran Hub
2026-04-03 14:16:20 -05:00
a3a8dd0c2f
Add first-boot onboarding wizard (backend + frontend)
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/d070c508-d5df-43c7-a0a6-a7be4c65fed7
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 19:13:26 +00:00
copilot-swe-agent[bot] and GitHub
f0d251e992
Initial plan
2026-04-03 19:06:27 +00:00
Sovran_Systems and GitHub
97a5813bd6
Merge pull request #26 from naturallaw777/copilot/make-port-health-banner-subtle
...
Soften port health status banner: no flash, neutral text, calmer copy
2026-04-03 13:50:23 -05:00
0e9148d9a6
Make port health status banner more subtle for critical/warning states
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/153a5e43-7267-4f3c-aa97-ce6c80d78f82
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 18:49:49 +00:00
copilot-swe-agent[bot] and GitHub
30195df0f2
Initial plan
2026-04-03 18:47:00 +00:00
Sovran_Systems and GitHub
d7d435d469
Merge pull request #25 from naturallaw777/copilot/add-global-system-status-banner
...
Add global port health status banner to Sovran_SystemsOS Hub
2026-04-03 13:32:43 -05:00
5f948d7d5b
feat: add global system status banner for port health
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/c41a2529-e172-4c84-90c0-1b5477ea4f9d
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 18:25:24 +00:00
copilot-swe-agent[bot] and GitHub
99b25c8af9
Initial plan
2026-04-03 18:19:41 +00:00
Sovran_Systems and GitHub
78a807cabb
Merge pull request #24 from naturallaw777/copilot/refactor-sidebar-layout
...
[WIP] Refactor dashboard layout to include sidebar
2026-04-03 13:02:39 -05:00
c69b9fba60
fix: collect all support services before rendering sidebar (code review fix)
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/4304350a-bc4f-4698-82b5-8ee28f0ad960
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 18:02:06 +00:00
4e2f4329ca
refactor: sidebar layout for Tech Support and Feature Manager
...
- Add <aside class="sidebar"> with #sidebar-support and #sidebar-features to index.html
- Restyle .main-content as flex layout (sidebar left, tiles right)
- Body is now display:flex column with overflow:hidden for independent scroll panels
- Sidebar (270px fixed) with overflow-y:auto scrolls independently
- Tiles area (flex:1) scrolls independently
- New sidebar support button (.sidebar-support-btn) replaces support tile in main grid
- Feature Manager now renders into #sidebar-features instead of $tilesArea
- Compact sidebar overrides for .feature-card padding/font-size
- Remove 'support' and 'feature-manager' from CATEGORY_ORDER
- Responsive: sidebar becomes full-width above tiles at <=768px
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/4304350a-bc4f-4698-82b5-8ee28f0ad960
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 18:00:14 +00:00
copilot-swe-agent[bot] and GitHub
4e4cd83c03
Initial plan
2026-04-03 17:53:29 +00:00
Sovran_Systems and GitHub
a19e21a9e5
Merge pull request #23 from naturallaw777/copilot/fix-icon-display-issue
...
[WIP] Fix icon display issue due to mount order conflict
2026-04-03 12:47:46 -05:00
48a325d630
Fix hub icons: swap mount order and add system/support/zeus SVGs
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/e3246ce1-14ce-4dad-98e9-74738a24ae30
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 17:47:12 +00:00
copilot-swe-agent[bot] and GitHub
cb02254c0d
Initial plan
2026-04-03 17:45:02 +00:00
Sovran_Systems and GitHub
8adbb7284e
Merge pull request #22 from naturallaw777/copilot/add-dynamic-port-status-detection
...
Add local-only dynamic port status detection and clearer port forwarding UX
2026-04-03 12:34:41 -05:00
e54e29ba2b
Fix unnecessary escaped single quotes in app.js string literals
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/cd52f6a2-250b-49e3-8558-aa2ae7512d1b
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 17:31:36 +00:00
f0ada0770a
Add dynamic port status detection and improved port forwarding instructions
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/cd52f6a2-250b-49e3-8558-aa2ae7512d1b
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 17:29:02 +00:00
copilot-swe-agent[bot] and GitHub
09fe26d373
Initial plan
2026-04-03 17:23:13 +00:00
Sovran_Systems and GitHub
92aa02ace0
Merge pull request #21 from naturallaw777/copilot/add-port-requirements-notification
...
[WIP] Add network port requirements notification for installation
2026-04-03 12:04:00 -05:00
8a31063ba8
Add network port requirements UI, install notification, and tile port info
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/54981eb1-b1c5-4e1a-b587-730f41c59e01
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 17:03:42 +00:00
copilot-swe-agent[bot] and GitHub
9af1fe50cd
Initial plan
2026-04-03 16:51:31 +00:00
naturallaw777
441afc5c47
added awk command
2026-04-03 11:36:03 -05:00
Sovran_Systems and GitHub
a3c3c6f388
Merge pull request #19 from naturallaw777/copilot/fix-matrix-synapse-create-users
...
[WIP] Fix matrix-synapse-create-users to always write individual Hub credential files
2026-04-03 11:32:41 -05:00
e1595b678e
fix: matrix-synapse-create-users always writes individual Hub credential files
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/4259c835-2875-4a48-86c9-1efccbeb6887
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 16:32:25 +00:00
copilot-swe-agent[bot] and GitHub
51fdd8e32d
Initial plan
2026-04-03 16:28:25 +00:00
Sovran_Systems and GitHub
f29dd13447
Merge pull request #17 from naturallaw777/copilot/fix-matrix-modal-credentials-structure
...
Fix Matrix-Synapse credentials modal: replace multiline blob with individual credential rows
2026-04-03 11:15:05 -05:00
9d359dd04e
Fix Matrix credentials modal: write individual credential files and update hub config
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/f4c4df17-1ef8-4b72-be8a-82472a5f4476
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 16:12:00 +00:00
copilot-swe-agent[bot] and GitHub
3d942de399
Initial plan
2026-04-03 16:09:01 +00:00
Sovran_Systems and GitHub
47ffd78bd2
Merge pull request #16 from naturallaw777/copilot/fix-css-theme-bug
...
[WIP] Fix CSS theme bug in support and feature manager styles
2026-04-03 10:59:35 -05:00
6047acd283
Fix CSS media query, add Matrix user management UI and API endpoints
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/84f10dbb-7db4-4f3f-b9b4-0f20455ac3e0
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 15:58:33 +00:00
copilot-swe-agent[bot] and GitHub
6b9753c860
Initial plan
2026-04-03 15:53:39 +00:00
Sovran_Systems and GitHub
f67b6055c4
Merge pull request #15 from naturallaw777/copilot/fix-user-existence-check
...
[WIP] Fix user registration error on existing machines
2026-04-03 10:44:23 -05:00
d7419ae62b
fix(synapse): tolerate existing users in matrix-synapse-create-users script
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/f76f46da-0836-4295-8e26-c656acc38e3f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 15:44:00 +00:00
copilot-swe-agent[bot] and GitHub
37ea57cbe3
Initial plan
2026-04-03 15:42:53 +00:00
Sovran_Systems and GitHub
60d22b2ac3
Merge pull request #14 from naturallaw777/copilot/fix-credentials-copy-button
...
Fix credential copy buttons on non-HTTPS (HTTP) contexts
2026-04-03 10:29:09 -05:00
016549d1c3
Fix copy buttons failing on non-HTTPS browsers with clipboard fallback
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/5f3c4b7f-716c-46ef-9a2a-b97b7c1f9501
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-03 15:27:40 +00:00
copilot-swe-agent[bot] and GitHub
442bf67751
Initial plan
2026-04-03 15:26:58 +00:00
Sovran_Systems and GitHub
69561aafac
Merge pull request #13 from naturallaw777/copilot/add-rtl-mempool-lan-proxies
...
[WIP] Add RTL and Mempool LAN reverse proxies to Caddy
2026-04-03 10:21:56 -05:00