Recently Updated Pages
Create Traefik File
docker-compose.yml networks: proxy: external: false volumes: traefik_letsencrypt: {} servic...
Traefik Reverse Proxy
Traefik is a reverse proxy that: Routes requests from your domain to the right container.Termina...
Enable firewall (UFW)
sudo ufw allow OpenSSH sudo ufw allow 80,443/tcp sudo ufw enable
Allow your user to run Docker without sudo
sudo usermod -aG docker $USER newgrp docker
Install Docker & Compose
# Add Docker repo sudo mkdir -p /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/...
Install Essentials
sudo apt install curl git ufw -y
Resourses
Before we begin, make sure you have:A Hostinger VPS- KVM 2 (2GB RAM, 1 CPU, 40GB storage) is enou...
Deployment
BookStack is an open-source wiki & documentation platform, designed to be simple and selfhosted.T...
Table Of Contents
This book was written for newcomers who want to take a raw VPS and turn it into a **fully running...