This is a file sharing website I use to upload and manage screenshots and other files.
You can find it here: https://fuckmy.cat
Actually i think i might rewrite it from scratch to do something cleaner. This lacks a router and a decent API.
I'll probably do it in python with flask.
You need a working web server with PHP and MySQL or MariaDB.
- Copy all the files from the src/ folder to a virtual host
- Run the database creation script
- Modify fmc.conf, and put it in the home directory of the user running your web server. Don't delete the '/' after paths and URLs.
For Nginx or Apache, the default user will probably be www-data, and his home folder /var/www
I strongly recommend using a different virtual host for the website itself and the uploaded files to prevent executing PHP code in an uploaded file. - Give the user running the web server the permission to write in the destination folders
(probablysudo chown www-data /path/to/uploaded/files /path/to/thumbnails
) - Also modify src/contact.html and the configuration files for ShareX and KShare in src/examples.
- Per account upload limit
- Users can mark files as "important" so they're only deleted after regular files when the user reaches the upload limit
- Files are hashed to detect identical files. A hard link is created if two identical files are uploaded.
- Shows a thumbnails instead of the raw uploaded image in the list of uploaded files if the raw image is too large
- Obviously, it's possible to automatically upload screenshots with ShareX or any other tool that supports custom uploaders
- Add some filters in the list of uploaded files