From 204dbab2ac803f2659dfe41fdbc1b9d5c1391412 Mon Sep 17 00:00:00 2001 From: Felix Schuster <1911679+flxflx@users.noreply.github.com> Date: Mon, 12 Dec 2022 09:33:05 +0100 Subject: [PATCH] Add GitLab to demos section (#771) --- .gitignore | 3 +++ README.md | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a932f859c..40ebcee31 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ __pycache__/ # Nix shells shell.nix + +# Gitpod +.gitpod.yml diff --git a/README.md b/README.md index cd8b6a0e8..c6617c161 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,13 @@ If you're already familiar with Kubernetes, it's easy to get started with Conste ![Constellation Shell](docs/static/img/shell-windowframe.svg) -## Demo +## Live demos -We're running a [Rocket.Chat](https://github.com/RocketChat/Rocket.Chat) server on Constellation at . +We're running public instances of popular software on Constellation: +* Rocket.Chat: https://rocket.edgeless.systems/ ([blog post](https://dev.to/flxflx/rocketchat-constellation-most-secure-chat-server-ever--50oa)) +* GitLab: https://gitlab.edgeless.systems/ ([blog post](https://dev.to/flxflx/setting-up-a-confidential-gitlab-333h)) -This [blog post](https://dev.to/flxflx/rocketchat-constellation-most-secure-chat-server-ever--50oa) gives details on the setup. +These instances run on CVMs in Azure and Constellation keeps them end-to-end confidential. ## Documentation