mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
website: refine faq open source question, update og image
This commit is contained in:
@@ -689,7 +689,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</summary>
|
</summary>
|
||||||
<p class="text-zinc-500 leading-relaxed pb-5">
|
<p class="text-zinc-500 leading-relaxed pb-5">
|
||||||
No. <a class="underline hover:text-zinc-900" href="/">Uncloud</a> is open source
|
No, <a class="underline hover:text-zinc-900" href="/">Uncloud</a> is open source
|
||||||
and fully functional on its own without Hub. You can use the CLI to manage your
|
and fully functional on its own without Hub. You can use the CLI to manage your
|
||||||
clusters and deploy your apps across servers from Compose files. You keep full
|
clusters and deploy your apps across servers from Compose files. You keep full
|
||||||
control over your servers. Hub adds a web UI and an observability stack on top so
|
control over your servers. Hub adds a web UI and an observability stack on top so
|
||||||
@@ -708,9 +708,12 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</summary>
|
</summary>
|
||||||
<p class="text-zinc-500 leading-relaxed pb-5">
|
<p class="text-zinc-500 leading-relaxed pb-5">
|
||||||
No, and no point pretending otherwise. Uncloud, the orchestrator, is Apache 2.0. Hub
|
Not at the moment. Hub is a managed service built on top of Uncloud, and it's how
|
||||||
is a managed service built on top, and it's how we plan to fund Uncloud's full-time
|
we plan to fund Uncloud's full-time development. Our principle is that everything
|
||||||
development.
|
Uncloud needs on your servers is open source, starting with Uncloud itself under
|
||||||
|
Apache 2.0. Your cluster never depends on closed code to keep running. If enough
|
||||||
|
people want to run Hub on their own infrastructure, a paid self-hosted license is
|
||||||
|
on the table.
|
||||||
</p>
|
</p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
@@ -738,10 +738,6 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB
|
|||||||
<a class="text-sm font-medium text-violet-700 hover:text-violet-900 transition"
|
<a class="text-sm font-medium text-violet-700 hover:text-violet-900 transition"
|
||||||
href="/hub#early-access">Get early access →</a>
|
href="/hub#early-access">Get early access →</a>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-5 text-sm text-zinc-500">
|
|
||||||
Hub is how we plan to fund Uncloud's full-time development.<br>
|
|
||||||
Uncloud itself stays Apache 2.0 and works fully without Hub.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="lg:col-start-1 lg:row-start-1 rounded-xl overflow-hidden border border-zinc-200 shadow-2xl shadow-zinc-950/10">
|
<div class="lg:col-start-1 lg:row-start-1 rounded-xl overflow-hidden border border-zinc-200 shadow-2xl shadow-zinc-950/10">
|
||||||
@@ -825,6 +821,24 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB
|
|||||||
There are no agents to install and no pipelines to migrate.
|
There are no agents to install and no pipelines to migrate.
|
||||||
</p>
|
</p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details class="group">
|
||||||
|
<summary
|
||||||
|
class="flex items-center justify-between gap-4 py-5 cursor-pointer list-none [&::-webkit-details-marker]:hidden font-inter-tight font-semibold text-zinc-900">
|
||||||
|
<span>Do I need Hub to use Uncloud?</span>
|
||||||
|
<svg class="w-5 h-5 shrink-0 text-zinc-400 transition-transform duration-200 group-open:rotate-45"
|
||||||
|
fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"
|
||||||
|
aria-hidden="true">
|
||||||
|
<path stroke-linecap="round" stroke-linejoin="round" d="M12 5v14m-7-7h14"/>
|
||||||
|
</svg>
|
||||||
|
</summary>
|
||||||
|
<p class="text-zinc-500 leading-relaxed pb-5">
|
||||||
|
No, Uncloud is open source and fully functional on its own without Hub. You can use
|
||||||
|
the CLI to manage your clusters and deploy your apps across servers from Compose
|
||||||
|
files. You keep full control over your servers. Hub adds a web UI and an
|
||||||
|
observability stack on top so you don't have to build and manage one yourself.
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user