From 6f5143eaab67f67ac3beb572d5487851f20502ed Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 May 2017 13:28:57 +0200 Subject: Removes old cruft. --- layouts/uhttpd/single.html | 147 --------------------------------------------- 1 file changed, 147 deletions(-) delete mode 100644 layouts/uhttpd/single.html (limited to 'layouts/uhttpd/single.html') diff --git a/layouts/uhttpd/single.html b/layouts/uhttpd/single.html deleted file mode 100644 index 13314bd..0000000 --- a/layouts/uhttpd/single.html +++ /dev/null @@ -1,147 +0,0 @@ - {{ $.Scratch.Set "NoCustomCSS" true }} - {{ partial "header.tmpl" . }} - - - - - {{ partial "favicon.tmpl" .}} - - - - - - -
-
-
-
-

µhttpd is a self-contained instant micro web server.
- Use it to share files from your local computer with others.

- Download uhttpd -
-
- - -
-
-
-
- -
-
-
- - - -
-
-
- -
-
-

Installation

-

The installation of µhttpd is very straightforward. Download the precompiled binary and run it.

-

To compile from source you need a working Go environment (with cgo) and flex installed. Clone the repo and run make

-
- View source code -
-
- -
-
-

Usage

-

You can modify µhttpd with some simple command line flags. Run 'µhttpd -h' for more help.

-

-dir: The directory to serve. Defaults to the working directory.
- -ip: The ip µhttpd binds to. If not given, it binds to all interfaces µhttpd finds.
- -port: The port µhttpd will listen on.
- -quiet: When given µhttpd will not log the access. Only error messages will be issued.
- -disallow-upload: When given µhttpd does not allow to upload files.
- -upload-dir: Specify the directory to save uploaded files. Defaults to the working directory.

-

To upload open /upload with your browser.

-
-
- -
-
-

Created By

-

Written by Maximilian Möhring.

- Read Here More -
-
- {{partial "footer.tmpl"}} -- cgit v1.2.3