Category: Cloudflare

  • Goodbye OneDrive: Building a Self Hosted Personal Cloud With Nextcloud, Collabora and Docker

    Goodbye, Microsoft

    After years of paying a yearly subscription to keep my files in someone else’s cloud, I finally did it. Every personal document, every photo, every contact and calendar entry now lives on hardware I own, in my own home, under my own administration. No more OneDrive. No more renting space on machines I never see, run by a company that ultimately holds the keys to it.

    This is the story of how I replaced Microsoft 365 with a self-hosted stack built on Docker, and the technical problems I had to solve along the way. My setup is far from perfect, and I know it well. But it works, it is mine, and that is the whole point.

    (more…)
  • Deploy Your Own MiroTalk P2P Server with Docker in 5 Minutes

    Why Self-Host Your Video Conferencing?

    We all know Zoom, Google Meet, Microsoft Teams, and countless other video conferencing platforms. They work great, but they come with a catch: your data flows through their servers, you’re subject to their terms, and for businesses, costs can add up quickly.

    What if you could have your own video conferencing platform, fully under your control, running on your infrastructure, with end-to-end encryption, and without paying per-user fees?

    Enter MiroTalk P2P.

    The best part? You can have it up and running in about 5 minutes with this tutorial (ehm, it’s more like “copy-paste these commands and you’re done”.) LOL

    No, seriously.

    (more…)
  • How to Install Erugo on Your Server: Step-by-Step Guide for Secure File Sharing

    Introduction

    When it comes to sharing files online, many people rely on big cloud services like Google Drive or WeTransfer. They’re easy to use — but they also come with trade-offs: limited control, privacy concerns, and dependency on third-party infrastructure.

    If you’re looking for a solution that gives you full control over your data, without compromising on usability or design, it’s time to consider hosting your own platform.

    This is where Erugo comes in.

    Erugo is a powerful self-hosted file-sharing application built with PHP (Laravel) and Vue.js. It offers a clean and modern web interface where users can securely upload and share files — whether it’s with colleagues, clients, or across your own devices. With Erugo, you decide where your files live and how they’re handled.

    In this step-by-step guide, I’ll show you how to install and configure Erugo on your own server using Docker. We’ll cover everything from domain setup and SSL certificates to running the app behind a secure reverse proxy.

    (more…)