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
Commits
adb16667
Commit
adb16667
authored
2 years ago
by
Nathan Rodet
Browse files
Options
Downloads
Patches
Plain Diff
Added configuration
parent
b5be0e66
No related branches found
Branches containing commit
No related tags found
6 merge requests
!6
End of development
,
!5
Develop
,
!4
End of development
,
!3
Develop
,
!2
hot-fix: change readme.md
,
!1
Develop
Pipeline
#49173
passed
2 years ago
Stage: prepare
Stage: validate
Stage: build
Stage: deploy
Stage: destroy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
terraform/cloud-init.yml
+3
-3
3 additions, 3 deletions
terraform/cloud-init.yml
terraform/output.tf
+1
-1
1 addition, 1 deletion
terraform/output.tf
with
4 additions
and
4 deletions
terraform/cloud-init.yml
+
3
−
3
View file @
adb16667
...
@@ -40,10 +40,10 @@ runcmd:
...
@@ -40,10 +40,10 @@ runcmd:
-
"
curl
-fsSL
https://get.docker.com
-o
get-docker.sh"
-
"
curl
-fsSL
https://get.docker.com
-o
get-docker.sh"
-
"
sh
get-docker.sh"
-
"
sh
get-docker.sh"
# Setup Atrium
# Setup Atrium
-
"
mkdir
-p
/root/data/letsencrypt_cache
&&
mkdir
-p
/root/app/data
"
-
"
mkdir
-p
/root/
app/
data/letsencrypt_cache"
-
"
cp
-f
-r
/root/atrium.yaml
/root/app/data/atrium.yaml
&&
rm
/root/atrium.yaml"
-
"
cp
/root/atrium.yaml
/root/app/data/atrium.yaml
&&
rm
/root/atrium.yaml"
# Run Atrium Container
# Run Atrium Container
-
"
docker
run
-d
--name
atrium
--net=host
-v
/root/app/data/atrium.yaml:/app/atrium.yaml
-v
/root/app/data/GeoLite2-City.mmdb:/app/GeoLite2-City.mmdb
-v
/root/app/data/letsencrypt_cache:/app/letsencrypt_cache
-v
/root/data:/app/data
nicolaspernoud/atrium:latest"
-
"
docker
run
-d
--name
atrium
--net=host
-v
/root/app/data/atrium.yaml:/app/atrium.yaml
-v
/root/app/data/GeoLite2-City.mmdb:/app/GeoLite2-City.mmdb
-v
/root/app/data/letsencrypt_cache:/app/letsencrypt_cache
-v
/root/
app/
data:/app/data
nicolaspernoud/atrium:latest"
# Install Code Server
# Install Code Server
-
"
curl
-fsSL
https://code-server.dev/install.sh
|
sh"
-
"
curl
-fsSL
https://code-server.dev/install.sh
|
sh"
-
"
mkdir
-p
/root/.config/code-server/"
-
"
mkdir
-p
/root/.config/code-server/"
...
...
This diff is collapsed.
Click to expand it.
terraform/output.tf
+
1
−
1
View file @
adb16667
...
@@ -4,5 +4,5 @@
...
@@ -4,5 +4,5 @@
output
"public_ip_address"
{
output
"public_ip_address"
{
value
=
scaleway_instance_ip
.
public_ip
[*].
address
value
=
scaleway_instance_ip
.
public_ip
[*].
address
sensitive
=
fals
e
sensitive
=
tru
e
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment