chevereto-free/README.md

94 lines
2.6 KiB
Markdown
Raw Normal View History

2021-01-25 22:15:06 +00:00
# Chevereto-Free
2019-04-29 20:43:13 +00:00
2020-11-09 17:05:41 +00:00
> 🔔 Subscribe to the [newsletter](https://newsletter.chevereto.com/subscription?f=PmL892XuTdfErVq763PCycJQrrnQgNmDybvvbXt7hbfEtgCJrjxKnBK4i9LmtXEOfM7MQBwP36vhsCGYOogbSIfBYw) to don't miss any update regarding Chevereto.
2019-04-29 20:43:13 +00:00
2021-10-07 22:56:21 +00:00
<img alt="Chevereto" src="content/images/system/default/logo.svg" width="100%">
2016-08-18 20:39:31 +00:00
2021-06-03 14:19:20 +00:00
[![Community](https://img.shields.io/badge/chv.to-community-blue?style=flat-square)](https://chv.to/community)
2021-01-25 22:15:06 +00:00
[![Discord](https://img.shields.io/discord/759137550312407050?style=flat-square)](https://chv.to/discord)
2020-08-26 18:25:57 +00:00
2021-07-12 15:13:28 +00:00
[Chevereto](https://chevereto.com) 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.
2021-06-03 14:19:20 +00:00
2021-10-04 14:06:42 +00:00
## Project status
Starting on **2022-01** the [Chevereto](https://chevereto.com) organization won't be in charge of this project and the repo ownership will be transferred to [@rodber](https://github.com/rodber).
2021-09-04 23:43:25 +00:00
## Screens
2021-06-03 14:19:20 +00:00
![Homepage](.github/screen/1.webp)
2021-10-13 21:55:36 +00:00
![Uploader light](.github/screen/2.webp)
2021-06-03 14:19:20 +00:00
2021-10-13 21:55:36 +00:00
![Uploader dark](.github/screen/3.webp)
2021-06-03 14:19:20 +00:00
2021-10-13 21:55:36 +00:00
![Upload complete](.github/screen/4.webp)
![Explorer](.github/screen/5.webp)
![Dashboard](.github/screen/6.webp)
🍿 [Video screen (mobile)](.github/screen/vid1.mp4)
2020-08-26 18:25:57 +00:00
2021-06-03 14:19:20 +00:00
## About this fork
2021-02-12 23:40:19 +00:00
2021-09-04 23:43:25 +00:00
Chevereto-Free is a mature fork of [Chevereto V3.16.2](https://releases.chevereto.com/3.X/3.16/3.16.2.html) in which only basic features are preserved. This fork was created for personal usage and small communities.
👉 **This fork removes**
2021-06-03 14:19:20 +00:00
2021-10-04 14:06:42 +00:00
* Social network login
* External Storage servers
* User likes and following
* Manage banners
2021-06-15 17:30:23 +00:00
2021-09-04 23:43:25 +00:00
👉 **This fork misses**
2021-01-25 22:15:06 +00:00
2021-10-04 14:06:42 +00:00
* 12FA Support
* User interface upgrade (V3.20)
* CLI API
* Installer tooling
2019-06-24 00:03:15 +00:00
2021-07-12 15:31:21 +00:00
## Installation
2021-10-04 14:06:42 +00:00
### Requirements
2021-09-04 23:43:25 +00:00
2021-10-04 14:06:42 +00:00
* PHP 7.4
* MySQL 5.7 / 8 - MariaDB 10
* Apache HTTP Web Server
* mod_rewrite
2021-09-04 23:43:25 +00:00
2021-10-04 14:06:42 +00:00
## Composer-based installation
* Requires [Composer](https://getcomposer.org)
```sh
composer create-project chevereto/chevereto-free . \
2021-10-13 21:55:36 +00:00
--repository='{
"url": "https://github.com/chevereto/chevereto-free.git",
"type": "vcs"
}' \
2021-10-04 14:06:42 +00:00
--remove-vcs \
--ignore-platform-reqs
```
## Manual installation
* Pick the [latest release](https://github.com/chevereto/chevereto-free/releases/latest)
* 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](#manual-installation)
2019-06-24 00:03:15 +00:00
2017-03-25 01:45:35 +00:00
## License
2019-06-24 00:03:15 +00:00
2021-07-12 15:42:30 +00:00
Copyright [Rodolfo Berríos Arce](http://rodolfoberrios.com) - [AGPLv3](LICENSE).