Add backlog with Postiz deployment task

- Initialize backlog.md for project tracking
- Add task for porting Postiz to proper domain and connecting social channels
- Current temp deployment at votc-socials.jeffemmett.com

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-01-31 18:27:24 +00:00
parent 1fa83e186a
commit 8fab13d1f5
2 changed files with 49 additions and 0 deletions

15
backlog/config.yml Normal file
View File

@ -0,0 +1,15 @@
project_name: "Valley of the Commons"
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

View File

@ -0,0 +1,34 @@
---
id: task-1
title: Port Postiz to proper domain and connect social channels
status: To Do
assignee: []
created_date: '2026-01-31 18:27'
labels: []
dependencies: []
priority: medium
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
The VOTC social media scheduler (Postiz) is currently deployed at votc-socials.jeffemmett.com. When the team confirms the proper domain and social media credentials:
1. Update the domain/URL configuration:
- Update docker-compose.yml environment variables (MAIN_URL, FRONTEND_URL, NEXT_PUBLIC_BACKEND_URL)
- Update Traefik router labels
- Add new hostname to Cloudflare tunnel config
- Add DNS CNAME record in Cloudflare
2. Connect social media channels by adding API keys:
- X (Twitter): X_API_KEY, X_API_SECRET
- LinkedIn: LINKEDIN_CLIENT_ID, LINKEDIN_CLIENT_SECRET
- Discord: DISCORD_CLIENT_ID, DISCORD_CLIENT_SECRET, DISCORD_BOT_TOKEN_ID
- Mastodon: MASTODON_CLIENT_ID, MASTODON_CLIENT_SECRET
- Other platforms as needed
Current deployment location: /opt/apps/postiz-votc/ on Netcup RS 8000
Temporary URL: https://votc-socials.jeffemmett.com
Waiting on: Team to provide proper domain and social media API credentials
<!-- SECTION:DESCRIPTION:END -->