nextcloud nas

Install Nextcloud on Synology NAS: A Step-by-Step Guide

Nextcloud is a powerful, self-hosted cloud solution that is perfect for your Synology NAS. In this post, we will show you how to install Nextcloud using Docker on your Synology NAS. Preparation: Create folder structure First, we need to create the necessary folder structure on your NAS: These folders will be used for the Docker project, the Nextcloud configuration, and the database. Create Docker project Now we set up the Docker project: Note: Please remember, …

Read more …

github copilot

Beyond Autocomplete: GitHub Copilot Now Owns Issues, Delivers Pull Requests

Imagine a world where routine coding tasks, bug fixes, or minor feature additions could be delegated directly to an AI agent, freeing your team to focus on complex architectural challenges or innovative new features. That world is now a reality with GitHub Copilot’s enhanced capabilities! GitHub Copilot, especially in its powerful “coding agent” mode, is no longer just a clever autocomplete tool. It can now take on a much more …

Read more

paperless-ai on synology

Paperless-AI on Synology NAS: AI-Powered Document Management with Paperless-NGX

I. Introduction Paperless-AI offers a valuable enhancement for users who already utilize Paperless-NGX for document management. In an era where efficient organization and rapid access to digital documents are increasingly crucial, Paperless-AI was developed as an intelligent assistant for Paperless-NGX. The application automates the analysis and tagging of documents using artificial intelligence, which boosts efficiency and enables deeper insights into the stored information. While Paperless-AI can fundamentally be installed on …

Read more

nextcloud workflow

Tailored Workflows for Nextcloud: How We Create Real Automation Together with Our Customers

Nextcloud is an established platform for file management and collaboration. However, as soon as companies want to digitally map more complex business processes, they often reach the limits of the standard features and existing workflow apps. Many requirements-such as multi-level approvals, flexible notifications, or integration with external systems-are difficult or even impossible to implement with built-in tools. Our Approach: Collaboration and Custom Extensions We recognized this gap and developed our …

Read more

opnsense vpn

OPNsense VPN: 1:1 NAT as a Solution for Overlapping Networks

When companies use OPNsense or similar solutions as a firewall and OpenVPN for remote access, they often encounter a common issue: the internal company network uses the same subnet as the employees’ home networks-for example, the widely used 192.168.178.0/24 subnet found on many FritzBox routers. In this scenario, the VPN client cannot reach the company servers because the packets get “stuck” in the home network and do not pass through …

Read more

data transfer with wormhole

Data Transfer: Effortless and Secure with Magic-Wormhole

Transferring files between computers can still be surprisingly cumbersome in the modern digital age. Email attachments have size limits, cloud storage services require uploading and sharing links, and setting up secure connections like scp can be unnecessarily complex for a quick transfer. But what if there was a tool that made securely sending files as simple as speaking a few words? This is where magic-wormhole comes in, a fantastic command-line …

Read more

Self-hosted n8n & Ollama with Caddy, Cloudflare and Docker

Self-Hosting n8n Securely with Caddy, Cloudflare & Local GPU-Accelerated AI using Ollama

In today’s world, automation and artificial intelligence are transforming workflows. n8n is a fantastic open-source platform for workflow automation, but running sensitive automations often necessitates self-hosting for privacy and control. Simultaneously, running Large Language Models (LLMs) locally using tools like Ollama offers similar benefits for AI tasks. What if we could combine them? Imagine triggering complex n8n workflows that leverage the power of a locally hosted, GPU-accelerated LLM, all served …

Read more

obsidian live sync docker

Obsidian Self-Hosting with CouchDB: Set Up Free Sync

Obsidian is a powerful note-taking app, perfect as a personal knowledge management system. This article will show you how to self-host Obsidian and set up seamless synchronization between all your devices. While the “Obsidian Sync” feature is a paid premium feature (around $4 per month), this guide shows you how to achieve similar functionality for free through self-hosting. While this requires a bit more technical know-how, it gives you full …

Read more

icinga2 docker installation

Installing a Simple Icinga2 Instance with Docker

In modern IT infrastructure, a reliable monitoring system is essential. Icinga2 is a powerful open-source solution perfect for this task. This article will show you how to install a simple Icinga2 instance using Docker and Docker Compose on Ubuntu 24.04. Prerequisites Before we begin, ensure you have: If you haven’t installed Docker yet, you can do so with the following command: curl -fsSL https://get.docker.com | sudo sh Step 1: Create …

Read more