Advanced Search
Search Results
27 total results found
SSH Agent for Passphrase Management
SSH Agent is a background process that keeps your keys unlocked during your session. Start the agent and add keys: eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa_work ssh-add ~/.ssh/id_rsa_personal Per each key added to ssh you will need to type a phras...
Disable Password Login
Once we have ssh key setup we can disable password login on servers once keys are set up. This way our server and services are more secure. SSH to server Edit sshd_config file sudo nano /etc/ssh/sshd_config Set Authentication to No PasswordAuthent...
Homelab
Homelab documentation, scripts and how to setup
Troubleshoots and Updates
Guides for Troubleshooting software and ways to update specific system that are running in homelab.
Installation Guides for Software and Services
Documentation on standing up homelab software's
Authentik
Identity Provider self hosted on Internal Services VM
Pangolin
Pangolin Install and Setup Guide
Managing Multiple SSH Keys
If you use different keys for different servers or services (e.g., GitHub, work, personal), here’s how to keep it organized. Using different keys for different services makes things way more organized and secure. This way if one key gets compromised, you only ...
Homarr Homepage
Updating Authentik
This is extended guide to updating Authentik software. Read trough official Authentik documentation before running updates. Authentik Documentation Take a snapshot of Overseer vm Navigate to Authentik Directory cd /docker/authentik Backup Database...
Dockpeek
Docker Monitoring Tool
Synology Initial Setup Guide (DSM Version 7)
Guide for setting up Synology NAS system and Services
Set Up Proxmox Backup Server with NFS Storage
Proxmox Backup Server PBS is design to backup Proxmox Virtual Environment. Proxmox Backup Server is designed to run bare-metal on dedicated hardware, with dedicated drives for the operating system and backups. The main backup should be on bare metal and NFS S...
Proxmox Setup Guide
Documentation on Proxmox services and setup guides as well as best practices and security configurations
Installation and Configuration Guides for Proxmox Backup Server
Initial Setup Guides for Proxmox Backup Server
Schedule Backup Job with PBS
This guide goes over scheduling backup job with PBS server. Proxmox Virtual Environment can run it's own jobs, but for best optimization, using deducation and verify jobs, having PBS is good idea. Also, it provides redundancy if pve goes down. Using Proxmox B...
Installing Gotify with iGotify for iOS
Gotify is a self-hosted notification server that lets you send messages to devices and apps via a simple API. It’s great for server alerts, home automation, and custom scripts because you control delivery and history. iGotify is the bridge that makes Gotify w...
What to Do When Files in the Import Folder Don’t Show Up
Sometimes you drop documents into your Import folder, but nothing appears in the Paperless dashboard. This usually isn’t a bug — it’s just how Paperless watches for new files. Here’s a quick guide to diagnose and fix it. Paperless watches the import folder us...