PitchHut logo
goshs
by objective_maroon_trina
A feature-rich HTTP server replacement for Python's SimpleHTTPServer.
Pitch

goshs is a powerful and user-friendly alternative to Python’s SimpleHTTPServer, offering features like file uploads, HTTP basic authentication, and HTTPS support with certificates. With an intuitive web interface and options for bulk downloads or uploads, this Go-based server simplifies file management while enhancing security and usability.

Description

goshs is an advanced HTTP server designed in Go, serving as a modern alternative to Python's SimpleHTTPServer. This project enhances traditional file transfer capabilities by providing secure uploading and downloading options via HTTP/S, utilizing either self-signed certificates or user-provided certificates, as well as supporting HTTP basic authentication.

Key Features

  • File Management:

    • View and download files, including bulk downloads as .zip files.
    • Upload files using POST and PUT requests, or through a user-friendly drag & drop interface.
    • Delete files individually or in bulk.
  • Security:

    • Implement authentication via HTTP basic auth or client certificates.
    • Transport Layer Security (HTTPS) support, including self-signed certificates, Let's Encrypt, or custom certificates.
    • Non-persistent clipboard for easy management of downloaded clipboard entries in .json format.
  • User Control:

    • Support for WebDAV, allowing easy file sharing and management.
    • Configure read-only or upload-only modes to cater to specific needs.
    • Operate in silent mode to suppress web server outputs.
    • Custom ACLs via file-based controls by placing a .goshs file in any directory, which can also restrict access to specific files.
  • Customization Options:

    • Choose between dark and light themes for the user interface.
    • Command line capabilities for executing system commands while running goshs.
    • Self-updating binary for seamless operation.
    • Log output to a file for monitoring and auditing purposes.
  • Performance:

    • Capable of dropping user privileges before execution on Unix systems to enhance security, for instance, running on port 80 while using the www-data user.
    • Embed files at compile time for a more streamlined distribution.

Usage Example

To view the intended operation of goshs, refer to the documentation available at goshs.de.

Screenshots

Experience the user interface of goshs:

Light Mode Screenshot Dark Mode Screenshot

Acknowledgements

The development of goshs was inspired by the project updog, created by sc0tfree.

This repository serves as a comprehensive solution for anyone needing a robust and secure HTTP server with a multitude of features for effective file management and sharing.

0 comments

No comments yet.

Sign in to be the first to comment.