KI-AGENT: Seafile unter Hauptdomain bereitstellen
This commit is contained in:
@@ -331,9 +331,10 @@ S3_SECRET_KEY=$(env_quote "$minio_password")
|
||||
S3_BUCKET=$(env_quote "fedeo")
|
||||
|
||||
FEDEO_FILE_BACKEND=$(env_quote "s3")
|
||||
SEAFILE_SERVER_HOSTNAME=$(env_quote "files.$domain")
|
||||
SEAFILE_SERVER_HOSTNAME=$(env_quote "$domain")
|
||||
SEAFILE_SERVER_PROTOCOL=$(env_quote "https")
|
||||
SEAFILE_BASE_URL=$(env_quote "https://files.$domain")
|
||||
SEAFILE_SITE_ROOT=$(env_quote "/files/")
|
||||
SEAFILE_BASE_URL=$(env_quote "https://$domain/files")
|
||||
SEAFILE_INTERNAL_URL=$(env_quote "http://seafile:80")
|
||||
SEAFILE_IMAGE=$(env_quote "seafileltd/seafile-mc:13.0-latest")
|
||||
SEAFILE_DB_IMAGE=$(env_quote "mariadb:10.11")
|
||||
@@ -526,7 +527,6 @@ main() {
|
||||
echo
|
||||
echo "Vor dem Start prüfen:"
|
||||
echo " 1. DNS zeigt auf diesen Server: $domain"
|
||||
echo " Zusätzlich für Seafile: files.$domain"
|
||||
echo " 2. Ports 80, 443, 3478/tcp, 3478/udp, 5349/tcp, 49160-49200/udp sind offen"
|
||||
echo " 3. Platzhalter für optionale Dienste in .env bei Bedarf ersetzen"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user