Advanced Search
Search Results
30 total results found
HAOS in VM
Install Create a VM and install Home Assistant OS on it using his command: bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)" Source TTeck Installer Script
Overview
Overview Preparation Develop Stop Fix Water Wetting agent Steps 1. Preparation In Darkness: 1. Develop
OctoPi
We will use the Raspberry Pi Imager for installation. Open the Imager and select the Pi Version and OctoPi image under “Choose OS”, by selecting “Other Specific Purpose OS” > “3D printing” > “OctoPi” and then the “stable” version. Open advanced options by usin...
Fix unmounted disk
Hit F9 on start up to enter the Raid Controller. Either replace Disk or press F2 when asked if you still want to use this disk after the error.
Grafana
Install Grafana Add Grafana to the sources list: sudo apt-get install -y apt-transport-https sudo apt-get install -y software-properties-common wget wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add - echo "deb https://packages.grafana.com/o...
Proxmox
Install InfluxDB: https://medium.com/yavar/install-and-setup-influxdb-on-ubuntu-20-04-22-04-3d6e090ec70c Rest: https://tcude.net/monitoring-proxmox-with-influxdb-and-grafana/
Antragsgruen
Preparation Database Install MySQL sudo apt install mysql-server -y sudo systemctl enable mysql sudo systemctl start mysql Setup the installation with sudo mysql_secure_installation and choose: VALIDATE PASSWORD component: Y Password Validation Policy: 3 Rem...
Vaultwarden
Preparation Docker Compose Install Docker sudo apt install docker.io Install Docker Compose curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/do...
Mailcow
Preparation Docker Compose Install Docker Prep Portforwads: https://docs.mailcow.email/getstarted/prerequisite-system/#firewall-ports sudo apt install docker.io Install Docker Compose curl -L "https://github.com/docker/compose/releases/latest/download/docker-...
Certbot automatic renewal
Test the renewal manually Test the renewal process manually with: sudo certbot renew --dry-run Set automatic renewal Enable a systemd timer: sudo systemctl enable --now certbot.timer Test the timer Check status with: systemctl list-timers | grep certbot You...