httpiccolo web file server

This project was initially born for personal needs: I just needed a minimal web file server, to be installed on my own server and then I started to code it using Go.

Features

Status

At the moment the software is still in beta, but it works, it's quite stable and hopefully without security bugs. So and I started using it for personal purposes on my servers.

The administration web interface can certainly be improved before the version 1.0 will be released. I also have already planned to add new features after 1.0.

First run

  1. Download the executable binary for your OS.
  2. Just put the executable file in your filesystem and run it.
  3. You will be asked for questions and the the configuration directory will be created.
  4. By default a configuration subdirectory will be created in the same directory as the executable file. If you want to use another path, use the command line argument -c to specify it.
  5. You can run "httpiccolo -h" to have a list of available command line arguments.

Downloads