Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Labo Rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
systemes-dinformation
alpha
projects
Labo Rust
Merge requests
!1
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
59
Pipelines
1
Changes
13
Merged
Ghost User
requested to merge
develop
into
main
2 years ago
Overview
0
Commits
59
Pipelines
1
Changes
13
Expand
Final commit, might need some hot-fix.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
66c25e97
59 commits,
2 years ago
13 files
+
179
−
158
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
instance
_
scripts/
atrium_script
s/atrium.yaml
→
instance
-
scripts/
conf
s/atrium.yaml
+
20
−
0
Options
hostname
:
labo.alpha.grandlyon.com
# The content of this file is recreated by cloud init.
hostname
:
%
atrium_hostname%.daag.alpha.grandlyon.com
debug_mode
:
false
letsencrypt_email
:
nrodet@alpha.grandlyon.com
letsencrypt_email
:
%
atrium_letsencrypt_email%
tls_mode
:
Auto
apps
:
# optional : applications served by atrium
-
id
:
$COUNT
name
:
Code
-
id
:
1
name
:
Code
%atrium_count_index%
icon
:
web_asset
color
:
4292030255
is_proxy
:
true
host
:
instance$COUNT-code
target
:
$PRIVATE_IP:8080
apps
:
# optional : applications served by atrium
-
id
:
$COUNT
name
:
Desktop
host
:
code-%atrium_count_index%
target
:
localhost:8080
-
id
:
2
name
:
Desktop %atrium_count_index%
icon
:
web_asset
color
:
4292030255
is_proxy
:
true
host
:
instance$COUNT-desktop
target
:
$PRIVATE_IP:8081
\ No newline at end of file
host
:
desktop-%atrium_count_index%
target
:
localhost:8081
\ No newline at end of file
Loading