chevereto-free/README.md

86 lines
2.2 KiB
Markdown
Raw Normal View History

2021-01-25 22:15:06 +00:00
# Chevereto-Free
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-10-13 22:01:51 +00:00
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.
2021-06-03 14:19:20 +00:00
2021-09-04 23:43:25 +00:00
## Screens
2021-10-13 21:59:25 +00:00
![Homepage](.github/screen/1a.webp)
2021-06-03 14:19:20 +00:00
2021-10-13 21:59:25 +00:00
![Uploader light](.github/screen/2a.webp)
2021-06-03 14:19:20 +00:00
2021-10-13 21:59:25 +00:00
![Uploader dark](.github/screen/3a.webp)
2021-06-03 14:19:20 +00:00
2021-10-13 21:59:25 +00:00
![Upload complete](.github/screen/4a.webp)
2021-10-13 21:55:36 +00:00
2021-10-13 21:59:25 +00:00
![Explorer](.github/screen/5a.webp)
2021-10-13 21:55:36 +00:00
2021-10-13 21:59:25 +00:00
![Dashboard](.github/screen/6a.webp)
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-10-19 13:17:10 +00:00
Chevereto-Free is forked from [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.
2021-09-04 23:43:25 +00:00
๐Ÿ‘‰ **This fork removes**
2021-06-03 14:19:20 +00:00
2021-10-19 17:17:27 +00:00
* Social Network Login
* External Storage Servers
* Likes and Followers
* Manage Banners
* Multi-language Support
* Moderation
* Bulk Content Importing
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-11-20 23:45:15 +00:00
* All updates (non-security) added in [V3.17](https://releases.chevereto.com/3.X/3.17/3.17.2.html), [V3.18](https://releases.chevereto.com/3.X/3.18/3.18.3.html) and [V3.20](https://releases.chevereto.com/3.X/3.20/3.20.12.html) including:
2021-10-19 17:17:27 +00:00
* 360 images
* Nested albums
* ImageMagick support
* Improved sharing options
* User interface upgrade
* 12FA Support
* CLI API
2019-06-24 00:03:15 +00:00
2021-11-20 23:45:15 +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-11-20 23:45:15 +00:00
## Installation
### cPanel
* Check the [Chevereto cPanel setup](https://v3-docs.chevereto.com/setup/server/cpanel.html).
### Composer-based installation
2021-10-04 14:06:42 +00:00
* Requires [Composer](https://getcomposer.org)
```sh
2021-10-19 13:17:10 +00:00
composer create-project rodber/chevereto-free . \
2021-10-13 21:55:36 +00:00
--repository='{
2021-10-19 13:17:10 +00:00
"url": "https://github.com/rodber/chevereto-free.git",
2021-10-13 21:55:36 +00:00
"type": "vcs"
}' \
2021-10-04 14:06:42 +00:00
--remove-vcs \
--ignore-platform-reqs
```
2021-11-20 23:45:15 +00:00
### Manual installation
2021-10-04 14:06:42 +00:00
2021-10-19 13:17:10 +00:00
* Pick the [latest release](https://github.com/rodber/chevereto-free/releases/latest)
2021-10-04 14:06:42 +00:00
* Download the tagged `$TAG.zip` release artifact
* Unzip the release in your target `public` web-server directory
2021-11-20 23:45:15 +00:00
## Upgrading
2021-10-04 14:06:42 +00:00
2021-11-20 23:45:15 +00:00
* Check [UPGRADING](UPGRADING.md)
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).