feat: remove rss, status, and badge features
This commit is contained in:
parent
553d7d1780
commit
36720e2ba5
21 changed files with 904 additions and 1200 deletions
|
|
@ -1,20 +0,0 @@
|
|||
# RSS Service
|
||||
|
||||
Serves an Atom feed of door status history. Stateless — it fetches from the cache service's `/history` endpoint on each request and renders the last 7 days as Atom XML.
|
||||
|
||||
## API
|
||||
|
||||
| Method | Path | Description |
|
||||
|--------|------|-------------|
|
||||
| `GET` | `/feed` | Atom feed |
|
||||
| `GET` | `/health` | Health check |
|
||||
|
||||
## Configuration
|
||||
|
||||
NixOS options under `services.noisebell-rss`:
|
||||
|
||||
| Option | Default | Description |
|
||||
|--------|---------|-------------|
|
||||
| `domain` | required | Caddy virtual host domain |
|
||||
| `cacheUrl` | required | Cache service URL (e.g. `http://localhost:3000`) |
|
||||
| `port` | `3002` | Listen port |
|
||||
Loading…
Add table
Add a link
Reference in a new issue