chevereto-free/README.md
Rodolfo Berrios 005fcb0c36
🤙 figurando
2021-10-13 18:55:36 -03:00

2.6 KiB

Chevereto-Free

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

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 light

Uploader dark

Upload complete

Explorer

Dashboard

🍿 Video screen (mobile)

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.