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
!3
release 1.0.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
release 1.0.1
dev
into
master
Overview
0
Commits
18
Pipelines
0
Changes
15
Merged
Loraine Gueguen
requested to merge
dev
into
master
3 years ago
Overview
0
Commits
18
Pipelines
0
Changes
1
Expand
copy nginx conf from file or template
define required param in
config_example.yml
fix species folder name (remove
-
)
fix mount of unused
galaxy_data_libs.py
in docker-compose file
Edited
3 years ago
by
Loraine Gueguen
👍
0
👎
0
Merge request reports
Viewing commit
e9a330e2
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e9a330e2
authelia config path made optional in config.yml, added exit condition
· e9a330e2
Arthur Le Bars
authored
3 years ago
gga_init.py
+
1
−
0
Options
@@ -221,6 +221,7 @@ def make_traefik_compose_files(config, main_dir):
sys
.
exit
()
else
:
logging
.
critical
(
"
Invalid authelia configuration path (%s)
"
%
config
[
"
authelia_config_path
"
])
sys
.
exit
()
# Path to the authelia users in the repo
authelia_users_path
=
script_dir
+
"
/templates/authelia_users_template.yml
"
Loading