Skip to content

How to edit the welcome page

Kjetil Klepper edited this page Jan 4, 2021 · 5 revisions

You can "hack" the welcome page if you login to the usegalaxy server as "sysadmin" with SSH [Howto?] and open the following file in a text editor (as sudo)

/srv/galaxy/server/static/welcome.html

To make the changes permanent, you should update the following file in the playbook (note that this is a Jinja-template file and not just pure HTML, and it is not identical to the final HTML page after Ansible has processed it).

https://github.com/usegalaxy-no/infrastructure-playbook/blob/master/env/common/templates/galaxy/static/welcome.html.j2

We are currently planning to develop a new welcome page which should be easier to maintain for administrators.