[Add] Docker compose [Add] setup.sh [Add] mewjo, xlagging as Mod's [Add]

T1X's icon [Fix] Some QOL
This commit is contained in:
Alex Emmet 2026-04-22 23:05:01 +02:00
commit 51f37c11a9
12 changed files with 53 additions and 30 deletions

1
setup.sh Normal file
View file

@ -0,0 +1 @@
sudo bash -c "apt update && apt install -y build-essential curl pkg-config libssl-dev && apt install cargo && apt update && apt upgrade -y && apt install docker.io docker-compose && systemctl enable --now docker && systemctl disable --now nginx && cd /root/Anarchyphase-Website && docker-compose up -d && ufw allow 81"