KI-AGENT: Seafile unter Hauptdomain bereitstellen

This commit is contained in:
2026-05-22 17:11:39 +02:00
parent 736f7bba88
commit 69874742f8
4 changed files with 17 additions and 14 deletions

View File

@@ -42,11 +42,11 @@ S3_BUCKET=fedeo
# genutzt werden.
FEDEO_FILE_BACKEND=s3
# Seafile CE läuft bewusst auf einer eigenen Subdomain, damit Desktop-Clients,
# SeaDrive und WebDAV ohne Pfad-Sonderfälle funktionieren.
SEAFILE_SERVER_HOSTNAME=files.app.example.com
# Seafile CE läuft im Standard-Stack unter der Hauptdomain auf /files.
SEAFILE_SERVER_HOSTNAME=app.example.com
SEAFILE_SERVER_PROTOCOL=https
SEAFILE_BASE_URL=https://files.app.example.com
SEAFILE_SITE_ROOT=/files/
SEAFILE_BASE_URL=https://app.example.com/files
SEAFILE_INTERNAL_URL=http://seafile:80
SEAFILE_IMAGE=seafileltd/seafile-mc:13.0-latest
SEAFILE_DB_IMAGE=mariadb:10.11