Commit graph

15 commits

Author SHA1 Message Date
Jet
4f7ac0e7d7
feat: add home assistant capability with pi-relay 2026-03-24 00:24:12 -07:00
Jet
3a0d464234
feat: add zulip integration 2026-03-23 22:18:29 -07:00
Jet
3991d25293
feat: move rss to it's own module and add atom support 2026-03-23 15:43:59 -07:00
Jet
452b8b49c3
feat: add basic rss feat support 2026-03-23 13:56:00 -07:00
Jet
36720e2ba5
feat: remove rss, status, and badge features 2026-03-21 00:56:28 -07:00
Jet
e8b60519e7
feat: reorganize to one flake one rust project 2026-03-18 17:44:15 -07:00
Jet Pham
dff2e96947
Update Main to monorepo structure (#5)
* feat: Convert to a webhooks api model!

feat: Update readme with new api docs and images and logo

feat: reoptimize jpgs and add comments to all images for credit

feat: Add database backend implementations
Todo is to update the readme

feat: use memory storage for endpoints

feat: add logging to rest api and remove ctrl override

feat: remove keyboard monitor

delete the discord api from direct reference

* feat: webhook sending with retries and backoff

Also some great readme changes

* feat: add a web based dev mode!

* feat: better error handling for webhook endopoints

* feat: remove verbose logs

* feat: add docs for local dev

* feat: remove complex webhook stuff
config file with endpoints listed instead

* feat: update logo

* feat: set endpoint and remove rest api

* fix: check for negative config numbers

* feat: remove timestamps from webhook
Use Date header instead

* feat: refactor to using one endpoint with env vars

* feat: change logging to be one rolling log
With a max line size of 10k lines

* feat: move config to toml, keep api in env var

* feat: use .env files for managing env vars

* fix: remove log files from dev

* fix: unblock web monitor thread

* feat: merge into a monorepo with noisebridge-status
2025-08-05 00:33:41 -05:00
Jet Pham
716153b1b6
feat: add tokio runtime and make adync gpio interups on seperate thread 2025-06-11 15:10:53 -07:00
Jet Pham
e761320bc7
feat: remove webhooks, prepping for simple flow 2025-06-06 19:34:59 -07:00
Jet Pham
5adf192e5d
feat: allow requesting to register endpoints 2025-06-05 21:39:05 -07:00
Jet Pham
c0389e0245
feat: store log files in a /logs directory 2025-06-05 20:19:12 -07:00
Jet Pham
cfc5f01221
feat: add retires and errors on uncessessful attempts 2025-06-05 20:19:12 -07:00
Jet Pham
f3e84f63f9
fix: use rust-tls inistead of openssl 2025-06-05 08:54:01 -07:00
Jet Pham
1b0284b00b
feat: add webhooks with basic json to send to 2025-06-05 08:54:01 -07:00
Jet Pham
18aa3dfaa8
feat: Create GPIO monitor and basic callback functionality to print 2025-06-05 08:54:01 -07:00