chore: initialize backlog with uptime monitoring task

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-17 15:33:36 -07:00
parent f23e07fbba
commit 4f93ea57b1
2 changed files with 32 additions and 0 deletions

16
backlog/config.yml Normal file
View File

@ -0,0 +1,16 @@
project_name: "rStack 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"

View File

@ -0,0 +1,16 @@
---
id: TASK-1
title: Add all r*.online domains to Uptime Kuma monitoring
status: To Do
assignee: []
created_date: '2026-02-17 01:31'
labels: []
dependencies: []
priority: high
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Add the following domains to Uptime Kuma at status.jeffemmett.com as HTTPS monitors: rstack.online, rspace.online, rfiles.online, rmaps.online, rvote.online, rwallet.online, rfunds.online, rnotes.online, rtrips.online, rnetwork.online, rcart.online, rtube.online, rmail.online, rinbox.online (plus www variants). Requires Kuma login credentials. Use uptime-kuma-api Python library (already installed on Netcup). Connect via container IP 172.25.0.19:3001.
<!-- SECTION:DESCRIPTION:END -->