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).
Find a file
2021-10-04 11:06:42 -03:00
.github exclude dev package from release artifact 2021-10-04 10:13:37 -03:00
app label 1.4.2 2021-10-04 10:24:50 -03:00
content feat: changes image, close #106 2021-10-03 20:35:14 -03:00
images feat: harden .htaccess, close #102 2021-10-03 10:07:12 -03:00
importing feat: harden .htaccess, close #102 2021-10-03 10:07:12 -03:00
lib css formatter 2021-10-03 20:34:50 -03:00
sdk 1.3.0 dev 2020-10-09 19:16:21 -03:00
.gitignore ando como dia lunes! 2021-10-04 10:23:43 -03:00
.htaccess feat: harden .htaccess, close #102 2021-10-03 10:07:12 -03:00
composer.json update composer 2021-10-04 09:28:21 -03:00
composer.lock update composer 2021-10-04 09:28:21 -03:00
importing.php updates header licensing 2020-09-25 17:27:24 -03:00
index.php updates header licensing 2020-09-25 17:27:24 -03:00
LICENSE close #87 2021-07-12 11:42:30 -04:00
README.md feat: improved docs #100 2021-10-04 11:06:42 -03:00

Chevereto-Free

🔔 Subscribe to the newsletter to don't miss any update regarding Chevereto.

Community Discord

Chevereto 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 2022-01 the Chevereto organization won't be in charge of this project and the repo ownership will be transferred to @rodber.

Screens

Homepage

Uploader

Explorer

Dashboard

About this fork

Chevereto-Free is a mature fork of 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
  • User likes and following
  • Manage banners

👉 This fork misses

  • 12FA Support
  • User interface upgrade (V3.20)
  • CLI API
  • Installer tooling

Installation

Requirements

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

Composer-based installation

composer create-project chevereto/chevereto-free . \
    --repository="{\"url\": \"https://github.com/chevereto/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.