std.pub#
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.
https://tangled.org/seth.computer/std.pub
git@tangled.org:seth.computer/std.pub
For self-hosted knots, clone URLs may differ based on your setup.
Co-authored-by: Shelley <shelley@exe.dev>
- Add file-based logger (data/app.log) with JSON metadata support
- Add database cleanup script (hourly via cron)
- Removes OAuth states older than 1 hour
- Removes sessions older than 30 days
- Vacuums SQLite database
- Configure logrotate for app.log and cleanup.log
- Daily rotation, 14 days retention
- Compression enabled
Co-authored-by: Shelley <shelley@exe.dev>