1
0
Fork 0
forked from 2sys/shoutdotdev
No description
Find a file
2025-04-12 23:38:35 -07:00
dev-services name change -> shout.dev 2025-02-26 13:10:50 -08:00
migrations add ability to manage team members 2025-04-12 23:05:39 -07:00
src fix uri normalization bug 2025-04-12 23:38:35 -07:00
static put on a fresh coat of paint 2025-04-12 23:06:06 -07:00
templates put on a fresh coat of paint 2025-04-12 23:06:06 -07:00
.dockerignore update dockerignore 2025-03-11 22:25:40 -07:00
.gitignore add example env file 2025-02-26 13:10:50 -08:00
bacon.toml expand bacon config 2025-03-08 23:25:50 -08:00
Cargo.lock refactor nav state data structures 2025-04-04 14:28:29 -07:00
Cargo.toml refactor nav state data structures 2025-04-04 14:28:29 -07:00
diesel.toml name change -> shout.dev 2025-02-26 13:10:50 -08:00
Dockerfile add dockerfile 2025-03-11 10:34:04 -07:00
example.env change env separator from . to __ 2025-03-11 22:21:23 -07:00
LICENSE init license and readme 2025-02-26 13:10:50 -08:00
README.md add ability to manage team members 2025-04-12 23:05:39 -07:00

Shout.dev

Shout.dev is a tool for small software teams to stay in touch with the software they write. Once set up, it provides an extremely simple HTTP interface through which to broadcast messages via email and other means of communication.

Project Status

Shout.dev is in the early prototyping stage. Basic documentation and testing will be prioritized after core functionality is completed and shown to have practical value.

Notable Assumptions

  • OAuth provider provides accurate "email" field in the userinfo payload.
  • OAuth provider does not allow users to change their emails after signup.