Replies: 1 comment 2 replies
-
Hi @Mtze , The default page directly forwards the user to their session without any dropdown or the need to click a button to launch the session. The 'Try Now' page can be found in the repo here: https://github.com/eclipsesource/theia-cloud/tree/main/node/try-now-page There is a plan to unify these pages. The resulting page will be more like the try now page. For now, you can try using the published try now page image instead of the landing page: https://hub.docker.com/r/theiacloud/theia-cloud-try-now-page . To achieve this, adapt the landingPage:
# -- the landing page image to use
image: theiacloud/theia-cloud-try-now-page:0.10.0 |
Beta Was this translation helpful? Give feedback.
-
Hi again :)
I'm trying to get multiple theia ide version working in my theia cloud deplyoment. There is an option to define multiple images in
AppDefinition
and link them in the landing page.My helm config looks like this:
Beta Was this translation helpful? Give feedback.
All reactions