ryan d68a6629ac Gate admin routes behind auth and add copy guest link button
When auth is enabled, admin pages require the logged-in user to be
the event owner — unauthorized visitors get redirected to the guest
view, and admin actions return 403. Also adds a copy-to-clipboard
button in the admin bar and a Makefile for common commands.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-18 09:06:16 -04:00
2026-05-18 08:53:29 -04:00
2026-05-14 22:55:54 -04:00
2026-05-14 22:55:54 -04:00
2026-05-14 22:55:54 -04:00
2026-05-18 08:53:29 -04:00
2026-05-18 08:53:29 -04:00
2026-05-14 22:55:54 -04:00

bbq

Potluck signup app. No accounts — share a link, people claim slots.

Run locally

go build -o bbq . && ./bbq

Listens on :8080. Set PORT and BBQ_DB env vars to override.

Docker

docker compose up -d --build

Runs on 127.0.0.1:8090. Data persists in a bbq-data volume.

Reverse proxy (Caddy)

bbq.example.com {
    reverse_proxy localhost:8090
}

Regenerate DB layer

$(go env GOPATH)/bin/sqlc generate
S
Description
No description provided
Readme 218 KiB
Languages
Go 61.2%
HTML 38.1%
Dockerfile 0.5%
Makefile 0.2%