feat: add Seadoc server URL and enable Seadoc in Seafile Docker Compose configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 17s
Nix Format Check / check-format (push) Successful in 57s
Python Lint Check / check-python (push) Failing after 14s

This commit is contained in:
Menno van Leeuwen 2025-03-17 15:23:32 +01:00
parent 3f8fef87e1
commit 00aaf83884
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -35,6 +35,8 @@ services:
- SEADRIVE_SERVER_LETSENCRYPT=false
- SEAFILE_SERVER_PROTOCOL={{ seafile_server_protocol | default('http') }}
- JWT_PRIVATE_KEY={{ jwt_private_key | default('') }}
- SEADOC_SERVER_URL=https://sf.mvl.sh/sdoc-server
- ENABLE_SEADOC=true
volumes:
- {{ seafile_volume | default('/opt/seafile-data') }}:/shared
networks: