chevereto-free/README.md

51 lines
2.1 KiB
Markdown
Raw Normal View History

2019-06-24 00:03:15 +00:00
# Chevereto Free
2019-04-29 20:43:13 +00:00
2020-08-26 18:25:57 +00:00
Chevereto Free is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. It's your hosting and your rules, so say goodbye to closures and restrictions.
2019-04-29 20:43:13 +00:00
2020-08-26 18:25:57 +00:00
## It's a fork
2016-08-18 20:39:31 +00:00
2020-08-26 18:25:57 +00:00
Chevereto Free is a fork of Chevereto V3 in which only the essential features are preserved and released as Open Source software. This fork **doesn't include**:
- Social network login
- External storage support
- Likes + Followers
- Manage banners
The support response time is currently about ~1-2 weeks. Users helping each other is highly welcome.
> 👍🏾 Consider [purchasing](https://chevereto.com/pricing) a license to get the entire pack of features, an extra layer of support, and to sustain the development of this software.
2020-08-28 19:09:56 +00:00
## Known issues
### Can't write into `/app/install/update/temp/` path
Older releases (`1.2.0` and below) are missing the temp folder required for the one-click update process. Simply create the folder for the `www-data` user:
```sh
sudo -u www-data mkdir /var/www/html/app/install/update/temp/
```
2020-08-26 18:25:57 +00:00
## 🤯 Next-gen in the works
2020-06-24 16:08:07 +00:00
Chevereto is being modernized by updating its stack and turning towards Open Source. [Read all updates](https://chevereto.com/community/threads/building-the-next-gen-chevereto.11140/) and check the [Chevere Framework](https://chevere.org/).
2019-06-24 00:03:15 +00:00
2020-06-24 16:08:07 +00:00
## Documentation
2016-08-18 20:39:31 +00:00
2020-06-24 16:08:07 +00:00
Documentation can be found at [v3-docs.chevereto.com](https://v3-docs.chevereto.com/)
2016-08-18 20:39:31 +00:00
2020-08-26 18:25:57 +00:00
> 📝 Contributing for a better documentation is highly appreciated
2016-08-18 20:39:31 +00:00
2020-06-24 16:08:07 +00:00
## Support
2019-06-24 00:03:15 +00:00
2020-08-26 18:25:57 +00:00
Use our [Bug Tracking](https://chevereto.com/bug-tracking) to report bugs and our [Community Support](https://chevereto.com/community-support) forums for any support-related concern.
2020-06-24 16:08:07 +00:00
Please **don't** open issues here unless is code related.
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
2018-04-22 17:18:34 +00:00
Copyright [Rodolfo Berríos](http://rodolfoberrios.com) - Released under the AGPLv3 license.
## Warranty
2019-06-24 00:03:15 +00:00
2018-05-15 18:06:05 +00:00
This software doesn't include support. It may contain bugs. Use it at your own risk. This software is offered on an “as-is” basis. No warranty, either expressed or implied, is given.