Skip to content
Snippets Groups Projects
Commit b9cd2105 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Changes to cloud-init config

parent 4fec0185
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
...@@ -18,13 +18,12 @@ runcmd: ...@@ -18,13 +18,12 @@ 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"
# Install atrium # Install atrium
- "git clone https://github.com/nicolaspernoud/atrium.git" - "git clone https://github.com/nicolaspernoud/atrium.git ./root/atrium"
# Run Webtop Container
# - "docker stop webtop"
# - "docker rm webtop"
# - "docker run -d --name=webtop --security-opt seccomp=unconfined -e PUID=0 -e PGID=0 -e TZ=Europe/Paris -e SUBFOLDER=/ -e KEYBOARD=fr-fr-azerty -e AUTO_LOGIN=false -p 80:3000 -v /root/webtop_data/:/config -v /var/run/docker.sock:/var/run/docker.sock --shm-size=8gb --cap-add=NET_ADMIN --privileged --restart unless-stopped --sysctl net.ipv6.conf.all.disable_ipv6=0 lscr.io/linuxserver/webtop:ubuntu-xfce"
# 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/"
# - "echo 'bind-addr: 0.0.0.0:8080\nauth: password\npassword: $(scw-userdata user_password)\ncert: false\n' > /root/.config/code-server/config.yaml" # - "echo 'bind-addr: 0.0.0.0:8080\nauth: password\npassword: $(scw-userdata user_password)\ncert: false\n' > /root/.config/code-server/config.yaml"
# Run Code Server
# - "systemctl enable --now code-server@$USER" # - "systemctl enable --now code-server@$USER"
# Run Webtop Container
# - "docker run -d --name=webtop --security-opt seccomp=unconfined -e PUID=0 -e PGID=0 -e TZ=Europe/Paris -e SUBFOLDER=/ -e KEYBOARD=fr-fr-azerty -e AUTO_LOGIN=false -p 80:3000 -v /root/webtop_data/:/config -v /var/run/docker.sock:/var/run/docker.sock --shm-size=8gb --cap-add=NET_ADMIN --privileged --restart unless-stopped --sysctl net.ipv6.conf.all.disable_ipv6=0 lscr.io/linuxserver/webtop:ubuntu-xfce"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment