diff options
| author | kj_sh604 | 2026-05-31 00:32:02 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-31 00:32:02 -0400 |
| commit | cf23fda43083a7374f48fc37433c0a8117779d2d (patch) | |
| tree | 664c87fa2007fd7958d8b780d2b59f0886d0d06a /README.md | |
| parent | 8f2ef3227a87bb6389a40ef85c2d6ab9db405dc5 (diff) | |
refactor: hardening of the application
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -17,7 +17,7 @@ using Python and vanilla JavaScript. (same as sent) - **mouse navigation** - left-click right half = next, left half = prev, scroll wheel -- **image upload** - upload images and insert `@filename` references (50 MB cap) +- **local image storage** - upload images into browser local storage and insert `@filename` references - **export** - download as `.sent` file for local sent, or export `.pdf` for portability ## usage @@ -27,7 +27,6 @@ Requirements: - Python `3.12+` - `fontconfig` (`fc-list` must be available) -- `libmagic` runtime (`libmagic1` on Ubuntu) Setup: @@ -74,7 +73,6 @@ with multiple lines - **[noir.css](https://github.com/kj-sh604/noir.css)** - classless CSS - **Gunicorn** - production WSGI server - **fontconfig** - `fc-list` for font enumeration -- **python-magic + libmagic** - content-based upload type checks ## license |
