Hosting Seafile Professional with S3 Object Storage on a VPS

When it comes to pure file synchronization and transfer speeds, Seafile often dramatically outperforms solutions like Nextcloud. The best part? The Professional Edition of Seafile is free for up to 3 users and natively supports S3 object storage backends. In this tutorial, you’ll learn how to set up Seafile Pro using Docker Compose and offload your data sheets, file histories (commits), and blocks to an affordable S3 bucket (e.g., Hetzner Storage Box, AWS, Wasabi). ...

March 30, 2026 · Samuel Nussbaumer

Installing Nextcloud with S3 Primary Storage on a VPS (Docker)

Nextcloud is an amazing open-source, self-hosted alternative to Google Drive or Dropbox. However, hosting it on an affordable VPS often means you quickly run into local storage limitations. The solution? Integrating S3 Object Storage! In this tutorial, I’ll walk you through deploying Nextcloud via a Docker container on a VPS, configuring an S3 bucket (e.g., AWS S3, Wasabi, or Hetzner Storage Box) directly as your primary storage component. Warning: This tutorial does not cover backup setups (for the database and server configurations). A comprehensive backup strategy is strictly required for any production deployment! ...

March 30, 2026 · Samuel Nussbaumer

S/4HANA FI: Technical Handling of Open Item Managed Accounts

Open Item Management (OIM) is one of the most core features in SAP Financials (FI). For G/L accounts like clearing accounts, goods receipt / invoice receipt (GR/IR) accounts, or bank sub-accounts, OIM allows you to track and offset related postings (e.g., matching a vendor invoice with its outgoing payment). With the advent of SAP S/4HANA and the Universal Journal (ACDOCA table), the data modeling and technical handling of these open items have evolved drastically. In this article, I will shed light on how to interact with open items at the table level and discuss some common pitfalls. ...

March 30, 2026 · Samuel Nussbaumer

Securing OnlyOffice Document Server: Understanding the JWT Principle

Real-time collaboration in Word or Excel files directly in the browser—whenever you host platforms like Nextcloud or Seafile, you will eventually stumble across the OnlyOffice Document Server. However, simply booting an OnlyOffice Docker container and putting it public without specific precautions creates a highly dangerous vulnerability: anyone on the internet who discovers your OnlyOffice URL could configure their own cloud instance to use your server, hijacking your CPU and RAM resources. ...

March 30, 2026 · Samuel Nussbaumer