SimpleCloudNotifier/server/README.md

16 lines
419 B
Markdown
Raw Normal View History

2022-11-19 17:09:23 +01:00
//TODO
- background job for re-delivery
2022-11-20 03:06:08 +01:00
- POST::/messages
2022-11-19 17:09:23 +01:00
- https://firebase.google.com/docs/cloud-messaging/send-message#rest
2022-11-20 03:06:08 +01:00
- List subscriptions on all owned channels (RESTful?)
2022-11-19 17:15:46 +01:00
- deploy
- Dockerfile
2022-11-20 00:19:41 +01:00
- php in html
2022-11-20 01:28:32 +01:00
- full-text-search: https://www.sqlite.org/fts5.html#contentless_tables
2022-11-20 03:06:08 +01:00
- route to re-create keys
- ack/read deliveries && return ack-count
- compat methods should bind body as form-data