Skip to content

Commit f86bbed

Browse files
author
steve-ks
committed
Add preview image to README
1 parent 36c79a7 commit f86bbed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

PREVIEW.png

83 KB
Loading

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Webbox Fileshare is a [Laravel 7.x app](https://laravel.com/docs/7.x) for uploading a set of files and generating a randomized, shared link to the files. It is kind of a web-dropbox. The app runs __without any database__.
44

5+
![Webbox preview](PREVIEW.png?raw=true "Webbox preview")
6+
57
__Table of contents__
68

79
- [Main Features](#main-features)
@@ -16,6 +18,8 @@ __Table of contents__
1618
- Simple authentication via a security pin with possible honeypot protection
1719
- Uploading files via [Vue.js](https://vuejs.org/) and [Dropzone.js](https://www.dropzonejs.com/)
1820
- Generation of random storage links using MD5 hashes
21+
- Public shared file page with image preview, single file download and zip-download of all files
22+
- [Fontawesome](https://fontawesome.com/) file icons for corresponding mime types on shared file pages
1923
- Scheduled storage cleanup routines
2024
- Configurable cleanup frequencies for storage links, e.g. storing for 1 month
2125
- Mail support to share the generated link

0 commit comments

Comments
 (0)