From 9b211f232aedd472fa95d35e3238fffaef34a4a5 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 16 Feb 2026 18:01:56 -0700 Subject: [PATCH] Add backlog task tracking Initialize backlog and mark deployment task as done with all acceptance criteria checked. Co-Authored-By: Claude Opus 4.6 --- backlog/config.yml | 16 +++++++++++ ...1 - Deploy-funz.quest-satirical-website.md | 27 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 backlog/config.yml create mode 100644 backlog/tasks/task-1 - Deploy-funz.quest-satirical-website.md diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..1c3b252 --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,16 @@ +project_name: "funz-quest" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 20 +default_editor: "nvim" +auto_open_browser: true +default_port: 6420 +remote_operations: true +auto_commit: false +bypass_git_hooks: false +check_active_branches: true +active_branch_days: 30 +task_prefix: "task" diff --git a/backlog/tasks/task-1 - Deploy-funz.quest-satirical-website.md b/backlog/tasks/task-1 - Deploy-funz.quest-satirical-website.md new file mode 100644 index 0000000..1ce58a7 --- /dev/null +++ b/backlog/tasks/task-1 - Deploy-funz.quest-satirical-website.md @@ -0,0 +1,27 @@ +--- +id: TASK-1 +title: Deploy funz.quest satirical website +status: Done +assignee: [] +created_date: '2026-02-17 01:01' +updated_date: '2026-02-17 01:01' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +Create and deploy funz.quest - a satirical single-page scrolling site about the neverending quest for public goods funding, pivoting into a comedic quest for vibes-based FUNZ tipping tokens. References dokindthings.fund and NoFi.lol. Dockerized nginx on Netcup behind Traefik + Cloudflare tunnel. + + +## Acceptance Criteria + +- [x] #1 Site created with 7-act narrative structure +- [x] #2 Dockerized with nginx + Traefik labels +- [x] #3 Pushed to Gitea +- [x] #4 Deployed to Netcup /opt/websites/funz-quest/ +- [x] #5 DNS configured: Porkbun -> Cloudflare -> Tunnel +- [x] #6 Site live at https://funz.quest +