mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-11 18:56:21 +00:00
Upgraded to php8.2 🎉🎉🎉
This commit is contained in:
16
README.md
16
README.md
@@ -11,11 +11,11 @@
|
||||
<div align="center">
|
||||
|
||||
|
||||

|
||||

|
||||
[](https://hub.docker.com/r/hascheksolutions/pictshare)
|
||||
[](https://hub.docker.com/r/hascheksolutions/pictshare/builds)
|
||||
]
|
||||
[](https://github.com/HaschekSolutions/pictshare/blob/master/LICENSE)
|
||||

|
||||
[](https://hits.seeyoufarm.com)
|
||||
[](https://github.com/HaschekSolutions/pictshare)
|
||||
|
||||
#### Host your own `images` `gifs` `mp4s` `text bins` and stay in control
|
||||
@@ -29,10 +29,6 @@
|
||||
<img src="https://www.pictshare.net/39928d8239.gif" alt="PictShare demo">
|
||||
</p>
|
||||
|
||||
# [INFO] March '23
|
||||
Since Docker Hub won't allow team Organizations anymore, we moved our images to GitHub Container Registry.
|
||||
So if you want to use the latest version, please use the new image `ghcr.io/hascheksolutions/pictshare` instead of `hascheksolutions/pictshare`
|
||||
|
||||
Table of contents
|
||||
=================
|
||||
* [Quick Start](#quickstart)
|
||||
@@ -62,7 +58,7 @@ Then open http://localhost:8080 in your browser
|
||||
- [Encryption of files in external storage](/rtfm/ENCRYPTION.md)
|
||||
- Added text hosting (like pastebin)
|
||||
- Added URL shortening
|
||||
- Added WebP to images (and conversion from jpg,png to webp)
|
||||
- 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
|
||||
@@ -70,13 +66,13 @@ Then open http://localhost:8080 in your browser
|
||||
- Selfhostable
|
||||
- [Simple upload API](/rtfm/API.md)
|
||||
- 100% file based - no database needed
|
||||
- [Scalable](/rtfm/SCALING.md)
|
||||
- [Scalable hosting](/rtfm/SCALING.md)
|
||||
- Many [Filters](/rtfm/IMAGEFILTERS.md) 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 uploads just by editing the URL
|
||||
- Change and resize your images and videos just by editing the URL
|
||||
- Duplicates don't take up space. If the exact same file is uploaded twice, the second upload will link to the first
|
||||
- Many [configuration options](/rtfm/CONFIG.md)
|
||||
- Full control over your data. Delete images with individual and global delete codes
|
||||
|
||||
Reference in New Issue
Block a user