PictShare
File Transfer - Single-click & Drag-n-drop Upload
About this project
https://pictshare.net
Table of contents
- Quick Start
- Features
- Installation
- Configuration
- Docker
- API
- Addons and integration
- Development roadmap
Quickstart
docker run -d -p 8080:80 --name=pictshare ghcr.io/hascheksolutions/pictshare
Then open http://localhost:8080 in your browser
New Features
- Generate identicons based on strings in the URL example1 example2
- Generate placeholder images by specifying the size in the URL. example
- Added support for external storage
- Encryption of files in external storage
- Added text hosting (like pastebin)
- Added URL shortening
- Added WebP to images (and automatic conversion from jpg, png to webp if the requesting browser supports it)
- Massive code rework. Actually we designed it from the ground up to be more modular and easier to debug
Features
- Selfhostable
- Simple upload API
- 100% file based - no database needed
- Scalable hosting
- Many Filters for images
- GIF to MP4 conversion
- JPG, PNG to WEBP conversion
- MP4 resizing
- PictShare removes all exif data so you can upload photos from your phone and all GPS tags and camera model info get wiped
- Change and resize your images and videos just by editing the URL
- Duplicates don't take up space. If the exact same f
Technologies & License
Apache-2.0
PHP
Docker