Skip to content

Web Services setup

Guide to setup websvcs on PVE2. Just service installation.

Setup containers

  • Install and start services
- Install and start containers
```bash
sudo su
cd /root/homelab-rendered
src/websvcs/install_svcs.sh traefik
src/websvcs/install_svcs.sh vmagent
src/websvcs/install_svcs.sh nginx
src/websvcs/install_svcs.sh homepage
src/websvcs/install_svcs.sh isso
# src/websvcs/install_svcs.sh finance_exporter
src/websvcs/install_svcs.sh fluentbit

systemctl restart node_exporter