Skip to content

vijeeshr/secretnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secretnote

Share secrets/api-keys/tokens safely using self-destructing messages

Demo

https://secretmsg.us

Running the app

docker compose up

Open http://localhost:8085 in your browser.

For development

Ensure Go is installed and a Redis instance is available.
For Tailwind

npx tailwindcss -i ./src/input.css -o ./src/public/assets/output.css --watch