diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-04-06 16:09:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 16:09:55 +0000 |
commit | 58cb7d7f96f9b76602b75265a1ba99362c2f528e (patch) | |
tree | d31d11b9b6b2817d96bfa9749f691c0c45c5fa1d | |
parent | Add wikmd to wikis (#2870) (diff) | |
download | awesome-selfhosted-58cb7d7f96f9b76602b75265a1ba99362c2f528e.tar.gz awesome-selfhosted-58cb7d7f96f9b76602b75265a1ba99362c2f528e.zip |
Add miniserve - serve files and dirs over HTTP (#2904)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -935,6 +935,7 @@ _Related: [Groupware](#groupware)_ - [Gossa](https://github.com/pldubouilh/gossa) - Gossa is a light and simple webserver for your files. `MIT` `Go` - [h5ai](https://larsjung.de/h5ai/) - Modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. ([Demo](https://larsjung.de/h5ai/demo/), [Source Code](https://github.com/lrsjng/h5ai)) `MIT` `PHP` - [IFM](https://github.com/misterunknown/ifm) - Single script file manager. `MIT` `PHP` +- [miniserve](https://github.com/svenstaro/miniserve) - CLI tool to serve files and dirs over HTTP. `MIT` `Rust` - [ResourceSpace](https://www.resourcespace.com) - ResourceSpace open source digital asset management software is the simple, fast, and free way to organise your digital assets. ([Demo](https://www.resourcespace.com/trial), [Source Code](https://www.resourcespace.com/svn)) `BSD-4-Clause` `PHP` - [s3server](https://github.com/jessfraz/s3server) - Simple HTTP interface to index and browse files in a public S3 or Google Cloud Storage bucket. `MIT` `Go` - [Surfer](https://git.cloudron.io/cloudron/surfer) - Simple static file server with webui to manage files. `MIT` `Nodejs` |