Rename product to OrbitWard
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
# OrbitalWard Progress
|
||||
# OrbitWard Progress
|
||||
|
||||
Last updated: 2026-05-26
|
||||
|
||||
## Current State
|
||||
|
||||
OrbitalWard has a working Docker Compose development stack with PostgreSQL, Redis, FastAPI backend, Python worker, and React/Vite frontend.
|
||||
OrbitWard has a working Docker Compose development stack with PostgreSQL, Redis, FastAPI backend, Python worker, and React/Vite frontend.
|
||||
|
||||
Implemented foundation:
|
||||
|
||||
@@ -35,7 +35,7 @@ Implemented notification slice:
|
||||
|
||||
- Create, edit, test, and delete notification channels from the UI.
|
||||
- Generic webhook, Mattermost, and Zoom Team Chat channel types.
|
||||
- Webhook URLs encrypted at rest using `ORBITALWARD_SECRET_KEY`.
|
||||
- Webhook URLs encrypted at rest using `ORBITWARD_SECRET_KEY`.
|
||||
- Saved webhook URLs are not returned to the UI.
|
||||
- Configurable post username per notification channel.
|
||||
- Worker sends incident open and recovery notifications.
|
||||
@@ -148,4 +148,4 @@ Default local login comes from `.env`:
|
||||
- `INITIAL_ADMIN_EMAIL=admin@example.com`
|
||||
- `INITIAL_ADMIN_PASSWORD=change-me`
|
||||
|
||||
Change these values before using OrbitalWard outside local development.
|
||||
Change these values before using OrbitWard outside local development.
|
||||
|
||||
Reference in New Issue
Block a user