-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
62 changed files
with
299 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,37 @@ | ||
--- | ||
home: true | ||
heroImage: /logo.svg | ||
heroText: Chevereto V4 Documentation | ||
heroText: Chevereto V4 Docs | ||
tagline: Image hosting software | ||
actionText: Get Started → | ||
actionLink: /introduction/get-started/welcome | ||
features: | ||
- title: 🦄 Self-hosted | ||
details: Own and control your online media. | ||
- title: ✨ Turnkey | ||
details: Configure it to meet your needs. | ||
- title: 😎 Full-featured | ||
details: With incremental updates. | ||
footer: Created by Rodolfo Berrios | ||
--- | ||
|
||
# 📦 Install | ||
# Install | ||
|
||
Install Chevereto following our guides for: | ||
|
||
* [🐋 Docker](./guides/docker/README.md) | ||
* [🏝 VPS](./guides/server/vps.md) | ||
* [🎛 cPanel](./guides/cpanel/README.md) | ||
* [🎛 Plesk](./guides/plesk/README.md) | ||
* [Docker](./guides/docker/README.md) | ||
* [VPS](./guides/server/vps.md) | ||
* [cPanel](./guides/cpanel/README.md) | ||
* [Plesk](./guides/plesk/README.md) | ||
|
||
Review our [Installation](application/installing/installation.md) for all alternatives. | ||
|
||
## 🚀 Upgrading | ||
## Upgrading | ||
|
||
For Chevereto V3 users: | ||
|
||
* Follow the [Upgrading](application/installing/upgrading.md) guide. | ||
* Check the [Welcome Back](introduction/changelog/welcome-back.md#chevereto-v4-vs-v3) comparison. | ||
* Check the [Welcome Back](introduction/changelog/welcome-back.md#chevereto-v4-vs-v3) guide. | ||
|
||
## 🆙 Updating | ||
## Updating | ||
|
||
For Chevereto V4 users: | ||
|
||
* Follow the [Updating](application/installing/updating.md) guide to keep your system updated. | ||
|
||
## 🛟 Support | ||
## Support | ||
|
||
Go to [chevereto.com/support](https://chevereto.com/support). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'configuring.md' => '⚙️ Configuring', | ||
'environment.md' => '🗿 Environment', | ||
'env.php.md' => '📌 app/env.php', | ||
]; | ||
'configuring.md' => 'Configuring', | ||
'environment.md' => 'Environment', | ||
'env.php.md' => 'app/env.php', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 😌 From free | ||
# From free | ||
|
||
You can upgrade from any free edition to paid Chevereto V4. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'installation.md' => '📦 Installation', | ||
'updating.md' => '🆙 Updating', | ||
'upgrading.md' => '🚀 Upgrading', | ||
'from-free.md' => '😌 From free', | ||
'installation.md' => 'Installation', | ||
'updating.md' => 'Updating', | ||
'upgrading.md' => 'Upgrading', | ||
'from-free.md' => 'From free', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'cli.md' => '💻 CLI', | ||
'errors.md' => '😖 Errors', | ||
'security.md' => '👮♀️ Security', | ||
'encryption.md' => '🔑 Encryption', | ||
'cli.md' => 'CLI', | ||
'errors.md' => 'Errors', | ||
'security.md' => 'Security', | ||
'encryption.md' => 'Encryption', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'php.md' => '🐘 PHP', | ||
'mysql-server.md' => '🐬 MySQL Server', | ||
'web-server.md' => '🪶 Web Server', | ||
'cron.md' => '⏲️ CRON', | ||
'operating-system.md' => '🐧 Operating system', | ||
]; | ||
'php.md' => 'PHP', | ||
'mysql-server.md' => 'MySQL Server', | ||
'web-server.md' => 'Web Server', | ||
'cron.md' => '⏲CRON', | ||
'operating-system.md' => 'Operating system', | ||
]; |
Oops, something went wrong.