Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
mediaserver
envsetup
Commits
5a4f5f9c
Verified
Commit
5a4f5f9c
authored
4 years ago
by
Nicolas KAROLAK
Browse files
Options
Downloads
Patches
Plain Diff
use repo instead of nextcloud url for static files
parent
5c387554
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
packer/example.json
+2
-2
2 additions, 2 deletions
packer/example.json
packer/files/support.pub
+1
-0
1 addition, 0 deletions
packer/files/support.pub
packer/scripts/root.sh
+1
-1
1 addition, 1 deletion
packer/scripts/root.sh
with
5 additions
and
4 deletions
.gitignore
+
1
−
1
View file @
5a4f5f9c
...
...
@@ -18,7 +18,7 @@ log/
# packer
packer_cache/
output/
packer/*
packer/*
.json
!packer/example.json
# ide
...
...
This diff is collapsed.
Click to expand it.
packer/example.json
+
2
−
2
View file @
5a4f5f9c
...
...
@@ -18,7 +18,7 @@
"vm_name"
:
"ubicast-{{ user `name` }}"
,
"display_name"
:
"ubicast-{{ user `name` }}"
,
"output_directory"
:
"output"
,
"guest_os_type"
:
"debian
10
-64"
,
"guest_os_type"
:
"debian-64"
,
"iso_urls"
:
[
"http://debian.univ-lorraine.fr/debian-cd/current/amd64/iso-cd/debian-10.3.0-amd64-netinst.iso"
,
"https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.3.0-amd64-netinst.iso"
...
...
@@ -47,7 +47,7 @@
"hostname={{ .Name }} "
,
"domain= "
,
"auto=true "
,
"url=https://
nextcloud
.ubicast.net/
s/LEcyMWG9BnKsrHX/download?path=%2F&
files
=
preseed.cfg "
,
"url=https://
git
.ubicast.net/
mediaserver/envsetup/-/raw/master/packer/
files
/
preseed.cfg "
,
"vga=788 noprompt quiet --<enter>"
],
"ssh_username"
:
"root"
,
...
...
This diff is collapsed.
Click to expand it.
packer/files/support.pub
0 → 100644
+
1
−
0
View file @
5a4f5f9c
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr2IJlzvLlLxa2PyGhydAlz/PAOj240g8anQmY58X+llirLHIOlkdJXBqf94jAeZkweWpoE41RdmKPUQEz4pCO09dGJaZD4lv1NtDhrhNwTmoOnyFckoPimR6DX6+UMM9wUmfti/ytljbVEVVo/pRacXmczeumDaci3uYTURyliuAR9h3zbIMQ6D2COESXjptWmEwawE9grsTfJi84Q+XIBPvXRHjjceB5hejUMWuf7xc6GH9WIo5REh3qTUvgtxHtIGLQ3ImOzrbCsEhENrBWds0qH0pIuH0lykWGR6pumpPxLzXcVho+e/UJgUrEg5u6/58aizqJTkxFJMa8ciYz support@ubicast
This diff is collapsed.
Click to expand it.
packer/scripts/root.sh
+
1
−
1
View file @
5a4f5f9c
...
...
@@ -2,6 +2,6 @@
sudo mkdir
-p
/root/.ssh
sudo chmod
700 /root/.ssh
curl
-fLSs
'https://
nextcloud
.ubicast.net/
s/LEcyMWG9BnKsrHX/download?path=%2F&
files
=
support.pub'
-o
/root/.ssh/authorized_keys
curl
-fLSs
'https://
git
.ubicast.net/
mediaserver/envsetup/-/raw/master/packer/
files
/
support.pub'
-o
/root/.ssh/authorized_keys
exit
0
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