diff options
| author | 2022-03-22 12:33:13 -0500 | |
|---|---|---|
| committer | 2022-03-22 12:33:13 -0500 | |
| commit | 00a17a53c542b6de263691219c38438393d9f806 (patch) | |
| tree | ab53191a9b91d815a27f80b22069645d0c9cabed | |
| parent | Add hyperlinks (diff) | |
Update VPS services content
| -rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/vps-services.md | 53 | 
1 files changed, 32 insertions, 21 deletions
| diff --git a/pydis_site/apps/content/resources/guides/python-guides/vps-services.md b/pydis_site/apps/content/resources/guides/python-guides/vps-services.md index 07e70e9a..4dfca732 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/vps-services.md +++ b/pydis_site/apps/content/resources/guides/python-guides/vps-services.md @@ -1,25 +1,36 @@  --- -title: VPS Services -description: On different VPS services + title: VPS Services + description: On different VPS services  --- -If you need to run your bot 24/7 (with no downtime), you should consider using a virtual private server (VPS). -This is a list of VPS services that are sufficient for running Discord bots. -* [https://www.scaleway.com](https://www.scaleway.com) -    * Based in Europe. -* [https://www.digitalocean.com](https://www.digitalocean.com) -    * US-based. -    * Considered by many to be the gold standard. -    * Locations available across the world. -* [https://www.ovh.co.uk](https://www.ovh.co.uk) -    * France and Canadian locations available. -* [https://www.time4vps.eu](https://www.time4vps.eu) -    * Seemingly based in Lithuania. -* [https://www.linode.com](https://www.linode.com) -    * Cheap VPS. -* [https://www.vultr.com](https://www.vultr.com) -    * US-based, DigitalOcean-like. -* [https://galaxygate.net](https://galaxygate.net) -    * A reliable, affordable, and trusted host. +If you need to run your bot 24/7 (with no downtime), you should consider using a virtual private server (VPS).This is a list of VPS services that are sufficient for running Discord bots. + +* Europe +    * [netcup](https://www.netcup.eu/) +        * Germany & Austria data centres. +        * Great affiliate program. +    * [Yandex Cloud](https://cloud.yandex.ru/) +        * Vladimir, Ryazan, and Moscow region data centres. +    * [Scaleway](https://www.scaleway.com/) +        * France data centre. +    * [Time 4 VPS](https://www.time4vps.eu/) +        * Lithuania data centre. +* US +    * [GalaxyGate](https://galaxygate.net/) +        * New York data centre. +        * Great affiliate program. +* Global +    * [Linode](https://www.linode.com/) +        * Global data centre options. +    * [Digital Ocean](https://www.digitalocean.com/) +        * Global data centre options. +    * [OVHcloud](https://www.ovhcloud.com/) +        * Global data centre options. +    * [Vultr](https://www.vultr.com/) +        * Global data centre options. + +--- +Free hosts +There are no reliable free options for VPS hosting. If you would rather not pay for a hosting service, you can consider self-hosting. +Any modern hardware should be sufficient for running a bot. An old computer with a few GB of ram could be suitable, or a Raspberry Pi. -There are no reliable free options for VPS hosting. If you would rather not pay for a hosting service, you can consider self-hosting. Any modern hardware should be sufficient for running a bot. An old computer with a few GB of ram could be suitable, or a Raspberry Pi (any model, except perhaps one of the particularly less powerful ones). | 
