Advanced Search
Search Results
18 total results found
Public
SoFMeRight's Homelab Advice
Ubuntu Chronicles
IDP/SSO: Zitadel
Docker Compose
Homelab History
Intro
1. Announcements & Introduction
Hi PrecisionPlanIT enjoyer, We will dedicate this space to guides once more in the months to come. I am so-so-so-so sorry to anyone who makes it here by way of links that I dropped in the past that are now deadlinks as none of the content exists anymore... T...
NGINX Shenanigans
I will be exposing my self hosted repo soon that will contain some ansible scripts and stuff I used to build out my environment without any guesswork. Also will be the repo I am using to build my flux+K8s cluster that is to be my debut into full fledged gitops...
Software Integrations (Tested In-House)
At KB.precisionplanit.com, we pride ourselves on our commitment to continuous improvement and adaptation. As part of our mission, we've integrated a variety of open-source, Identity and Access Management (IAM) compatible FOSS (Free and Open Source Software) ap...
Netbox
My docker-compose: version: "3.7" services: netbox-postgres: image: postgres:15-alpine container_name: netbox_postgres hostname: netbox-postgres restart: unless-stopped healthcheck: test: ["CMD", "pg_isready", "-q", "-d", "...
_Docker Daemon
These configs have stumped me one too many times. Issue: Why is my docker host having trouble resolving DNS?After enabling pi-hole or other dockerized DNS management app, lack of (systemd-resolved e.t.c. means that DNS is not available on a local level prior t...
Hardware Write-up
I did an exhaustive write up of my lab a few months ago and it died. This will be a trickle attempt to get it back in place. It was useful for referencing my hardware and showing how I have things setup. We do plan on doing it again. Especially cause we know a...
SAMBA/CIFS
Malformed Interfaces Issue This issue was originally introduced to Ubuntu via a kernel update as such it is related to a kernel issue. Solutions I found for this issue involve kernel patching/updating or changing the cifs settings. I recommend the latter, ...
Dual System Workstation/Gaming Build: Write Up
I had a really extensive write up of my desktop setup detailing how I use the DisplayDriver wrapper I integrated into Sunshine and the hardware etc. I am offering this as a place holder while I am slowly rebuilding my lab after recovering from a Ceph nightmare...
What will I need to get started in homelab/homeserver? (WIP)
Bring Nothing: If you are using less than 40% of your machines resources at all times. You have a really nice laptop or desktop that has 8 cores or more. In normal use your machine never sees its resources being pushed to the limit. We can use our personal PC...
What do [I wish I knew] / I think you should know *before* starting
Dockerfiles: I wish I knew how easy it is to use Dockerfiles to create your own custom container images from the beginning! I wish I had attempted sooner, it is so powerful being able to do that! You can often find dockerfiles on github when you are browsing o...
Overview: My biased opinion of what I think a base home lab requires
A good homelab base environment should have all of these items sorted out in some regard, this is the core *in my opinion*. There are many ways to achieve these goals, I am sharing my biased opinion of what was best from my perspective. I also will be sorting ...