Skip to content

Releases: PlusOne/hmac-file-server

1.0.0

14 Oct 11:04
Compare
Choose a tag to compare

HMAC File Server v1.0.0

Release Date: October 14, 2024

This release introduces the first stable version of hmac-file-server, a secure file handling server with HMAC-based authentication for file uploads and downloads.

Key Features:

  • HMAC Authentication: Secure file transfers using HMAC signatures.
  • Retry Mechanism: Automatic retries for file access and downloads.
  • Disk Space Checks: Prevents uploads if disk space is low.
  • Rate Limiting & Auto-Banning: Protects against abuse by limiting failed access attempts.
  • Auto-File Deletion: Automatically delete files older than a configurable period.
  • HTTP/2 & CORS Support: For faster and cross-origin file transfers.
  • Systemd Support: Easily manage as a service.

Improvements:

  • Enhanced logging.
  • Graceful shutdown during transfers.