https://github.com/bihealth/davrods-docker

Davrods Docker image for use with SODAR

https://github.com/bihealth/davrods-docker

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Davrods Docker image for use with SODAR

Basic Info
  • Host: GitHub
  • Owner: bihealth
  • Language: Jinja
  • Default Branch: main
  • Homepage:
  • Size: 21.5 KB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • Open Issues: 4
  • Releases: 1
Created over 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Dockerized Davrods

This is a dockerized version of Davrods tailored for use within Core Unit Bioinformatics at Berlin Institute of Health. It is based on the RIT-Davrods Docker image developed at the Maastricht University.

This image allows for configuring Davrods and iRODS via environment variables. Optional support for read-only anonymous ticket access is also included.

Note that in our use case, secure connections are handled by Traefik in the docker-compose environment. Thus we configure the host internally as HTTP.

This version supports iRODS v4.3.3 and may not be compatible with older or newer server versions.

Building

Use the provided build.sh script to build the image.

Commands

The following commands are available. If you specify anything else then the startup script will exec this command (e.g., bash).

  • davrods-start (default) -- Start Davrods

Environment Variables

| Variable name | Default Value | |-------------------------------------|-----------------------------------| | IRODSPKGVERSION | 4.3.3 | | IRODSHOSTNAME | localhost | | IRODSZONEPORT | 1247 | | IRODSZONENAME | sodarZone | | IRODSSSLVERIFYSERVER | none | | IRODSSSLCACERTPATH | /etc/httpd/irods/irodsserver.crt | | IRODSCLIENTSERVERNEGOTIATION | off | | IRODSCLIENTSERVERPOLICY | CSNEGREFUSE | | DAVRODSVERSION | 1.5.1 | | DAVRODSIRODSVERSION (1) | 4.2.12 | | DAVRODSENABLETICKETS | 0 | | DAVRODSAUTHNAME | "Please log in." | | DAVRODSAUTHSCHEME (2) | native | | DAVRODSLOG_LEVEL (3) | info |

  1. This should be the iRODS version set in the most recent build of Davrods we're modifying.
  2. Until Davrods switches to using the new iRODS client plugins, this may require a different value than your iCommands auth scheme.
  3. Set to debug to see iRODS client error messages in your logs.

Custom Theme

To introduce your own theme, use the /etc/httpd/irods/theme/ volume and copy or overwrite the Davrods HTML template files.

Owner

  • Name: Berlin Institute of Health
  • Login: bihealth
  • Kind: organization

BIH Core Unit Bioinformatics & BIH HPC IT

GitHub Events

Total
  • Issues event: 8
  • Delete event: 1
  • Issue comment event: 14
  • Push event: 10
  • Create event: 2
Last Year
  • Issues event: 8
  • Delete event: 1
  • Issue comment event: 14
  • Push event: 10
  • Create event: 2

Dependencies

docker/Dockerfile docker
  • centos 7 build