Install Dokuwiki in a container Posted on 2025-03-15 Create an Ubuntu proxmox container. [Read More] Tags: proxmox linux container homepage
Install Calibre Web Posted on 2024-09-15 apt update -y && apt upgrade -y apt install python3-pip python3-venv -y adduser calibre usermod -aG sudo calibre [Read More] Tags: proxmox linux container homepage
Install Homepage in a Container Posted on 2023-03-12 Create an Alpine Linux proxmox container. apt update apk add nano npm git git clone https://github.com/benphelps/homepage.git mkdir /root/homepage/config cd /root/homepage npm run build npm run start [Read More] Tags: proxmox linux container homepage
Install Gitea in a Container Posted on 2023-03-12 Use Alpine Linux to create a proxmox container. [Read More] Tags: proxmox linux container homepage