ZIP
WinGet
Algernon
Alexander F. Rødseth · 1.17.9 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
algernon-1.17.9-windows_x86_64_static.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
xyproto.algernon
Version
1.17.9
Description
Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support
License
BSD-3-Clause
↗
Homepage
https://github.com/xyproto/algernon
Installer URL
https://github.com/xyproto/algernon/releases/download/v1.17.9/algernon-1.17.9-windows_x86_64_static.zip
Release Notes
Security related
- Add a check for special Windows/NTFS filenames (only applies on Windows). Thanks @Dredsen.
Memory usage while processing data
- Use io.Copy in the reverse proxy to bound memory usage.
- Limit the request body buffer size.
Configuration related
- If HTTP and HTTPS ports are specified, then also use those for ACME / Let's Encrypt. Fixes #173, thanks for the feature request + testing @DaVyze.
- Add a max size check (int64) for the --largesize flag.
- Add a check for if --domain i…