No description
  • Rust 41.8%
  • Svelte 34.6%
  • TypeScript 17.3%
  • Shell 4.4%
  • JavaScript 1.3%
  • Other 0.5%
Find a file
microchipster 3700ad351c fix dark mode
2026-03-30 13:15:42 -07:00
backend fix restriction policy 2026-03-30 11:20:02 -07:00
cli initial cli attempt 2026-01-28 23:51:11 -08:00
docs svelte 2025-11-08 21:48:45 -08:00
frontend fix dark mode 2026-03-30 13:15:42 -07:00
mk fix restriction policy 2026-03-30 11:20:02 -07:00
nginx update all deps 2026-02-25 15:56:24 -08:00
scripts WIP check point for fixing peer counter - broken state 2025-12-12 02:07:42 -08:00
src feat: add revoke endpoint, revokeBlob helper, and test page 2025-11-30 14:51:31 -08:00
.gitignore initial cli attempt 2026-01-28 23:51:11 -08:00
AGENTS.md scaffolding 2025-11-08 20:53:47 -08:00
CONVENTIONS.md scaffolding 2025-11-08 20:53:47 -08:00
Dockerfile update all deps 2026-02-25 15:56:24 -08:00
FEATURES.md features 2025-11-08 21:37:12 -08:00
ISSUES.md init 2025-11-08 21:20:59 -08:00
PROMPTS.md fix expiration kinda, breaks revoke 2026-01-30 12:30:27 -08:00
README.md readme 2026-01-05 17:25:32 -08:00
RECOMMENDED_FILES.md ip binding 2025-11-25 10:52:09 -08:00

Secure Reply

Generate a link for a message (with or without attachments) that can only be seen by the first person that views it. Can also make public otionally as well.

To deploy and build this app, make sure you have ssh access to a host suitable for running the app with a domain name bound to a port by nginx, and run this command from the development computer:

# command <host> <force> <clean>
./mk/deploy-single-vps $target_host 0 0

Use 0 or 1 to skip the cache or clean docker containers as noted.