diff --git a/docs.it4i/general/tools/.gitkeep b/docs.it4i/general/tools/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/docs.it4i/general/opencode.md b/docs.it4i/general/tools/opencode.md similarity index 80% rename from docs.it4i/general/opencode.md rename to docs.it4i/general/tools/opencode.md index 2b9a61eaaaa11a7121eb577db1cf85fdd1b81a93..36dd4fffc8f8301b5004510560ee22a567e94d9b 100644 --- a/docs.it4i/general/opencode.md +++ b/docs.it4i/general/tools/opencode.md @@ -15,23 +15,23 @@ First, we need to verify your identity: 2. Confirm your certificate in the browser: -  +  3. Confirm your certificate in the OS (Windows): -  +  4. Sign to EUDAT/B2ACCESS: -  +  - If you aren't affiliated with any university, try log in with Social account. If you aren't able to sign in through an IDP, It might be a result of an internal policy of your employer. - If you don't have, or refuse to use, any of the above-mentioned accounts, you can create an account in B2ACCESS. -  -  -  +  +  +  [a]: https://b2access.eudat.eu/ [b]: https://opencode.it4i.eu diff --git a/docs.it4i/general/tools/tools-list.md b/docs.it4i/general/tools/tools-list.md new file mode 100644 index 0000000000000000000000000000000000000000..b79f034345dd8e348b52af441d98a5db5526ab30 --- /dev/null +++ b/docs.it4i/general/tools/tools-list.md @@ -0,0 +1,22 @@ +--- +hide: + +- toc + +--- + +# IT4I Data Sharing Tools + +Below is the list of tools with description available at IT4 Innovations. + +| Hostname | VPN | Access | Domain | Function | Technology | Target Group | License | +| ----------------------- | --- | -------------------------------------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------- | ----------- | ------------------------------------------- | ----------------------------------------------------------------------------------------------------- | +| adasoffice.vsb.cz | no | | vsb.cz | Data sharing<br>Project work<br>\- Tasks<br>\- Milestones<br>\- Chat<br>Calendar<br>CRM<br>Collaborative writing | onlyoffice | Adas only, to shut down | 110/150 - Counts for 30 days from file open;<br>returns to pool if not used in 30 days.<br>50ks/1000E | +| internal.office.it4i.cz | no | ldap vsb | it4i.cz | Data sharing<br>Project work<br>\- Tasks<br>\- Milestones<br>\- Chat<br>Calendar<br>CRM<br>Collaborative writing | onlyoffice | Private projects | 110/150 - Counts for 30 days from file open;<br>returns to pool if not used in 30 days.<br>50ks/1000E | +| events.it4i.cz | | local account | it4i.cz | Events management<br>Schedules & programs<br>Evaluation & feedback<br>Participants registration | indico | IT4I | | +| code.it4i.cz | no | ldap it4i | it4i.cz | Versions management<br>Project management<br>CI/CD<br>Tasks<br>Documentation | gitlab | IT4I users | free | +| gitlab.it4i.cz | yes | ldap it4i | it4i.cz | Versions management<br>Project management<br>CI/CD<br>Tasks<br>Documentation | gitlab | IT4I | free | +| opencode.it4i.eu | no | ldap vsb<br>b2access<br>MyAccessID | it4i.eu | Versions management<br>Project management<br>CI/CD<br>Tasks<br>Documentation | gitlab | Lexis, OWS, Partners | free | +| openmm.it4i.eu | no | redirecting to opencode:<br>ldap vsb<br>b2access<br>MyAccessID | it4i.eu | Chat channels<br>Data sharing<br>Integration<br>Direct messages | gitlab | Lexis, OWS, Partners | free | +| sharing.office.it4i.cz | no | SSO<br>ldap vsb<br>MyAccessID | it4i.cz | Data sharing<br>Project work<br>\- Tasks<br>\- Milestones<br>\- Chat<br>Calendar<br>CRM<br>Collaborative writing | onlyoffice | Partners outside VSB | 110/150 - Counts for 30 days from file open;<br>returns to pool if not used in 30 days.<br>50ks/1000E | +| ext-folder.it4i.cz | no | ldap vsb<br>ldap it4i<br>MyAccessID | vsb.cz | Data sharing<br>draw.io<br>Forms | nextcloud | IT4I,<br>VSB users,<br>Partners outside VSB | free | diff --git a/mkdocs.yml b/mkdocs.yml index c463bb43dfba22b7d6818b9088a27ac19803cf98..d6478dd6ce281250d95111bca84b754fac262eab 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -111,8 +111,9 @@ nav: # - Job Arrays: general/job-arrays.md - HyperQueue: general/hyperqueue.md # - Parallel Computing and MPI: general/karolina-mpi.md - - Other Services: - - OpenCode: general/opencode.md + - Tools: + - Data Sharing Tools: general/tools/tools-list.md + - OpenCode: general/tools/opencode.md - Technical Information: - SSH Keys: - OpenSSH Keys (UNIX): general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys.md