File tree Expand file tree Collapse file tree
galaxy-umsa.grid.cesnet.cz Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < title > Access Denied </ title >
6+ < title > Server offline </ title >
77 </ head >
88 < body >
99 < h1 > Server is down</ h1 >
10- < p > Please, be patient and try to reach it in couple of minutes.</ p >
10+ < p > Please be patient and reload the page in a couple of minutes. Reach us at galaxy@cesnet.cz if the problem persists .</ p >
1111<!-- <h1>Scheduled Maintenance</h1>
1212 <p>The server is undergoing scheduled maintenance. Server will be down for a couple of hours, running jobs will not be affected.</p> -->
1313 </ body >
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ galaxy_config:
130130 smtp_server : " {{ csnt_smtp_server }}"
131131 error_email_to : " {{ csnt_contact_email }}"
132132 allow_user_creation : false
133+ disable_local_accounts : true
133134 require_login : " {{ csnt_require_login }}"
134135 database_connection : " postgresql:///{{ galaxy_db_name }}?host=/var/run/postgresql"
135136 file_path : " {{ galaxy_mutable_data_dir }}/datasets"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rbd_mount_point: /rbd
33rbd_data_dir : " {{ rbd_mount_point }}/galaxy-umsa_data"
44galaxy_mutable_data_dir : " {{ rbd_data_dir }}"
55
6- galaxy_commit_id : release_25.0
6+ galaxy_commit_id : release_25.1
77galaxy_build_client : false
88
99csnt_log_level : DEBUG
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ rbd_mount_point: /rbd
77rbd_data_dir : " {{ rbd_mount_point }}/data"
88galaxy_mutable_data_dir : " {{ rbd_data_dir }}"
99
10- galaxy_commit_id : release_25.0
10+ galaxy_commit_id : release_25.1
1111galaxy_build_client : false
1212
1313csnt_log_level : DEBUG
You can’t perform that action at this time.
0 commit comments