Category: Self-hosting
-
Log2Ram on Raspberry Pi’s
Well what is log2ram? log2ram is a tool that moves your system’s log directory [/var/log] into RAM by using a tmpfs mount, then periodically syncs the logs to your SD card. This dramatically reduces writes to the SD card, extending its lifespan. It’s a common concern for Raspberry Pi setups that run 24/7. I do…
-
Installing Immich on linux based systems
Prerequisites Immich is a self-hosted photo and video backup solution. Before starting, ensure you have: Step 1: Install Docker and Docker compose If you don’t already have Docker installed: Log out and back in for the group changes to take effect. Step 2: Create directory structure Step 3: download immich configuration files Key variables to…
-
Pihole installation guide
Prerequisites System requirements Before you begin Method 1: Automated script installation Quick Installation (Recommended) The easiest way to install Pihole is using the official automated installer. Step 1: download and run the installer: Or if you prefer to review the script first: Step 2: follow the prompts The installer will guide you through: Step 3:…
-
How to install and properly configure Nextcloud for your selfhosting needs.
Table of Contents 1. Update System Packages 2. Access Nextcloud in Browser 3. Create Admin Account 4. First Login 5. Run Security & Setup Warnings Check 6.Common Issues 7.Nextcloud OCC Command 8. Backup Nextcloud Prerequisites System Requirements: This guide assumes: You have basic command line knowledge Fresh Ubuntu/Debian installation You’re logged in as a user…