No description
  • Go 60%
  • templ 38.1%
  • Makefile 1.1%
  • Dockerfile 0.6%
Find a file
Matthieu Peterschmitt 47ce1c3ddc
All checks were successful
Docker Build & Push / docker (push) Successful in 5m8s
Optimize import with bulk inserts and caching
Fetch existing emails, event external IDs, and redirect codes up
front to avoid per-row existence queries. Accumulate ent create
builders and use CreateBulk to insert users, events, and redirects
in bulk. Adjust SQL to check email_verified_at IS NOT NULL. Also
remove the login email verification gate so unverified users may
log in.
2026-03-10 15:17:04 +01:00
.forgejo/workflows Update docker.yml 2026-03-10 14:16:09 +01:00
cmd Optimize import with bulk inserts and caching 2026-03-10 15:17:04 +01:00
deploy reminders and docker compose deploy 2026-03-10 13:47:12 +01:00
ent fixes all around 2026-03-10 12:50:16 +01:00
internal Optimize import with bulk inserts and caching 2026-03-10 15:17:04 +01:00
web Version and repo in footer 2026-03-10 12:56:06 +01:00
.air.toml init rewrite 2026-03-10 09:51:33 +01:00
.env.example Build CSS in Go builder and update Docker config 2026-03-10 14:12:46 +01:00
.gitignore init rewrite 2026-03-10 09:51:33 +01:00
bun.lock init rewrite 2026-03-10 09:51:33 +01:00
docker-compose.yml Build CSS in Go builder and update Docker config 2026-03-10 14:12:46 +01:00
Dockerfile Update Dockerfile 2026-03-10 14:36:12 +01:00
go.mod fixes all around 2026-03-10 12:50:16 +01:00
go.sum fixes all around 2026-03-10 12:50:16 +01:00
Makefile dokcer build 2026-03-10 13:00:25 +01:00
package.json init rewrite 2026-03-10 09:51:33 +01:00
README.md init rewrite 2026-03-10 09:51:33 +01:00
tsconfig.json init rewrite 2026-03-10 09:51:33 +01:00

cnampagnon-go

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.