Skip to content
Snippets Groups Projects

Corrections cloud

Merged Arthur Le Bars requested to merge corrections_cloud into dev
4 files
+ 313
7
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -5,10 +5,10 @@ all:
hostname: localhost # The hosting machine name
dashboard_port: 8001 # The desired port (on the hosting machine) for the traefik container dashboard
http_port: 8888 # The HTTP port docker will use on the hosting machine
https_port: 8889 # The HTTPS port docker will use on the hosting machine. Required for Authelia
https_port: 8889 # Optional. The HTTPS port docker will use on the hosting machine. Required for Authelia
proxy_ip: XXXXXXXXXXXX # IP of the upstream proxy (used by Traefik)
auth_hostname: XXXXXXXXXXXX # Required for Authelia. The authentication domain name.
authelia_config_path: /path/to/authelia_config.yml # Required for Authelia. Path to the Authelia configuration file
authentication_domain_name: XXXXXXXXXXXX # Optional. Required for Authelia. The authentication domain name.
authelia_config_path: /path/to/authelia_config.yml # Optional. Required for Authelia. Path to the Authelia configuration file
# galaxy-specific variables
galaxy:
galaxy_default_admin_email: gga@galaxy.org
@@ -26,4 +26,4 @@ tripal:
tripal_theme_git_clone: http://gitlab.sb-roscoff.fr/abims/e-infra/tripal_gga.git # Optional. Use this to install another theme.
# jbrowse-specific variables
jbrowse:
menu_url: "http://localhost:8888/" # Used with run_workflow_phaeoexplorer.py. If present, this variable is used to define jbrowse menu_url, if absent, will use https://hostname:https_port instead
\ No newline at end of file
menu_url: "http://localhost:8888/" # Optional. Used with run_workflow_phaeoexplorer.py. If present, this variable is used to define jbrowse menu_url, if absent, will use https://hostname:https_port instead
\ No newline at end of file
Loading