Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.
/ chevereto-free Public archive

Self-hosted image sharing software, your own Flickr/Imgur with your very own rules. 👍 Go to chevereto/chevereto for newer Chevereto releases.

License

Notifications You must be signed in to change notification settings

rodber/chevereto-free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.