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 886bd1e38e
docker image
2021-11-20 11:34:06 -03:00
.github docker image 2021-11-20 11:34:06 -03:00
app tags 1.5.1 2021-10-28 13:52:59 -03:00
content close #118 2021-10-27 21:06:35 -03:00
images close #118 2021-10-27 21:06:35 -03:00
lib close #113 2021-10-19 11:02:27 -03:00
sdk 1.3.0 dev 2020-10-09 19:16:21 -03:00
.dockerignore docker image 2021-11-20 11:34:06 -03:00
.gitignore ando como dia lunes! 2021-10-04 10:23:43 -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 updated readme 2021-10-19 14:17:27 -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 docker image 2021-11-20 11:34:06 -03:00
httpd-php.Dockerfile docker image 2021-11-20 11:34:06 -03:00
httpd-php.yml docker image 2021-11-20 11:34:06 -03:00
index.php updates header licensing 2020-09-25 17:27:24 -03:00
sync.sh docker image 2021-11-20 11:34:06 -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.

Project status

Starting on 2021-10 the Chevereto organization won't be in charge of this project and the repo ownership will be transferred to @rodber.

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

  • Installer tooling
  • All non-security updates 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

Installation

Requirements

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

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

Updating

HTTP self-update

  • Go to /dashboard
  • Click on "Check for updates"
  • Follow the on-screen process

Manual update

See Manual Installation

License

Copyright Rodolfo Berríos Arce - AGPLv3.