From 5931d120bdf6f962eb4c28d1b20488b5e65aabe3 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Wed, 16 Oct 2024 16:26:16 +0200 Subject: [PATCH] Add galaxy template --- templates/galaxy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/galaxy.yaml b/templates/galaxy.yaml index bc826e2..e11177a 100644 --- a/templates/galaxy.yaml +++ b/templates/galaxy.yaml @@ -166,5 +166,5 @@ topology_template: type: linux outputs: - jupyter_hub_url: - value: { concat: [ 'https://', get_attribute: [ front, public_address, 0 ], '/' ] } + galaxy_url: + value: { concat: [ 'https://', get_attribute: [ front, public_address, 0 ], '/galaxy' ] }