zerobyte/packages/core
Nico 11dacd7c71
refactor(agent): store SFTP volume keys in tmp (#888)
* refactor(agent): store SFTP volume keys in tmp

* refactor: store temp keys in /run/zerobyte subfolders

* fix(restic): clean temp secrets dir on env setup failure

* fix: one secrets temp dir per env building
2026-05-17 18:19:09 +02:00
..
src refactor(agent): store SFTP volume keys in tmp (#888) 2026-05-17 18:19:09 +02:00
test feat(agents): create agent registry and service (#849) 2026-05-05 19:34:10 +02:00
.gitignore refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00
package.json fix(deps): update bun minor and patch dependencies (#867) 2026-05-17 13:54:02 +02:00
README.md chore: migrate toolchain to vite-plus (#762) 2026-04-09 17:57:19 +02:00
tsconfig.json feat(agent): add standalone agent runtime (#761) 2026-04-08 20:47:15 +02:00
vitest.config.ts test: move test runner from Bun to Vitest (#727) 2026-04-01 20:05:54 +02:00

core

To install dependencies:

vp install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.10. Bun is a fast all-in-one JavaScript runtime.