diff --git a/docs/technical-guide/getting-started/index.md b/docs/technical-guide/getting-started/index.md index 38f8f939bc..55fc229a67 100644 --- a/docs/technical-guide/getting-started/index.md +++ b/docs/technical-guide/getting-started/index.md @@ -12,22 +12,32 @@ If you need more context you can look at the post about self-hosting in Penpot community. -**There is absolutely no difference between our SaaS offer for Penpot and your -self-hosted Penpot platform!** - -There are three main options for creating a Penpot instance: - -1. Using the platform of our partner Elestio. -2. Using Docker tool. -3. Using Kubernetes. +The experience stays the same, whether you use +Penpot in the cloud +or self-hosted.

-The recommended way is to use Elestio, since it's simpler, fully automatic and still greatly flexible. -Use Docker if you already know the tool, if need full control of the process or have extra requirements -and do not want to depend on any external provider, or need to do any special customization. +Docker images are published shortly after the SaaS update: +Why do self hosted versions lag behind new releases?

+These are the main options to configure your Penpot instance: + +1. Deploy with [docker compose][2] +2. Use Kubernetes in its different flavors: + - Deploy the [official Helm Chart][3] + - Deploy in [Openshift][4] + - Deploy in [Rancher][5] +3. Other official options: + - [Elestio][6] + - [Truenas][7] + Or you can try [other options][1], offered by Penpot community. [1]: /technical-guide/getting-started/unofficial-options/ +[2]: /technical-guide/getting-started/docker/ +[3]: /technical-guide/getting-started/kubernetes/ +[4]: /technical-guide/getting-started/kubernetes/#using-openshift%3F +[5]: /technical-guide/getting-started/kubernetes/#using-rancher%3F +[6]: /technical-guide/getting-started/elestio/ +[7]: https://apps.truenas.com/catalog/penpot/ diff --git a/docs/technical-guide/getting-started/unofficial-options.md b/docs/technical-guide/getting-started/unofficial-options.md index 66692e6765..aba925c607 100644 --- a/docs/technical-guide/getting-started/unofficial-options.md +++ b/docs/technical-guide/getting-started/unofficial-options.md @@ -5,12 +5,7 @@ desc: Find guides for Docker, Kubernetes, and more in Penpot's Technical Guide f # Unofficial self-host options -There are some other options, **NOT SUPPORTED BY PENPOT**: +Other setups maintained by the community (not Penpot-supported): -* Install with Podman instead of Docker. -* Try the under development Penpot Desktop app. -* Try a simple Kubernetes Deployment option penpot-kubernetes. -* Penpot is available in the catalog of apps installable on YunoHost instances. -* Or try a fully manual installation if you have a really specific use case.. For help, you can look at the [Architecture][1] section and the Docker configuration files. - -[1]: /technical-guide/developer/architecture +* Install with Podman instead of Docker. +* Try the Penpot Desktop app.