main: add cloud services
This commit is contained in:
parent
f5f94c3f94
commit
9f1d8083d4
276
cloud.html
Normal file
276
cloud.html
Normal file
@ -0,0 +1,276 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>Last Hour Hosting</title>
|
||||
<meta name="description" content="" />
|
||||
<meta name="author" content="Shiloh" />
|
||||
|
||||
<meta property="og:title" content="Last Hour Hosting" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://www.lasthourhosting.org" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:image" content="" />
|
||||
|
||||
<link rel="icon" href="./assets/favicon.ico" />
|
||||
<link rel="icon" href="./assets/" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="css/styles.css?v=1.0" />
|
||||
<meta
|
||||
http-equiv="Content-Security-Policy"
|
||||
content="script-src 'self' https://code.jquery.com/jquery-3.7.1.min.js; style-src 'self'; object-src 'none'; frame-src 'self'; base-uri 'self'; font-src 'self'; img-src 'self'; "
|
||||
/>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script src="./js/main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header id="header"></header>
|
||||
<main>
|
||||
<div class="flex-column">
|
||||
<h1>Caught Up in the Clouds?</h1>
|
||||
<p>
|
||||
Our 100% open-source cloud service supports any programming language
|
||||
and serverless framework, enabling easy deploy of your apps without
|
||||
Big Tech.
|
||||
</p>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Cloud Starter</h3>
|
||||
<h4>Starting at $31.76/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/cloud-starter"
|
||||
>Get Started</a
|
||||
>
|
||||
<ul>
|
||||
<li>
|
||||
Host 1-2 apps on your localhost server (great for testing,
|
||||
development, and personal use.)
|
||||
</li>
|
||||
<li>
|
||||
Connect as many remote servers as you want (recommended for
|
||||
production)
|
||||
</li>
|
||||
<li>30GB SSD Storage localhost server (easily upgrade)</li>
|
||||
<li>Upgrade and scale your plan with us as you grow</li>
|
||||
<li>
|
||||
Servers hosted in Tier III+ Datacenter located in Reykjavic,
|
||||
Iceland
|
||||
</li>
|
||||
<li>GUI and SSH VPS console access</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Cloud Pro</h3>
|
||||
<h4>Starting at $63.52/mo.</h4>
|
||||
<a
|
||||
class="button-3"
|
||||
role="button"
|
||||
href="https://my.lasthourhosting.org/order/cloud-pro"
|
||||
>Get Started</a
|
||||
>
|
||||
<ul>
|
||||
<li>Host 2-4 production apps</li>
|
||||
<li>
|
||||
Includes the localhost server and 1 remote VPS server for
|
||||
production
|
||||
</li>
|
||||
<li>Connect as many remote servers as you want</li>
|
||||
<li>
|
||||
50GB SSD remote server, 10GB SSD localhost server (easily
|
||||
upgrade)
|
||||
</li>
|
||||
<li>Upgrade and scale your resources with us as you grow</li>
|
||||
<li>
|
||||
Servers hosted in Tier III+ Datacenter located in Reykjavic,
|
||||
Iceland
|
||||
</li>
|
||||
<li>GUI and SSH VPS console access</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Cloud Enterprise</h3>
|
||||
<a class="button-3" role="button" href="/contact.html"
|
||||
>Contact Us</a
|
||||
>
|
||||
<ul>
|
||||
<li>Host a great amount of production apps</li>
|
||||
<li>
|
||||
localhost server with your desired number of last hour vps
|
||||
servers connected for production
|
||||
</li>
|
||||
<li>Desired amount of SSD storage per server (easily upgrade)</li>
|
||||
<li>Upgrade and scale your resources with us as you grow</li>
|
||||
<li>
|
||||
Servers hosted in Tier III+ Datacenter located in Reykjavic,
|
||||
Iceland
|
||||
</li>
|
||||
<li>GUI and SSH VPS console access</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-column">
|
||||
<h2>Manage All Your Apps In One Place</h2>
|
||||
<p>
|
||||
Use the growing library of over 55+ one-click installs for popular
|
||||
open-source platforms like Wordpress, Nextcloud, MiniIO (S3 storage),
|
||||
or easily deploy your own using public/private repositories,
|
||||
Dockerfiles, Docker Compose, Docker Images. Easily spin up databases
|
||||
(mariadb, postgreSQL, mySQL, Redis, MongoDB) at the click of a button.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-column">
|
||||
<h2>Features</h2>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Every Use-Case</h3>
|
||||
<p>
|
||||
Resources can be deployed to a solitary server, several servers,
|
||||
or Docker Swarm groups depending on your preferences. Soon,
|
||||
compatibility with Kubernetes will be added to expand deployment
|
||||
flexibility.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Any Programming Language</h3>
|
||||
<p>
|
||||
The Last Hour platform is adaptable with numerous programming
|
||||
languages and frameworks, empowering the creation of static
|
||||
websites, APIs, backend systems, databases, services, and various
|
||||
application types.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Every Server</h3>
|
||||
<p>
|
||||
Deployment options aren't locked into Last Hour's servers, you can
|
||||
add a variety of servers such as personal ones, VPS instances,
|
||||
Raspberry Pi devices, EC2, DigitalOcean, Linode, Hetzner, and
|
||||
others. An SSH connection is required for successful resource
|
||||
deployment.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Easy Deploy</h3>
|
||||
<p>
|
||||
Git integration is fully embraced. We offer compatibility with
|
||||
various platforms, including hosted and self-hosted solutions like
|
||||
GitHaven, GitHub, GitLab, Bitbucket, Gitea, and others.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Free SSL Certs</h3>
|
||||
<p>
|
||||
Last Hour handles the automated setup and renewal of Let's Encrypt
|
||||
SSL certificates for your unique domains, relieving you of
|
||||
additional concerns.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Goodbye Vendor Lock-in</h3>
|
||||
<p>
|
||||
You're in full control over your data, all settings are stored on
|
||||
your own servers. You are using a fully isolated platform that is
|
||||
not shared. This allows you to monitor and manage everything, even
|
||||
if you eventually discontinue using Last Hour you can take your
|
||||
data with you.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Automated DB Backups</h3>
|
||||
<p>
|
||||
Your data gets automatically backed up to any S3-compatible
|
||||
service, enabling you to swiftly recover it with just a few clicks
|
||||
if needed. Additionally we got your back taking daily backups of
|
||||
your server.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Webhooks</h3>
|
||||
<p>
|
||||
Integrate into your CI/CD pipelines or create custom integrations
|
||||
using Githaven Actions, Github Actions, Gitlab CI, Bitbucket
|
||||
Pipelines, or any other CI/CD tool of your choice.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>API</h3>
|
||||
<p>
|
||||
Get access to a powerful API, facilitating automated deployments,
|
||||
resource management, and integration with existing tools, opening
|
||||
up countless opportunities.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Team Access</h3>
|
||||
<p>
|
||||
Collaborate with your teammates by sharing projects, and manage
|
||||
permissions and roles for individual contributor access control.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Automations</h3>
|
||||
<p>
|
||||
Last Hour manages various tasks on your servers automatically,
|
||||
enabling you to focus solely on your code.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Monitoring</h3>
|
||||
<p>
|
||||
Last hour will continually monitor your deployments, servers, disk
|
||||
usage, and related elements, alerting you promptly in case of any
|
||||
issues.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Notifications</h3>
|
||||
<p>
|
||||
Setup notifications using your preferred channels, such as
|
||||
Discord, Telegram, or email, regarding any server or deployment
|
||||
events.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<div id="message"></div>
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
@ -17,6 +17,7 @@
|
||||
<li>
|
||||
<a href="/services.html">Services</a>
|
||||
<ul>
|
||||
<li><a href="/cloud.html">Cloud / Serverless</a></li>
|
||||
<li><a href="/vps-hosting.html">VPS Hosting</a></li>
|
||||
<li><a href="/managed-services.html">Managed</a></li>
|
||||
<li><a href="/free-dns.html">Free DNS</a></li>
|
||||
|
@ -135,11 +135,11 @@
|
||||
</div>
|
||||
|
||||
<div id="control-panel" class="flex-column">
|
||||
<h2>Proxmox Control Panel</h2>
|
||||
<h2>Control Panel</h2>
|
||||
<p>
|
||||
With our user-friendly web interface, Proxmox enables efficient
|
||||
management of your VPS, offering versatility and robust features for
|
||||
optimizing resource utilization.
|
||||
With our user-friendly web interface, the control panel enables
|
||||
efficient management of your VPS, offering versatility and robust
|
||||
features for optimizing resource utilization.
|
||||
</p>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
@ -147,18 +147,18 @@
|
||||
<p>
|
||||
Manage your VPS, customize configurations, and monitor performance
|
||||
seamlessly. Whether you're a seasoned pro or a newcomer to
|
||||
hosting, Proxmox's user-friendly controls empower you to navigate
|
||||
and optimize your virtual environment.
|
||||
hosting, user-friendly controls empower you to navigate and
|
||||
optimize your virtual environment.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Security at the Forefront:</h3>
|
||||
<p>
|
||||
Your data's security is our top priority. Proxmox's robust
|
||||
security features, combined with Last Hour Hosting's commitment to
|
||||
airtight server management, ensures that your VPS is shielded
|
||||
against potential threats. Sleep soundly knowing that your digital
|
||||
assets are in safe hands.
|
||||
Your data's security is our top priority. Robust security
|
||||
features, combined with Last Hour Hosting's commitment to airtight
|
||||
server management, ensures that your VPS is shielded against
|
||||
potential threats. Sleep soundly knowing that your digital assets
|
||||
are in safe hands.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -166,11 +166,11 @@
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Flexible Scaling and Resource Management:</h3>
|
||||
<p>
|
||||
Don't let your hosting plan hold you back. With Proxmox, Last Hour
|
||||
Hosting provides the flexibility to scale your resources
|
||||
on-the-fly. Whether you're anticipating a traffic spike or need
|
||||
more storage, adapt your VPS to your evolving needs with ease.
|
||||
Simply upgrade or downgrade and our team will handle the rest.
|
||||
Don't let your hosting plan hold you back. Last Hour Hosting
|
||||
provides the flexibility to scale your resources on-the-fly.
|
||||
Whether you're anticipating a traffic spike or need more storage,
|
||||
adapt your VPS to your evolving needs with ease. Simply upgrade or
|
||||
downgrade and our team will handle the rest.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -191,7 +191,7 @@
|
||||
perimeter and access layers, Registered access control, Active
|
||||
access logging and anti-passback, Security & operational
|
||||
monitoring. Our VPS services are configured in raid 1.
|
||||
Additionally, virtual backups are made using proxmox.
|
||||
Additionally, automatic virtual backups are made.
|
||||
</p>
|
||||
<h3>Qualifications</h3>
|
||||
<ul>
|
||||
|
32
index.html
32
index.html
@ -100,7 +100,31 @@
|
||||
<div class="flex-column">
|
||||
<h2>Our Services</h2>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Cloud / Serverless</h3>
|
||||
<p>
|
||||
Our cloud service supports any programming language and
|
||||
frameworks, enabling easy deploy of your apps. Use one-click
|
||||
installs for popular open-source platforms like Nextcloud or
|
||||
MiniIO (S3 storage), or bring your own using git, docker, etc.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/cloud.html">See Options</a>
|
||||
<ul>
|
||||
<li>Host all your apps</li>
|
||||
<li>Upgrade and scale your plan with us a you grow</li>
|
||||
<li>
|
||||
Fully-managed server hosted in Tier III+ Datacenter located in
|
||||
Reykjavic, Iceland
|
||||
</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>VPS Hosting</h3>
|
||||
<p>
|
||||
Enjoy choosing the operating system, free DDoS protection and our
|
||||
@ -111,7 +135,7 @@
|
||||
>
|
||||
<ul>
|
||||
<li>Hosted in secure Tier III+ Datacenter.</li>
|
||||
<li>Flexible Proxmox GUI access.</li>
|
||||
<li>Flexible GUI access.</li>
|
||||
<li>Bring your own ISO.</li>
|
||||
<li>KVM Hypervisor</li>
|
||||
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
|
||||
@ -123,7 +147,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Wordpress Managed Services</h3>
|
||||
<p>
|
||||
Experience lightning-fast hosting with our top-tier features
|
||||
@ -147,7 +171,7 @@
|
||||
<li>Licensed Divi theme included</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Data Migration</h3>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
|
@ -40,19 +40,43 @@
|
||||
<h1>Our Services</h1>
|
||||
|
||||
<div class="flex-row">
|
||||
<div class="flex-container">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Cloud / Serverless</h3>
|
||||
<p>
|
||||
Our cloud service supports any programming language and
|
||||
frameworks, enabling easy deploy of your apps. Use one-click
|
||||
installs for popular open-source platforms like Nextcloud or
|
||||
MiniIO (S3 storage), or bring your own using git, docker, etc.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/cloud.html">See Options</a>
|
||||
<ul>
|
||||
<li>Host all your apps</li>
|
||||
<li>Upgrade and scale your plan with us a you grow</li>
|
||||
<li>
|
||||
Fully-managed server hosted in Tier III+ Datacenter located in
|
||||
Reykjavic, Iceland
|
||||
</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
card provider.
|
||||
</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>VPS Hosting</h3>
|
||||
<p>
|
||||
Create a secure environment for your application. Enjoy choosing
|
||||
the operating system, free DDoS protection and our other options
|
||||
and tools.
|
||||
Create a traditional bare-bones secure environment for your
|
||||
application. Enjoy choosing the operating system, free DDoS
|
||||
protection and our other options and tools.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/vps-hosting.html"
|
||||
>See Options</a
|
||||
>
|
||||
<ul>
|
||||
<li>Hosted in secure Tier III+ Datacenter.</li>
|
||||
<li>Flexible Proxmox GUI access.</li>
|
||||
<li>Flexible GUI access.</li>
|
||||
<li>Bring your own ISO.</li>
|
||||
<li>KVM Hypervisor</li>
|
||||
<li>Comes with Advanced DDoS filtering up to 1Tbps.</li>
|
||||
@ -64,7 +88,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Wordpress Managed Services</h3>
|
||||
<p>
|
||||
Experience lightning-fast hosting with our top-tier features
|
||||
@ -88,33 +112,35 @@
|
||||
<li>Licensed Divi theme included</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container">
|
||||
<h3>Data Migration</h3>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems. Contact us today for a quote.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/contact.html">Get Quote</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container">
|
||||
<h3>Free DNS</h3>
|
||||
<p>
|
||||
Free DNS is a top-tier anycast DNS service, operating across
|
||||
numerous servers in various locations, ensuring optimal
|
||||
performance.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/free-dns.html"
|
||||
>Learn More</a
|
||||
>
|
||||
<ul>
|
||||
<li>Solid Uptime</li>
|
||||
<li>Anycast</li>
|
||||
<li>As many zones as you like, no limits.</li>
|
||||
<li>Always free guaranteed</li>
|
||||
<li>Open-source</li>
|
||||
</ul>
|
||||
<div class="flex-row">
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Free DNS</h3>
|
||||
<p>
|
||||
Free DNS is a top-tier anycast DNS service, operating across
|
||||
numerous servers in various locations, ensuring optimal
|
||||
performance.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/free-dns.html"
|
||||
>Learn More</a
|
||||
>
|
||||
<ul>
|
||||
<li>Solid Uptime</li>
|
||||
<li>Anycast</li>
|
||||
<li>As many zones as you like, no limits.</li>
|
||||
<li>Always free guaranteed</li>
|
||||
<li>Open-source</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-container bg-one">
|
||||
<h3>Data Migration</h3>
|
||||
<p>
|
||||
We would love to assist you in migrating your assets over to our
|
||||
systems. Contact us today for a quote.
|
||||
</p>
|
||||
<a class="button-3" role="button" href="/contact.html"
|
||||
>Get Quote</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -74,7 +74,7 @@
|
||||
</li>
|
||||
<li>Powered by renewable energy sources.</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>Proxmox GUI and SSH console access</li>
|
||||
<li>GUI and SSH console access</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
@ -106,7 +106,7 @@
|
||||
</li>
|
||||
<li>Powered by renewable energy sources.</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>Proxmox GUI and SSH console access</li>
|
||||
<li>GUI and SSH console access</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
@ -138,7 +138,7 @@
|
||||
</li>
|
||||
<li>Powered by renewable energy sources.</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>Proxmox GUI and SSH console access</li>
|
||||
<li>GUI and SSH console access</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
@ -172,7 +172,7 @@
|
||||
</li>
|
||||
<li>Powered by renewable energy sources.</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>Proxmox GUI and SSH console access</li>
|
||||
<li>GUI and SSH console access</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
@ -204,7 +204,7 @@
|
||||
</li>
|
||||
<li>Powered by renewable energy sources.</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>Proxmox GUI and SSH console access</li>
|
||||
<li>GUI and SSH console access</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
@ -236,7 +236,7 @@
|
||||
</li>
|
||||
<li>Powered by renewable energy sources.</li>
|
||||
<li>Dedicated IPV4 and IPV6</li>
|
||||
<li>Proxmox GUI and SSH console access</li>
|
||||
<li>GUI and SSH console access</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a virtual
|
||||
@ -275,7 +275,7 @@
|
||||
</li>
|
||||
<li>Powered by renewable energy sources.</li>
|
||||
<li>Dedicated IPV4 and IPV6 with options to add more.</li>
|
||||
<li>Proxmox GUI and SSH console access</li>
|
||||
<li>GUI and SSH console access</li>
|
||||
<li>Running on 100% open-source software.</li>
|
||||
<li>
|
||||
Zero KYC required when paying through bitcart or using a
|
||||
|
Loading…
Reference in New Issue
Block a user