Go to file
christian 73798036bd
pictshare ci / docker (push) Failing after 1m12s Details
„.gitea/workflows/build-docker.yml“ ändern
so?
2023-04-18 10:28:04 +00:00
.gitea/workflows „.gitea/workflows/build-docker.yml“ ändern 2023-04-18 10:28:04 +00:00
api added copy url button closes #112 2022-03-08 22:23:57 +01:00
content-controllers Unified docker building process. & more updates 2021-11-11 23:39:12 +01:00
css stage 1 of v2 2018-12-21 18:34:03 +01:00
data stage 1 of v2 2018-12-21 18:34:03 +01:00
docker Update start.sh 2022-06-27 00:07:32 +02:00
fonts upgraded theme to bootstrap and added support for subdirectory hosting 2016-11-04 14:54:39 +01:00
inc small undefined variable bug fixed 2023-01-16 10:28:54 +01:00
interfaces sync script added and fixed some controllers 2020-01-07 22:13:29 +01:00
js added copy url button closes #112 2022-03-08 22:23:57 +01:00
rtfm updated info on new docker container source 2023-03-23 09:52:23 +01:00
storage-controllers typo . fixes #142 2023-01-13 09:01:37 +01:00
templates fixing gui-upload filesize bug 2022-02-23 19:11:33 +01:00
tmp S3/Minio storage controller Support 2020-01-05 03:11:41 +01:00
tools if p1 was done then don't ask the server for every individual file again 2021-11-24 23:30:37 +01:00
.dockerignore Unified docker building process. & more updates 2021-11-11 23:39:12 +01:00
.gitignore added possibility to have a notice displayed on the upload form 2020-05-31 19:03:59 +02:00
.htaccess unfucked the file permissions 2015-11-12 18:10:37 +01:00
LICENSE stage 1 of v2 2018-12-21 18:34:03 +01:00
README.md updated info on new docker container source 2023-03-23 09:52:23 +01:00
favicon.ico updated favicon to a version with transparency 2016-11-03 19:06:17 +01:00
index.php implemented dynamic content controller loading, enabling whitelisting of content types. closes #87 2020-06-06 13:27:47 +02:00

README.md

PictShare logo

PictShare

https://pictshare.net

Apache License HitCount

Host your own images gifs mp4s text bins and stay in control


PictShare demo

[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


Quickstart

docker run -d -p 8080:80 --name=pictshare ghcr.io/hascheksolutions/pictshare

Then open http://localhost:8080 in your browser

New Features in v2

  • Added support for external storage
  • Encryption of files in external storage
  • Added text hosting (like pastebin)
  • Added URL shortening
  • Added WebP to images (and conversion from jpg,png to webp)
  • 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
  • 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 uploads 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
  • Full control over your data. Delete images with individual and global delete codes

Development roadmap

  • Duplicate detection
  • Write permission detection
  • Delete codes for every uploaded file
  • Upload via link/url
  • Upload via base64
  • Autodestruct for every uploaded file

Config options

Read here what those options do

  • ALT_FOLDER
  • URL (instead of FORCE_DOMAIN but mandatory)
  • LOG_UPLOADER
  • FFMPEG_BINARY
  • PNG_COMPRESSION
  • JPEG_COMPRESSION
  • WEBP_COMPRESSION
  • MASTER_DELETE_CODE
  • MASTER_DELETE_IP
  • UPLOAD_FORM_LOCATION
  • UPLOAD_QUOTA
  • UPLOAD_CODE
  • LOW_PROFILE
  • IMAGE_CHANGE_CODE
  • MAX_RESIZED_IMAGES
  • ALLOW_BLOATING
  • BACKBLAZE

Image hosting

  • Resizing
  • Filters
  • Gif to mp4 conversion
  • Upload of images

Text file hosting

  • Upload of text files
  • Render template for text files
  • Raw data view
  • Downloadable

URL shortening

  • Upload of links to shorten

MP4 hosting

  • Resizing
  • Preview image generation
  • Upload of videos
  • Automatic conversion if not mobile friendly or wrong encoder used
  • Render template for videos

This is a HASCHEK SOLUTIONS project

HS logo