From 8fab13d1f5f14e9354a3e3b70582e4741159fce7 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 31 Jan 2026 18:27:24 +0000 Subject: [PATCH] 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 --- backlog/config.yml | 15 ++++++++ ...oper-domain-and-connect-social-channels.md | 34 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 backlog/config.yml create mode 100644 backlog/tasks/task-1 - Port-Postiz-to-proper-domain-and-connect-social-channels.md diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..b250647 --- /dev/null +++ b/backlog/config.yml @@ -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 diff --git a/backlog/tasks/task-1 - Port-Postiz-to-proper-domain-and-connect-social-channels.md b/backlog/tasks/task-1 - Port-Postiz-to-proper-domain-and-connect-social-channels.md new file mode 100644 index 0000000..2379a9c --- /dev/null +++ b/backlog/tasks/task-1 - Port-Postiz-to-proper-domain-and-connect-social-channels.md @@ -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 + + +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 +