Commit Graph

101 Commits

Author SHA1 Message Date
Haitao Pan
90c9dd2622 fix: add missing SidebarRoot import in Sidebar.tsx 2026-02-03 02:52:46 +08:00
Haitao Pan
8c50876ba0 fix: add missing components and library files for insight workbench 2026-02-03 02:50:00 +08:00
Haitao Pan
d537a985b2 fix: remove missing prebuild script from insight workbench 2026-02-03 02:45:41 +08:00
Haitao Pan
873039a33e fix: refine caddy routing for nextjs and add grafana to home nav 2026-02-03 02:42:44 +08:00
Haitao Pan
330c6df546 fix: migrate grafana subpath from /ui to /grafana 2026-02-03 02:41:07 +08:00
Haitao Pan
8111a400f2 fix: repair environment block syntax in insight role 2026-02-03 02:34:55 +08:00
Haitao Pan
bf183110d3 fix: switch insight to npm run build mode and optimize for low memory 2026-02-03 02:19:45 +08:00
Haitao Pan
1e81e33cc3 fix: change insight port to 8182 2026-02-03 02:08:27 +08:00
Haitao Pan
63be61b531 fix: enable grafana /ui subpath to match provisioning script 2026-02-03 02:04:25 +08:00
Haitao Pan
f41c34d34d fix: caddy redirect and npm install with legacy-peer-deps 2026-02-03 01:57:07 +08:00
Haitao Pan
c6d9c2a099 refactor: Use shell module for npm install with --legacy-peer-deps. 2026-02-03 01:56:14 +08:00
Haitao Pan
27f21796e9 fix: force use of trixie release for nodejs and npm 2026-02-03 01:50:07 +08:00
Haitao Pan
8b0edd61aa fix: remove npm package to avoid conflict with nodejs 2026-02-03 01:47:31 +08:00
Haitao Pan
2e138396e4 fix: use apt module explicitly with update_cache 2026-02-03 01:45:33 +08:00
Haitao Pan
02d6e49ed6 fix: re-repair package module syntax in insight role 2026-02-03 01:43:58 +08:00
Haitao Pan
584a1c3fc8 fix: use build-essential in insight role 2026-02-03 01:42:39 +08:00
Haitao Pan
99735b4b7d fix: repair package module syntax in insight role 2026-02-03 01:40:39 +08:00
Haitao Pan
dc1e5bc42f fix: use g++ instead of gcc-c++ for debian 2026-02-03 01:39:52 +08:00
Haitao Pan
d6d3c7ac0b feat: enable insight workbench deployment 2026-02-03 01:38:24 +08:00
Haitao Pan
9f3cc3c2d1 fix: add missing handlers for caddy 2026-02-03 01:29:55 +08:00
Haitao Pan
7ba7ce1293 fix: normalize formatting in grafana tasks 2026-02-03 01:09:41 +08:00
Haitao Pan
4ac976e1c4 Merge branch 'feature/unified-insight' 2026-02-02 23:46:10 +08:00
Haitao Pan
839cdd30ea feat: switch default ingress to Caddy and restore missing grafana template 2026-02-02 23:45:57 +08:00
Haitao Pan
13e68be5ee feat: implement smart IP detection and automated configuration 2026-02-02 23:38:05 +08:00
Haitao Pan
a2500607ee fix: ensure root SSH access is configured during install 2026-02-02 23:34:35 +08:00
74aad393ce
Update README.md 2026-02-02 23:31:47 +08:00
Haitao Pan
a114c6b9a2 fix: repair server-install.sh branch and directory logic 2026-02-02 23:26:32 +08:00
140b4b5df5
Update README.md 2026-02-02 23:24:04 +08:00
Haitao Pan
83b46f4e76 merge: resolve README.md conflict and unify insight features 2026-02-02 04:19:03 +08:00
ac3dd118c4
Update README.md 2026-02-02 04:05:51 +08:00
Haitao Pan
140cd1e8ff feat: Introduce and deploy the Insight Workbench application with a dedicated Ansible role and Caddy routing. 2026-02-02 03:53:31 +08:00
Haitao Pan
06d7270c97 feat: Add new observability workbench application with AI assistant, SLOs, and various data visualization components, and update Nginx configuration. 2026-02-02 03:28:48 +08:00
Haitao Pan
5381caef48 feat: introduce the new Insight Workbench application for observability. 2026-02-02 03:22:58 +08:00
Haitao Pan
ea438bb573 Rebrand and remove Pigsty-specific references from documentation, configuration defaults, and build scripts. 2026-02-02 02:58:47 +08:00
Haitao Pan
6cbae55c8a Remove agent verification and installation scripts. 2026-02-01 23:39:10 +08:00
Haitao Pan
4129a6fed1 Refactor installation scripts: rename server installer and merge agent verification 2026-02-01 22:20:36 +08:00
Haitao Pan
e8a5fc61ad Add agent verification script and update README 2026-02-01 22:17:58 +08:00
Haitao Pan
d99ec18fd1 Add agent installation script (Node/Process Exporter + Vector) 2026-02-01 22:14:27 +08:00
Haitao Pan
3e6a827403 Simplify README navigation links and remove intro text 2026-02-01 21:43:37 +08:00
8048e04773
Update README.md 2026-02-01 21:37:50 +08:00
Haitao Pan
5150793926 Update Quick Start section in README with new install script 2026-02-01 21:36:13 +08:00
Haitao Pan
b30feb6fc3 Update README with custom banner and domain links (svc.plus) 2026-02-01 21:32:50 +08:00
Haitao Pan
a7c640822f Refactor README: Focus on observability, OTel, and future DeepFlow integration 2026-02-01 21:20:03 +08:00
Haitao Pan
21853baf5a Update infra_domain default to observability.svc.plus 2026-02-01 21:16:34 +08:00
Haitao Pan
844cb95d90 feat: Add infra_domain default variable for infrastructure services. 2026-02-01 21:15:33 +08:00
Haitao Pan
e24896d6ea feat: introduce install.sh script for simplified setup, update README, and add security_check skill. 2026-02-01 21:14:08 +08:00
Haitao Pan
963f14c464 Add Caddy and Alloy configuration templates; Update install script and README 2026-02-01 21:08:57 +08:00
Haitao Pan
f79174ff0b Restore non-sensitive configuration files 2026-02-01 21:01:27 +08:00
Haitao Pan
e7e53c5c7e Remove sensitive files 2026-02-01 20:53:55 +08:00
792f9713b5 Create README.md 2026-02-01 20:13:53 +08:00