Skip to content

Instantly share code, notes, and snippets.

View dmbeta's full-sized avatar

David β dmbeta

  • D.C.
View GitHub Profile
version: "3"
services:
gluetun:
restart: always
image: qmcgaw/gluetun
container_name: torrent-gluetun
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
echo "deb http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware" | tee -a /etc/apt/sources.list
apt update && apt upgrade -y
apt install cockpit cockpit-storaged -y
systemctl start cockpit.socket
systemctl enable cockpit.socket
echo "Cockpit done"
apt install ufw -y
ufw enable