No description
  • TypeScript 89.8%
  • JavaScript 6.9%
  • Shell 3.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Magnus Eickhoff e79e0f7796
All checks were successful
Deploy / Deploy to Cloudflare (push) Successful in 44s
fix(ci): read the Cloudflare account id from variables (#3)
Reviewed-on: ⁨#3
2026-09-23 15:55:39 +00:00
.forgejo/workflows fix(ci): read the Cloudflare account id from variables (#3) 2026-09-23 15:55:39 +00:00
.hermes move deployment from vps to cloudflare 2026-06-29 13:49:04 +00:00
assets add new actual banger post 2026-07-02 23:50:41 +02:00
deploy fix: footer 2026-05-13 18:55:44 +02:00
posts fix(the-anthropic-situation): use numbered footnotes consistently 2026-07-03 01:04:20 +02:00
projects Update Git links and project navigation 2026-09-13 15:51:36 +02:00
scripts ci: deploy from Forgejo Actions (#1) 2026-09-23 15:52:29 +00:00
src feat(about): add contact details (#2) 2026-09-23 15:52:34 +00:00
static feat(about): add contact details (#2) 2026-09-23 15:52:34 +00:00
.gitignore add new actual banger post 2026-07-02 23:50:41 +02:00
package-lock.json make inline images render and footnotes 2026-07-03 00:10:14 +02:00
package.json make inline images render and footnotes 2026-07-03 00:10:14 +02:00
README.md Fix production activity aggregation 2026-09-20 21:44:01 +02:00
tsconfig.json move deployment from vps to cloudflare 2026-06-29 13:49:04 +00:00
wrangler.toml feat(about): add contact details (#2) 2026-09-23 15:52:34 +00:00

Elysia with Bun runtime

Getting Started

To get started with this template, simply paste this command into your terminal:

bun create elysia ./elysia-example

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.

Private contribution counts

The activity graph can count commits from private repositories without returning repository names, commit messages, or SHAs. Add any provider tokens you want to use as Worker secrets:

bunx wrangler secret put GITHUB_TOKEN
bunx wrangler secret put GITLAB_TOKEN
bunx wrangler secret put FORGEJO_TOKEN

Use read-only tokens. GitHub needs access to the private repositories being counted. GitLab needs read_api. Forgejo needs read:user plus repository read access. Providers without a configured token continue to show public activity.

The recent-commit feed always uses public APIs, even when these secrets exist.