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).
.github | ||
app | ||
content | ||
images | ||
importing | ||
lib | ||
sdk | ||
.gitignore | ||
.htaccess | ||
composer.json | ||
composer.lock | ||
importing.php | ||
index.php | ||
LICENSE | ||
README.md |
Chevereto-Free
🔔 Subscribe to the newsletter to don't miss any update regarding Chevereto.
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
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
- Requires Composer
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
License
Copyright Rodolfo Berríos Arce - AGPLv3.