Skip to content
Snippets Groups Projects
Verified Commit 5a4f5f9c authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

use repo instead of nextcloud url for static files

parent 5c387554
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ log/
# packer
packer_cache/
output/
packer/*
packer/*.json
!packer/example.json
# ide
......
......@@ -18,7 +18,7 @@
"vm_name": "ubicast-{{ user `name` }}",
"display_name": "ubicast-{{ user `name` }}",
"output_directory": "output",
"guest_os_type": "debian10-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",
......
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr2IJlzvLlLxa2PyGhydAlz/PAOj240g8anQmY58X+llirLHIOlkdJXBqf94jAeZkweWpoE41RdmKPUQEz4pCO09dGJaZD4lv1NtDhrhNwTmoOnyFckoPimR6DX6+UMM9wUmfti/ytljbVEVVo/pRacXmczeumDaci3uYTURyliuAR9h3zbIMQ6D2COESXjptWmEwawE9grsTfJi84Q+XIBPvXRHjjceB5hejUMWuf7xc6GH9WIo5REh3qTUvgtxHtIGLQ3ImOzrbCsEhENrBWds0qH0pIuH0lykWGR6pumpPxLzXcVho+e/UJgUrEg5u6/58aizqJTkxFJMa8ciYz support@ubicast
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment