Skip to content

Commit

Permalink
YDA-5737: remove icommands configuration information from about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Jun 12, 2024
1 parent dff426f commit 17dd3a1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions general/templates/general/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,6 @@ <h5 class="modal-title" id="exampleModalLabel">About {{ config.get('PORTAL_TITLE
The software has been developed at Utrecht University and is used by multiple organisations,
both in the Netherlands and abroad.
</p>

<strong>iCommands Configuration</strong>
<p>
Yoda is based on iRODS technology.
The iCommands allows you to interact with the iRODS backend of Yoda directly.
Therefore, it is possible to transfer data to and from Yoda using the iRODS communication protocol.
You need to configure the iCommands to connect to this Yoda environment.
Copy and paste this configuration into your ~/.irods/irods_environment.json configuration file.
</p>
<pre><code>
{
"irods_host": "{{ config.get('IRODS_ICAT_HOSTNAME') }}",
"irods_port": 1247,
"irods_home": "/{{ config.get('IRODS_DEFAULT_ZONE') }}/home",
"irods_user_name": "{{ g.user }}",
"irods_zone_name": "{{ config.get('IRODS_DEFAULT_ZONE') }}",
"irods_authentication_scheme": "pam",
"irods_encryption_algorithm": "AES-256-CBC",
"irods_encryption_key_size": 32,
"irods_encryption_num_hash_rounds": 16,
"irods_encryption_salt_size": 8,
"irods_client_server_negotiation": "request_server_negotiation",
"irods_client_server_policy": "CS_NEG_REQUIRE"
}
</code></pre>
</div>
</div>
</div>
Expand Down

0 comments on commit 17dd3a1

Please sign in to comment.