Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

30 total results found

HAOS in VM

Server Install

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

Developing

Overview Preparation Develop Stop Fix Water Wetting agent Steps 1. Preparation In Darkness: 1. Develop

OctoPi

Server Install

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

Server Proxmox

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

Server Install

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

Server Grafana

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

Server Install

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

Server Install

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

Server Install

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

Server

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...