Initialize backlog and add remaining tasks
Done: Initial deployment with SMTP To Do: Import backup, switch DNS, configure email domain Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
724ae9b371
commit
d776864dee
|
|
@ -0,0 +1,15 @@
|
|||
project_name: "cadCAD Discourse Forum"
|
||||
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
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
id: task-1
|
||||
title: Deploy Discourse forum on Netcup
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-02-10 02:22'
|
||||
updated_date: '2026-02-10 02:22'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Deploy official Discourse Docker at cadcad-forum.jeffemmett.com behind Traefik/Cloudflare. Configure SMTP via local mailcow relay. Create admin account.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
||||
## Implementation Notes
|
||||
|
||||
<!-- SECTION:NOTES:BEGIN -->
|
||||
Completed 2026-02-10:
|
||||
- Deployed at /opt/discourse/ on Netcup using official discourse_docker
|
||||
- Temp domain: cadcad-forum.jeffemmett.com
|
||||
- CSRF fix: sed in app.yml forces X-Forwarded-Proto default to https
|
||||
- SMTP: internal relay via mailcow (10.100.0.253:25, no auth)
|
||||
- Admin: jeffemmett@gmail.com
|
||||
- Post-rebuild script handles network reconnection + Traefik restart
|
||||
- Repo: gitea.jeffemmett.com/jeffemmett/cadcad-discourse-forum
|
||||
<!-- SECTION:NOTES:END -->
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: task-2
|
||||
title: Import existing community.cadcad.org backup
|
||||
status: To Do
|
||||
assignee: []
|
||||
created_date: '2026-02-10 02:22'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Obtain .tar.gz backup from existing Discourse admin panel, upload to Netcup, run restore script. Requires coordination with whoever manages the current instance.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: task-3
|
||||
title: Switch DNS to community.cadcad.org
|
||||
status: To Do
|
||||
assignee: []
|
||||
created_date: '2026-02-10 02:22'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: medium
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Update DISCOURSE_HOSTNAME and Traefik Host rule in app.yml, rebuild, add community.cadcad.org to Cloudflare tunnel, coordinate CNAME record with cadcad.org DNS admin.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
id: task-4
|
||||
title: Configure email sending domain
|
||||
status: To Do
|
||||
assignee: []
|
||||
created_date: '2026-02-10 02:22'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: low
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Currently sending from noreply@jeffemmett.com. May want to switch to noreply@cadcad.org once domain is confirmed. Would need to add cadcad.org domain to mailcow or use authenticated SMTP.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
Loading…
Reference in New Issue