Logo
Explore Help
Register Sign In
explewd/wisp
1
0
Fork 0
You've already forked wisp
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
wisp/.env.example

11 lines
300 B
Plaintext
Raw Permalink Normal View History

Implement wisp: async encrypted single-retrieval file drop Client-side libsodium encryption with the key in the URL fragment, an Express/SQLite server holding ciphertext until a confirm-token round trip proves successful decrypt (avoiding the delete-on-first-byte race), TTL sweep for unclaimed drops, and a password-gated upload UI styled to match flit. Dockerized to match the project family's conventions, with a named volume so the DB/blobs survive redeploys, and a Gitea Actions workflow to build and push the image.
2026-07-09 19:14:54 +02:00
# Image is built and pushed by .gitea/workflows/docker.yml
IMAGE=your-registry.example.com/your-org/wisp:latest
# Public URL is fronted by a reverse proxy — this container just needs to
# listen on HOST_PORT.
HOST_PORT=3040
TTL_SECONDS=259200
MAX_UPLOAD_BYTES=209715200
UPLOAD_PASSWORD=change-me
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 21ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API