diff --git a/files/galaxy/static/lslogin-icon.jpg.png b/files/galaxy/static/lslogin-icon.jpg.png new file mode 100644 index 00000000..ab72fa29 Binary files /dev/null and b/files/galaxy/static/lslogin-icon.jpg.png differ diff --git a/group_vars/galaxyservers.yml b/group_vars/galaxyservers.yml index ef0659dc..0ffc151e 100644 --- a/group_vars/galaxyservers.yml +++ b/group_vars/galaxyservers.yml @@ -281,6 +281,8 @@ galaxy_config_files_public: dest: "{{ galaxy_server_dir }}/static/eu_msmt_eosc.svg" - src: files/galaxy/static/e-infra_logo.svg dest: "{{ galaxy_server_dir }}/static/e-infra_logo.svg" + - src: files/galaxy/static/lslogin-icon.jpg.png + dest: "{{ galaxy_server_dir }}/static/lslogin-icon.png" galaxy_config_templates: - src: files/galaxy/themes.yml diff --git a/templates/galaxy-umsa.grid.cesnet.cz/config/oidc_backends_config.xml.j2 b/templates/galaxy-umsa.grid.cesnet.cz/config/oidc_backends_config.xml.j2 index 7229200a..4f824dcb 100644 --- a/templates/galaxy-umsa.grid.cesnet.cz/config/oidc_backends_config.xml.j2 +++ b/templates/galaxy-umsa.grid.cesnet.cz/config/oidc_backends_config.xml.j2 @@ -10,6 +10,6 @@ {{ lifescience_client_id }} {{ lifescience_client_secret }} https://{{ inventory_hostname }}/authnz/lifescience/callback - https://lifescience-ri.eu/fileadmin/lifescience-ri/media/Images/login-grey-wide.jpg.png + https://{{ inventory_hostname }}/static/lslogin-icon.png diff --git a/templates/usegalaxy.cz/config/oidc_backends_config.xml.j2 b/templates/usegalaxy.cz/config/oidc_backends_config.xml.j2 index 7229200a..4f824dcb 100644 --- a/templates/usegalaxy.cz/config/oidc_backends_config.xml.j2 +++ b/templates/usegalaxy.cz/config/oidc_backends_config.xml.j2 @@ -10,6 +10,6 @@ {{ lifescience_client_id }} {{ lifescience_client_secret }} https://{{ inventory_hostname }}/authnz/lifescience/callback - https://lifescience-ri.eu/fileadmin/lifescience-ri/media/Images/login-grey-wide.jpg.png + https://{{ inventory_hostname }}/static/lslogin-icon.png