Go to chevereto/chevereto for new Chevereto releases. This is the repo for the old "Chevereto-Free" (Self-hosted Image Hosting solution, your own Flickr/imgur alternative with your rules).
Go to file
Rodolfo Berrios 16463a3a68
remove upgrading.md
2021-12-03 19:17:01 -03:00
.github rename package 2021-11-27 09:09:15 -03:00
app close #92 2021-12-03 19:14:31 -03:00
content close #118 2021-10-27 21:06:35 -03:00
docs update docker readme 2021-11-27 14:09:05 -03:00
images close #118 2021-10-27 21:06:35 -03:00
lib close #92 2021-12-03 19:14:31 -03:00
sdk 1.3.0 dev 2020-10-09 19:16:21 -03:00
.dockerignore remove upgrading.md 2021-12-03 19:17:01 -03:00
.gitignore improves ignored files 2021-11-27 12:23:31 -03:00
.htaccess close #118 2021-10-27 21:06:35 -03:00
LICENSE close #87 2021-07-12 11:42:30 -04:00
README.md close #92 2021-12-03 19:14:31 -03:00
composer.json ando como dia martes 2021-10-20 12:35:50 -03:00
composer.lock ando como placido domingo 2021-10-20 12:40:29 -03:00
docker-bake.hcl docker image 2021-11-20 11:34:06 -03:00
httpd-php-dev.yml disable updates (use image updates) 2021-11-27 12:24:19 -03:00
httpd-php.Dockerfile disable updates (use image updates) 2021-11-27 12:24:19 -03:00
httpd-php.yml disable updates (use image updates) 2021-11-27 12:24:19 -03:00
index.php updates header licensing 2020-09-25 17:27:24 -03:00
sync.sh improves ignored files 2021-11-27 12:23:31 -03:00

README.md

Chevereto-Free

Chevereto

Chevereto-Free allows you to create a full-featured image hosting website on your own server. It's your hosting and your rules, say goodbye to closures and restrictions.

Screens

Homepage

Uploader light

Uploader dark

Upload complete

Explorer

Dashboard

About this fork

Chevereto-Free is forked from Chevereto V3.16.2 in which only basic features are preserved. This fork was created for personal usage and small communities.

👉 This fork removes

  • Social Network Login
  • External Storage Servers
  • Likes and Followers
  • Manage Banners
  • Multi-language Support
  • Moderation
  • Bulk Content Importing

👉 This fork misses

  • All updates (non-security) added in V3.17, V3.18 and V3.20 including:
    • 360 images
    • Nested albums
    • ImageMagick support
    • Improved sharing options
    • User interface upgrade
    • 12FA Support
    • CLI API

Requirements

  • PHP 7.4
  • MySQL 5.7 / 8 - MariaDB 10
  • Apache HTTP Web Server
    • mod_rewrite

Installation

Docker

To install using Docker:

To build Docker tagged images:

cPanel

Composer-based installation

composer create-project rodber/chevereto-free . \
    --repository='{
        "url": "https://github.com/rodber/chevereto-free.git",
        "type": "vcs"
    }' \
    --remove-vcs \
    --ignore-platform-reqs

Manual installation

  • Pick the latest release
  • Download the tagged $TAG.zip release artifact
  • Unzip the release in your target public web-server directory

License

Copyright Rodolfo Berríos Arce - AGPLv3.