Skip to content

Releases: art3x/artweb

ArtWeb v2.2

14 Feb 22:02

Choose a tag to compare

Enhanced upload functionality

  • Support for uploading via proxy
  • Support for uploading files of unlimited size

ArtWeb v2.1

02 Sep 19:59

Choose a tag to compare

  • Improved POST requests logging
  • Added logo and IP addresses output for host interfaces
  • Fixed minor bugs

ArtWeb v2.0

26 Jun 10:56

Choose a tag to compare

New Features & Major Enhancements

  1. Dual-Mode Operation: Static File Server & File Browser

    • New Static File Server Mode (--index): ArtWeb can now function as a standard static web server. Point the --index flag to a directory, and it will serve index.html as the default page, along with all other assets like CSS, JavaScript, and images. This is perfect for local web development and hosting simple sites.
    • Intelligent MIME Type Detection: In static server mode, the server now automatically sends the correct Content-Type header based on file extensions, ensuring browsers render web content correctly.
  2. HTTPS / SSL Support (--ssl, --cert, --key)

    • Full support for secure connections has been added. You can now run the server in HTTPS mode by providing SSL certificate and key files. The server defaults to port 443 when SSL is enabled.

ArtWeb v1.1

03 Apr 16:28

Choose a tag to compare

  • Directory browsing added
  • GET and POST parameter logging
  • Drag-and-drop upload added
  • Minor improvements

ArtWeb v1.0

11 Mar 18:25

Choose a tag to compare

Initial release