Skip to content

Commit

Permalink
readme: update todos, add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jantari committed Jan 29, 2024
1 parent c8881af commit 8c26ef7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Compiled exexutables
/secretlinks
*.exe

# Other
/store.db
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ Returns the UUID of the created secret.

### Todos

- [ ] Zero-knowledge encryption (decryption key in the URL)
- [ ] Persistent storage (e.g. SQLite?)
- [ ] Maybe access logs
- [ ] Structured logs

0 comments on commit 8c26ef7

Please sign in to comment.