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 | ||
docs | ||
images | ||
lib | ||
sdk | ||
.dockerignore | ||
.gitignore | ||
.htaccess | ||
composer.json | ||
composer.lock | ||
docker-bake.hcl | ||
httpd-php-dev.yml | ||
httpd-php.Dockerfile | ||
httpd-php.yml | ||
index.php | ||
LICENSE | ||
README.md | ||
sync.sh | ||
UPGRADING.md |
Chevereto-Free
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
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
cPanel
- Check the Chevereto cPanel setup.
Composer-based installation
- Requires Composer
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
Upgrading
- Check UPGRADING
License
Copyright Rodolfo Berríos Arce - AGPLv3.