ChinaZeng / Chevereto-Free

Community/Personal Image Hosting

Home Page:https://chevereto.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chevereto-Free

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

Chevereto

Community Discord

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 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 light

Uploader dark

Upload complete

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.

About

Community/Personal Image Hosting

https://chevereto.com

License:GNU Affero General Public License v3.0


Languages

Language:PHP 62.3%Language:JavaScript 27.7%Language:CSS 9.7%Language:Hack 0.4%