A personal site made from scratch! https://badblocks.dev
Find a file
badbl0cks f014330b14
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 1m16s
Add HAProxy PoW challenge, simple bad bot blocking, and adjust mounts
Replace single deploy/haproxy.cfg with deploy/haproxy/{haproxy.cfg,challenge.html}.
HAProxy now runs a WebCrypto-based proof-of-work challenge using a stick-table,
URI normalization and a challenge backend. docker-compose mounts the haproxy
directory, and also switches the site DB volume to ./db to be consistent. Update robots.txt.ts to
add a honeypot path for bad bot blocking.
2026-02-08 13:50:18 -08:00
.forgejo/workflows Enable WireGuard service, change HTTPFetchClient to use wireguard proxy, and add required env vars 2026-02-07 17:44:58 -08:00
.vscode Initial commit from Astro 2025-12-19 14:06:51 -08:00
cicd/scripts Enable WireGuard service, change HTTPFetchClient to use wireguard proxy, and add required env vars 2026-02-07 17:44:58 -08:00
db Add support for cap, a pow captcha, and implement on contact form 2026-01-06 20:50:30 -08:00
deploy Add HAProxy PoW challenge, simple bad bot blocking, and adjust mounts 2026-02-08 13:50:18 -08:00
public Remove favicon.svg and update layout assets 2026-02-08 11:24:02 -08:00
src Add HAProxy PoW challenge, simple bad bot blocking, and adjust mounts 2026-02-08 13:50:18 -08:00
utils Add CI/CD build and deploy scripts, along with docker-compose, HAProxy config, and a certbot 2026-02-04 16:11:51 -08:00
.dockerignore docker image building and docker compose support 2026-01-06 08:08:12 -08:00
.env.example Enable WireGuard service, change HTTPFetchClient to use wireguard proxy, and add required env vars 2026-02-07 17:44:58 -08:00
.gitignore work on porting over contact form from old site, also added initial db support 2026-01-06 08:07:19 -08:00
.prettierrc.mjs Add contact actions and migrate contact form to Astro actions 2026-01-22 14:04:27 -08:00
astro.config.mjs Enable WireGuard service, change HTTPFetchClient to use wireguard proxy, and add required env vars 2026-02-07 17:44:58 -08:00
bun.lockb Enable WireGuard service, change HTTPFetchClient to use wireguard proxy, and add required env vars 2026-02-07 17:44:58 -08:00
docker-compose.yml docker image building and docker compose support 2026-01-06 08:08:12 -08:00
Dockerfile Fix wireguard proxy not working when deployed due to bun's fetch not supporting undici dispatchers 2026-02-08 09:42:38 -08:00
package.json Fix wireguard proxy not working when deployed due to bun's fetch not supporting undici dispatchers 2026-02-08 09:42:38 -08:00
tsconfig.json Add contact actions and migrate contact form to Astro actions 2026-01-22 14:04:27 -08:00