chore: initialize backlog with domain routing and platform tasks
TASK-1 (Done): Route socials.valleyofthecommons.com to crypto-commons Postiz TASK-2 (To Do): Multi-tenant provisioning platform (backlogged) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ce8463951c
commit
d3dccda86c
|
|
@ -0,0 +1,16 @@
|
|||
project_name: "rSocials Online"
|
||||
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"
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: TASK-1
|
||||
title: Route socials.valleyofthecommons.com to crypto-commons Postiz
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-02-24 03:54'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Add socials.valleyofthecommons.com as alias for the crypto-commons Postiz instance (postiz-cc). CNAME already existed in Cloudflare. Added hostname to cloudflared tunnel config, added Host rule to Traefik Sablier file provider (postiz-sablier.yml), also added cc.rsocials.online alias. Verified 307 response.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: TASK-2
|
||||
title: Multi-tenant provisioning platform
|
||||
status: To Do
|
||||
assignee: []
|
||||
created_date: '2026-02-24 03:54'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: medium
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Self-service API for communities to provision their own Postiz instance at <space>.rsocials.online. CRDT token gating, x402 micropayment metering, Sablier hibernation. Full plan at ~/.claude/plans/greedy-skipping-dahl.md. Phases: 1) Provisioning API Core, 2) CRDT Token Gating, 3) Landing Page + Provision UI, 4) x402 Usage Metering, 5) Sablier + Hardening.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
Loading…
Reference in New Issue