Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gga_load_data
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abims
e-infra
gga_load_data
Merge requests
!2
Corrections cloud
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Corrections cloud
corrections_cloud
into
dev
Overview
15
Commits
15
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Merged
Arthur Le Bars
requested to merge
corrections_cloud
into
dev
3 years ago
Overview
15
Commits
15
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
👍
0
👎
0
Merge request reports
Compare
version 2
version 10
483924aa
3 years ago
version 9
f579a28a
3 years ago
version 8
ec3f5a55
3 years ago
version 7
ec18206c
3 years ago
version 6
a06e74e4
3 years ago
version 5
94db8d73
3 years ago
version 4
15287341
3 years ago
version 3
139db9f1
3 years ago
version 2
02bed2d1
3 years ago
version 1
a42920d6
3 years ago
dev (base)
and
version 3
latest version
885c9028
15 commits,
3 years ago
version 10
483924aa
14 commits,
3 years ago
version 9
f579a28a
13 commits,
3 years ago
version 8
ec3f5a55
12 commits,
3 years ago
version 7
ec18206c
11 commits,
3 years ago
version 6
a06e74e4
10 commits,
3 years ago
version 5
94db8d73
9 commits,
3 years ago
version 4
15287341
8 commits,
3 years ago
version 3
139db9f1
7 commits,
3 years ago
version 2
02bed2d1
6 commits,
3 years ago
version 1
a42920d6
5 commits,
3 years ago
Show latest version
2 files
+
14
−
317
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
examples/config_example.yml
+
14
−
14
Options
@@ -2,25 +2,25 @@
# "all" section contains variables used by several services at once or the paths to import sensitive files
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
#
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)
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
hostname
:
localhost
#
Required.
The hosting machine name
dashboard_port
:
8001
#
Required.
The desired port (on the hosting machine) for the traefik container dashboard
http_port
:
8888
#
Required.
The HTTP port docker will use on the hosting machine
https_port
:
8889
#
Required for Authelia
. The HTTPS port docker will use on the hosting machine
proxy_ip
:
XXXXXXXXXXXX
#
Required.
IP of the upstream proxy (used by Traefik)
authentication_domain_name
:
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
# galaxy-specific variables
galaxy
:
galaxy_default_admin_email
:
gga@galaxy.org
galaxy_defaut_admin_user
:
gga
galaxy_default_admin_password
:
password
webapollo_user
:
admin_apollo@galaxy.org
webapollo_password
:
apollopass
galaxy_config_remote_user_maildomain
:
mydomain.com
# The maildomain used by Galaxy authentication
galaxy_default_admin_email
:
gga@galaxy.org
# Required
galaxy_defaut_admin_user
:
gga
# Required
galaxy_default_admin_password
:
password
# Required
webapollo_user
:
admin_apollo@galaxy.org
# Required
webapollo_password
:
apollopass
# Required
galaxy_config_remote_user_maildomain
:
mydomain.com
#
Required.
The maildomain used by Galaxy authentication
persist_galaxy_data
:
"
True"
# Optional. If True, docker data will be backed up. Do not set this variable to "false" for production
# tripal-specific variables
tripal
:
tripal_password
:
tripalpass
# Tripal database password (also used by galaxy as an environment variable)
tripal_password
:
tripalpass
#
Required.
Tripal database password (also used by galaxy as an environment variable)
banner_path
:
/my/path/banner.png
# Optional. Custom banner path
tripal_theme_name
:
tripal_gga
# Optional. Use this to use another theme
tripal_theme_git_clone
:
http://gitlab.sb-roscoff.fr/abims/e-infra/tripal_gga.git
# Optional. Use this to install another theme.
Loading