diff options
| author | kj_sh604 | 2026-05-04 20:50:14 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-05-04 20:50:14 -0400 |
| commit | 8f2ef3227a87bb6389a40ef85c2d6ab9db405dc5 (patch) | |
| tree | cf2b143317da7aa341350021880ae6a41bd5f6e7 /README.md | |
| parent | 105687f53e052e476c4380bc4abe47ef6d2360b8 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -21,22 +21,7 @@ using Python and vanilla JavaScript. - **export** - download as `.sent` file for local sent, or export `.pdf` for portability ## usage -### docker compose (recommended) - -```sh -docker compose up -d -``` - -Open [http://localhost:3000](http://localhost:3000). - -### docker build - -```sh -docker build -t sent-web . -docker run -d -p 3000:3000 --init --name sent-web sent-web -``` - -### local python run (without docker) +### local python run Requirements: @@ -90,7 +75,6 @@ with multiple lines - **Gunicorn** - production WSGI server - **fontconfig** - `fc-list` for font enumeration - **python-magic + libmagic** - content-based upload type checks -- **Docker** - containerized with fonts pre-installed ## license |
