mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 04:26:43 -06:00
feat: add health checks, OG image generation, and R2 integration
- Implement health check system with caching and singleflight pattern - Add OG image generation via Satori with R2 storage backend - Configure Railway deployment with health check endpoint - Add connection pooling and Unix socket support for Bun SSR - Block external access to internal routes (/internal/*)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
set dotenv-load
|
||||
|
||||
default:
|
||||
just --list
|
||||
|
||||
@@ -31,4 +33,6 @@ docker-run port="8080":
|
||||
just docker-run-json {{port}} | hl --config .hl.config.toml -P
|
||||
|
||||
docker-run-json port="8080":
|
||||
docker run -p {{port}}:8080 xevion-dev
|
||||
docker stop xevion-dev-container 2>/dev/null || true
|
||||
docker rm xevion-dev-container 2>/dev/null || true
|
||||
docker run --name xevion-dev-container -p {{port}}:8080 xevion-dev
|
||||
|
||||
Reference in New Issue
Block a user