Update changelog and FAQ
This commit is contained in:
parent
2e046a2f05
commit
731af8a597
@ -8,18 +8,19 @@
|
|||||||
{% block subcontent %}
|
{% block subcontent %}
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>2020-01-30: Baikal ownership transferred to Cyberia Computer Club</li>
|
<li>2020-10-22: Re-worked FAQ, added more supporting docs</li>
|
||||||
<li>2020-01-31: Prepping docs</li>
|
|
||||||
<li>2020-02-26: Re-prepping docs</li>
|
|
||||||
<li>2020-03-07: CVM goes live</li>
|
|
||||||
<li>2020-03-10: CVM name changed to Capsul</li>
|
|
||||||
<li>2020-03-10: Capsul site goes live</li>
|
|
||||||
<li>2020-03-22: Alpine support added</li>
|
|
||||||
<li>2020-03-25: Network limits made public</li>
|
|
||||||
<li>2020-04-17: OpenBSD support added</li>
|
|
||||||
<li>2020-04-26: Support link added</li>
|
|
||||||
<li>2020-05-04: Simplified payment page</li>
|
|
||||||
<li>2020-05-16: Beta version of new Capsul web application</li>
|
<li>2020-05-16: Beta version of new Capsul web application</li>
|
||||||
|
<li>2020-05-04: Simplified payment page</li>
|
||||||
|
<li>2020-04-26: Support link added</li>
|
||||||
|
<li>2020-04-17: OpenBSD support added</li>
|
||||||
|
<li>2020-03-25: Network limits made public</li>
|
||||||
|
<li>2020-03-22: Alpine support added</li>
|
||||||
|
<li>2020-03-10: Capsul site goes live</li>
|
||||||
|
<li>2020-03-10: CVM name changed to Capsul</li>
|
||||||
|
<li>2020-03-07: CVM goes live</li>
|
||||||
|
<li>2020-02-26: Re-prepping docs</li>
|
||||||
|
<li>2020-01-31: Prepping docs</li>
|
||||||
|
<li>2020-01-30: Baikal ownership transferred to Cyberia Computer Club</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -11,65 +11,34 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Which instance type should I buy?
|
Which instance type should I buy?
|
||||||
<ul><li>
|
<p>There are no hard rules for this sort of thing, but here are some guidelines:</p>
|
||||||
It depends a lot on your requirements, but I can lay down a few guidelines.
|
<p>f1-xs</p>
|
||||||
<ul>
|
<p> * blog</p>
|
||||||
<li>
|
<p> * vpn</p>
|
||||||
f1-s
|
<p> * bot</p>
|
||||||
<ul>
|
<p> * cgit</p>
|
||||||
<li> blog </li>
|
<p>f1-s</p>
|
||||||
<li> vpn </li>
|
<p> * owncloud</p>
|
||||||
<li> bot </li>
|
<p> * gitea</p>
|
||||||
<li> cgit </li>
|
<p> * popular blog/vpn/bot</p>
|
||||||
</ul>
|
<p>f1-m</p>
|
||||||
</li>
|
<p> * docker host</p>
|
||||||
<li>
|
<p> * build system</p>
|
||||||
f1-m
|
<p>f1-l</p>
|
||||||
<ul>
|
<p> * large webservice with thousands of users</p>
|
||||||
<li> owncloud </li>
|
<p> * rotund java app</p>
|
||||||
<li> gitea </li>
|
<p>f1-x</p>
|
||||||
<li> popular blog/vpn/bot </li>
|
<p> * gitlab (wow such devops very memory)</p>
|
||||||
</ul>
|
<p>f1-xx</p>
|
||||||
</li>
|
<p> * something gigantic</p>
|
||||||
<li>
|
|
||||||
f1-l
|
|
||||||
<ul>
|
|
||||||
<li> docker host </li>
|
|
||||||
<li> build system </li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
f1-x
|
|
||||||
<ul>
|
|
||||||
<li> large webservice with thousands of users </li>
|
|
||||||
<li> rotund java app </li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
f1-xx
|
|
||||||
<ul>
|
|
||||||
<li> gitlab (wow such memory very devops) </li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
f1-xxx
|
|
||||||
<ul>
|
|
||||||
<li> something huge </li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
How do I log in?
|
How do I log in?
|
||||||
<ul><li>
|
|
||||||
<p>ssh to the ip provided to you using the cyberian user.</p>
|
<p>ssh to the ip provided to you using the cyberian user.</p>
|
||||||
<pre class='code'>$ ssh cyberian@1.2.3.4</pre>
|
<pre class='code'>$ ssh cyberian@1.2.3.4</pre>
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
How do I change to the root user?
|
How do I change to the root user?
|
||||||
<ul><li>
|
|
||||||
<p>The cyberian user has passwordless sudo access by default. This should work:</p>
|
<p>The cyberian user has passwordless sudo access by default. This should work:</p>
|
||||||
<pre class='code'>
|
<pre class='code'>
|
||||||
# Linux
|
# Linux
|
||||||
@ -77,74 +46,55 @@ $ sudo su -
|
|||||||
|
|
||||||
# OpenBSD
|
# OpenBSD
|
||||||
$ doas su -</pre>
|
$ doas su -</pre>
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Do you offer reverse DNS?
|
Do you offer reverse DNS?
|
||||||
<ul><li>
|
|
||||||
<p>We do, but right now it's a manual process. Shoot us an email and we'll get it done.</p>
|
<p>We do, but right now it's a manual process. Shoot us an email and we'll get it done.</p>
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
What if I don't pay?
|
What if I don't pay / don't maintain my payments?
|
||||||
<ul><li>
|
<p>Your VM will eventually be deleted.
|
||||||
<p>Your VM will be deleted. You will receive coal.
|
Capsul will send you a few inoffensive reminders as that termination date approaches.
|
||||||
You will be banned from our minetest server.
|
|
||||||
We will attempt to give you ample warning before nuking a server, but that's no guarantee.
|
|
||||||
</p>
|
</p>
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Besides my virtual machines and payments, what information do you keep about me?
|
Besides my virtual machines and payments, what information do you keep about me?
|
||||||
<ul><li>
|
|
||||||
<p>We associate an email address with every VM so that we can track payment and respond to support requests.</p>
|
<p>We associate an email address with every VM so that we can track payment and respond to support requests.</p>
|
||||||
<p>If you pay with a credit card, Stripe sends some additional details about you that we literally cannot delete.</p>
|
<p>If you pay with a credit card, Stripe stores some additional details about you that we literally cannot delete.</p>
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
What can I do with my VM?
|
What can I do with my VM?
|
||||||
<ul><li>
|
<p>Make it into a mailserver, a bitcoin miner, a VPN host, whatever you'd like.</p>
|
||||||
<p>Make it into a mailserver, a bitcoin miner, a VPN host, whatever.</p>
|
<p>Our systems exist within the USA, and as such we are bound by US law.</p>
|
||||||
<p>We place no restrictions on what you can do, as long as it's not illegal. Don't get us in trouble.</p>
|
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Can you recover my passwords/insert new keys?
|
Can you recover my passwords/insert new keys?
|
||||||
<ul><li>
|
<p>Can we? Technically yes. Will we? No, never. It would violate the trust that our users have in us.
|
||||||
<p>Can we? Technically yes. Will we? Never. It would violate the trust that our customers have in us.
|
|
||||||
We have no interest in touching client VMs after they're running.
|
We have no interest in touching client VMs after they're running.
|
||||||
|
We promise to keep your machines running smoothly.
|
||||||
If you lose access to your VM, that's on you.</p>
|
If you lose access to your VM, that's on you.</p>
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Do you offer refunds?
|
Do you offer refunds?
|
||||||
<ul><li>
|
<p>Not now, but email us and we can probably figure something out.</p>
|
||||||
<p>Not now.</p>
|
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Where do the VMs run? Is it on a machine that you guys own/control?
|
Where do the VMs run? Is it on a machine that you guys own/control?
|
||||||
<ul><li>
|
|
||||||
<p>Capsul runs on a server named Baikal which Cyberia built from scratch & mailed to a datacenter
|
<p>Capsul runs on a server named Baikal which Cyberia built from scratch & mailed to a datacenter
|
||||||
in Georgia called CyberWurx. CyberWurx staff installed it for us in a rack space that
|
in Georgia called CyberWurx. CyberWurx staff installed it for us in a rack space that
|
||||||
Cyberia pays for. </p>
|
Cyberia pays for. </p>
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Do you offer support?
|
Do you offer support?
|
||||||
<ul><li>
|
<p>Yep, see <a href="/support">our support page</a></p>.
|
||||||
<p>Yep, email us at <a href="mailto:support@cyberia.club">support@cyberia.club</a></p>
|
</li>
|
||||||
<ul>
|
<li>
|
||||||
<li>all volunteers have very busy schedules, but we will do our best to respond in a reasonable time period.</li>
|
Do you have an SLA?
|
||||||
<li>If you would prefer private support, please send your mail to <a href="mailto:capsul@cyberia.club">capsul@cyberia.club</a> instead.</li>
|
<p>No, but we normally respond pretty quickly.</p>
|
||||||
</ul>
|
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Will you implement feature X?
|
Will you implement feature X?
|
||||||
<ul><li>
|
<p>Maybe! Email <a href="mailto:ops@cyberia.club">ops@cyberia.club</a> and ask us about it.</p>
|
||||||
Maybe! Email <a href="mailto:ops@cyberia.club">ops@cyberia.club</a> and ask us about it.
|
|
||||||
</li></ul>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user