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

13 total results found

HomeLab

Books for setup of my homelab

Unraid

How to setup various services on Unraid

Proxmox

Setup and working with Proxmox

Wanted Things

Services

Setting up new services in my Homelab

Notes

Setup Bookstack on Unraid

Unraid

How to setup Bookstack on Unraid Setup a SQL Server, I used a new MariaDB container since I like to have all my databases separated by function.  This allows me to delete the database/users if I no longer use the applications.    Search MariaDB under App...

Enabling WOL for PVE Hosts

Proxmox

Enabling WOL function in Proxmox  Enable WOL in the bios, and turn off any deep power sleep modes that might be active.  These can interfere with the WOL function.  If in doubt, refer to the manufactures website or the almighty www.google.com Boot up Proxm...

Things I want

Wanted Things

UPS for Basement 1200W ?? should be enough to hold servers up for at least 15 mins 10th gen intel for Unraid server.  Should reduce power at least $200 per year if running constantly Dell Optiplex 7090?? looks to have most of the features I would like ...

Setup OpenProject

Services

Setting up OpenProject in my Homelab I am starting this on a fresh install of Ubuntu 22.04 Jammy in my ProxMox Server.  I am going to use the DEB/RPM installation as the docker installation is not recommended for production usage.  First, lets do an update an...

Updating NextCloud

Notes

I prefer doing mine through the CLI its also easier to fix if something goes wrong if your in the CLI. Open a console on the docker image. cd /config/www/nextcloud/updater/ root@bd32ce1bcd66:/config/www/nextcloud/updater# sudo -u abc php updater.phar 

Home Assistant Monitoring of Furnace Filter

Services

General Description of Problem I have a typical high efficiency natural gas furnace in my house, controlled by an Ecobee 3.  My issue is that overtime the furnace filter gets clogged.  When this happens, the flame inside the furnace heats up to the point wher...

Setup NetBooting with Unraid Docker and Firewalla

Services

First we are going to setup NetBoot.xyz in a docker container.  This is done for me using the wonderful Unraid container made by LSIO, however, this can also be done with the following docker compose file --- version: "2.1" services: netbootxyz: ima...