commit all archived files

This commit is contained in:
mappu 2017-06-03 00:00:00 +00:00
parent 45ce425b36
commit cf62c51696
4 changed files with 43 additions and 0 deletions

43
README.md Normal file
View File

@ -0,0 +1,43 @@
# webdir
![](https://img.shields.io/badge/written%20in-golang-blue)
A web-based directory viewer.
Host a read-only view of a directory, allowing users to browse the content.
## Features
- Windows Explorer-style theme
- Browse subdirectories and download files
- Thumbnail preview for image files and video files (with `ffmpeg` installed)
The thumbnailer code can also be compiled as a standalone utility (`mkthumb`). This binary is not required to use `webdir`, but is shipped as an extra utility for convenience and testing.
## Usage
```
Usage of ./webdir:
-Basedir string
Directory to serve
-CacheSize int
Number of thumbnails to cache in memory (default 100)
-Listen string
Address:port (default "127.0.0.1:8090")
```
## Changelog
2017-06-03 1.0
- Reduce opacity for hidden files
- Improve build system
- [⬇️ webdir-1.0-src.zip](dist-archive/webdir-1.0-src.zip) *(104.16 KiB)*
- [⬇️ webdir-1.0-linux64.tar.gz](dist-archive/webdir-1.0-linux64.tar.gz) *(2.93 MiB)*
2016-10-13
- Initial development release

Binary file not shown.

Binary file not shown.

BIN
doc/image0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB