▬▬▬▬▬▬▬▬ Skript ▬▬▬▬▬▬▬▬▬
SSH Server installieren:
sudo apt update
sudo apt install net-tools
sudo apt install openssh-server
Docker installieren:
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo curl -L "https://github.com/docker/compose/releases/download/1.28.6/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
Umbrel installieren:
sudo apt-get install fswatch jq rsync
mkdir umbrel
cd umbrel
curl -L https://github.com/getumbrel/umbrel/archive/v0.3.8.tar.gz | tar -xz --strip-components=1
Umbrel starten:
sudo ./scripts/start
▬▬▬▬▬▬▬▬ Hosts ▬▬▬▬▬▬▬▬▬
UNBASIERT:
https://twitter.com/Unbasiert
https://die-marktradikalen.cc
@unbasiert21
▬▬▬▬▬▬▬▬ Links ▬▬▬▬▬▬▬▬▬
Umbrel:
https://getumbrel.com/
Ubuntu Download:
https://ubuntu.com/download
▬▬▬▬▬▬ TimeStamps ▬▬▬▬▬▬
00:00 Einleitung
00:53 Ubuntu Installation
02:55 Umbrel Installation