1
0
Fork 0
forked from 2sys/shoutdotdev
No description
Find a file
2025-04-21 21:43:20 -07:00
dev-services name change -> shout.dev 2025-02-26 13:10:50 -08:00
migrations implement slack backend 2025-04-21 19:02:23 -07:00
src fix slack bot installation bugs 2025-04-21 21:43:20 -07:00
static put on a fresh coat of paint 2025-04-12 23:06:06 -07:00
templates implement slack backend 2025-04-21 19:02:23 -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 implement slack backend 2025-04-21 19:02:23 -07:00
Cargo.toml implement slack backend 2025-04-21 19:02:23 -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 fix example .env file 2025-04-21 19:11:45 -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.