diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-07-24 10:08:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 15:08:23 +0100 |
commit | e0f9635c0691cb67f0fcbb758cabba801d9fc51b (patch) | |
tree | b2b826023a19a0b445cd4bcfd78b6f56c1fe7de2 | |
parent | 5a84908d42b4252d4e587fc2ca266f849f69c4e1 (diff) | |
download | gitea-e0f9635c0691cb67f0fcbb758cabba801d9fc51b.tar.gz gitea-e0f9635c0691cb67f0fcbb758cabba801d9fc51b.zip |
Add Linode as an installation option in docs (#16529)
Add Linode as an installation option in docs
Co-authored-by: zeripath <art27@cantab.net>
-rw-r--r-- | docs/content/doc/installation/on-cloud-provider.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/content/doc/installation/on-cloud-provider.md b/docs/content/doc/installation/on-cloud-provider.md index c61c042af2..7647ae2cf1 100644 --- a/docs/content/doc/installation/on-cloud-provider.md +++ b/docs/content/doc/installation/on-cloud-provider.md @@ -35,10 +35,16 @@ you can experiment with running Gitea. Gitea can found in [Vultr](https://www.vultr.com)'s marketplace. -To deploy it have a look at https://www.vultr.com/marketplace/apps/gitea. +To deploy Gitea to Vultr, have a look at the [Vultr Marketplace](https://www.vultr.com/marketplace/apps/gitea). ## DigitalOcean -[DigitalOcean](https://www.digitalocean.com) has gitea as droplet in his marketplace. +[DigitalOcean](https://www.digitalocean.com) has Gitea as droplet in their marketplace. -Just create a new [Gitea Droplet](https://marketplace.digitalocean.com/apps/gitea). +To deploy Gitea to DigitalOcean, have a look at the [DigitalOcean Marketplace](https://marketplace.digitalocean.com/apps/gitea). + +## Linode + +[Linode](https://www.linode.com/) has Gitea as an app in their marketplace. + +To deploy Gitea to Linode, have a look at the [Linode Marketplace](https://www.linode.com/marketplace/apps/linode/gitea/). |