@lovenyberg/ove 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -3
- package/bun.lock +1 -1
- package/docs/index.html +194 -196
- package/docs/plans/2026-02-25-landing-page-harmonization-design.md +89 -0
- package/docs/plans/2026-02-25-landing-page-harmonization-plan.md +604 -0
- package/package.json +1 -1
- package/src/adapters/http.ts +5 -1
- package/src/handlers.ts +10 -1
- package/src/index.ts +2 -1
- package/src/router.ts +40 -0
- package/src/setup.ts +99 -20
package/README.md
CHANGED
|
@@ -92,14 +92,21 @@ The image includes Bun, git, and Claude CLI (install Codex CLI separately if nee
|
|
|
92
92
|
|
|
93
93
|
### VM
|
|
94
94
|
|
|
95
|
-
Ove runs well on a small VM (2 CPU, 4 GB RAM). Install Bun, Claude Code (or Codex CLI), and GitHub CLI
|
|
95
|
+
Ove runs well on a small VM (2 CPU, 4 GB RAM). Install Bun, Claude Code (or Codex CLI), and GitHub CLI:
|
|
96
96
|
|
|
97
97
|
```bash
|
|
98
98
|
git clone git@github.com:jacksoncage/ove.git && cd ove
|
|
99
99
|
bun install
|
|
100
100
|
ove init
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
`ove init` walks you through transport setup, repo config, tracing, and optionally installs + enables a systemd service. Once running:
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
sudo systemctl status ove # check status
|
|
107
|
+
sudo journalctl -u ove -f # follow logs
|
|
108
|
+
sudo systemctl restart ove # restart
|
|
109
|
+
sudo systemctl stop ove # stop
|
|
103
110
|
```
|
|
104
111
|
|
|
105
112
|
## Transport Setup
|
package/bun.lock
CHANGED
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
|
|
315
315
|
"keyv": ["keyv@5.6.0", "", { "dependencies": { "@keyv/serialize": "^1.1.1" } }, "sha512-CYDD3SOtsHtyXeEORYRx2qBtpDJFjRTGXUtmNEMGyzYOKj1TE3tycdlho7kA1Ufx9OYWZzg52QFBGALTirzDSw=="],
|
|
316
316
|
|
|
317
|
-
"libsignal": ["@whiskeysockets/libsignal-node@github:whiskeysockets/libsignal-node#1c30d7d", { "dependencies": { "curve25519-js": "^0.0.4", "protobufjs": "6.8.8" } }, "WhiskeySockets-libsignal-node-1c30d7d"],
|
|
317
|
+
"libsignal": ["@whiskeysockets/libsignal-node@github:whiskeysockets/libsignal-node#1c30d7d", { "dependencies": { "curve25519-js": "^0.0.4", "protobufjs": "6.8.8" } }, "WhiskeySockets-libsignal-node-1c30d7d", "sha512-5q4/OuDQaMYx3RpDqMqS3WYyqjrsSMpU8ipQZtpYnm5l6DwNoLV9oIYMDK0NILKW+tyk3tVCIA11BMYQ+A1+GA=="],
|
|
318
318
|
|
|
319
319
|
"lodash": ["lodash@4.17.23", "", {}, "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="],
|
|
320
320
|
|