Recently I have deployed PostgreSQL database for paperless-ngx project I found useful to reduce paper at home. Since I like nice management GUIs a natural choice was to go for pgAdmin4 (in web, obviously). To add extra security layer to yet another publicly facing tool I decided to enable and configure Authelia OIDC. You’ll need […]
This log introduces a major change to entire environment. It’s been a while since I made a last update, here’s the catch up: HP ProLiant MicroServer Gen8 as lab host has been decommissioned from it’s former ESXi glory and became a primary file/VM storage host running TrueNAS ZFS filesystem. Synology DS216j has been replaced by […]
Run from docker-compose: version: “3.8”services: watchtower: image: containrrr/watchtower:latest container_name: watchtower environment: – TZ=Europe/Warsaw – WATCHTOWER_CLEANUP=true – WATCHTOWER_INCLUDE_STOPPED=true – WATCHTOWER_REVIVE_STOPPED=false – WATCHTOWER_SCHEDULE=0 0 2 * * * – WATCHTOWER_ROLLING_RESTART=true volumes: – /var/run/docker.sock:/var/run/docker.sock restart: unless-stopped Refer to docs […]
My Home Assistant instance been giving me head ache with “No valid ingress session None” error on a few addons, two of which being quite important to me (AdGuard and File Editor). Solution was pretty simple, Firefox privacy/security did it. Disabling Enhanced Protection for HASS instance did the job. The switch is right by address […]
On June 29th Synology finally released a new major version of their flagship NAS OS DiskStation Manager for all supported models. Fortunately enough, so I thought, my DS216j was on the list so why would I wait… Upgrade was smooth, took few minutes plus a reboot and boom, here’s my shiny one! Bad luck came […]
Breaking changes: Replaced MR33 with UAP-AC-Lite Replaced RB960PGS with Ubiquiti Security Gateway Detailed post on theses changes coming soon.
Yeah, I sometimes do, here’s a simple code to do that. You can replace 2GB in Where-Object {$_.Length -gt 2GB} part to something else matching your need.
Simple Powershell code to check Hyper-V servers last reboot date if needed. Servers are pulled from their AD OU.