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.
This is the Chevereto-Free DigitalOcean Marketplace application, it provides Chevereto-Free ready to be one-click installed.
Package | Version | License |
---|---|---|
Chevereto-Free | latest | AGPL-3.0-only |
PHP | 7.4 | PHP v3.01 |
Apache HTTP Server | 2.4 | Apache 2 |
Certbot | 0.39.0 | Apache 2 |
MySQL | 8.0.21 | GPL 2 with modifications |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the Chevereto-Free 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Chevereto-Free Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "chevereto-cheveretofree"}' \
"https://api.digitalocean.com/v2/droplets"
In addition to the package installation, this one-click deploy also
Chevereto-Free Server Details
Your Chevereto-Free website will be accessible at:
http://your_droplet_public_ipv4/
This is an Apache HTTP server based provisioning. PHP runs with mod_php
using mpm_prefork
. You can run Chevereto-Free under any configuration, check our documentation for more information.
Credentials
The database credentials are at /etc/apache2/envvars
. Root mysql password is at /root/.mysql_password
.
Extra-steps
certbot --apache -d example.com -d www.example.com
ufw delete allow 80/tcp
mysql_secure_installation`
Updates
Chevereto-Free can update itself, simply open http://your_droplet_public_ipv4/dashboard and click “check for updates” button.