seafile logo

Exposing Seafile 12 Behind Traefik: The Complete Configuration Guide

Introduction Seafile is a powerful, open-source file syncing and sharing platform that provides an alternative to commercial cloud storage services. When deploying Seafile in a production environment, you’ll typically want to place it behind a reverse proxy like Traefik to handle SSL termination, routing, and additional security features. In this guide, I’ll walk you through the exact Traefik configuration needed to properly expose Seafile 12 to the internet. This setup handles all three essential components of Seafile: the web interface, the file transfer service (seafhttp), and WebDAV access (seafdav). ...

May 1, 2025 · Marco
seafile logo

Boosting Seafile Security: Hiding Login Fields When Using SSO

Boosting Seafile Security: Hiding Login Fields When Using SSO When it comes to securing your Seafile instance, the small details make a world of difference. Today, I’m sharing a simple yet powerful security enhancement that takes just minutes to implement but provides significant protection for your data fortress. The Problem: Dual Login Methods Create Risk If you’ve set up Single Sign-On (SSO) with services like Authentik or Authelia for your Seafile instance, congratulations! You’ve taken a major step toward improving your security posture. However, there’s a sneaky vulnerability that often goes unaddressed. ...

April 26, 2025 · Marco