Monorepo for Aesthetic.Computer
aesthetic.computer
1#!/usr/bin/env fish
2
3# Start the Caddy server for the censor endpoint
4echo "Starting Caddy server on port 8080..."
5echo "Censor endpoint available at: http://localhost:8080/censor"
6echo "Health check available at: http://localhost:8080/health"
7echo ""
8echo "Press Ctrl+C to stop the server"
9
10cd (dirname (status -f))
11caddy run --config Caddyfile