1
0
Fork 0
forked from 2sys/shoutdotdev

Compare commits

...

2 commits

Author SHA1 Message Date
Brent Schroeter
d430516675 add example env file 2025-02-20 00:04:33 -08:00
Brent Schroeter
773a9691ba init license and readme 2025-02-20 00:00:29 -08:00
4 changed files with 29 additions and 4 deletions

6
.gitignore vendored
View file

@ -1,5 +1,3 @@
/target
.wrangler
build
node_modules
target
.env
.DS_Store

9
LICENSE Normal file
View file

@ -0,0 +1,9 @@
MIT License
Copyright (c) 2025 Second System Technologies LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# 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.

13
example.env Normal file
View file

@ -0,0 +1,13 @@
RUST_LOG=debug
DATABASE_URL=postgresql://shoutdotdev:callous@127.0.0.1:5447/shoutdotdev
AUTH.CLIENT_ID=
AUTH.CLIENT_SECRET=
AUTH.REDIRECT_URL=http://localhost:3000/auth/callback
AUTH.AUTH_URL=https://example.com/authorize
AUTH.TOKEN_URL=https://example.com/token
AUTH.USERINFO_URL=https://example.com/userinfo
EMAIL.VERIFICATION_FROM=no-reply@shout.dev
EMAIL.MESSAGE_FROM=no-reply@shout.dev
EMAIL.SMTP_SERVER=smtp.example.com
EMAIL.SMTP_USERNAME=
EMAIL.SMTP_PASSWORD=