From 36cb0a2975e5ab29ff16d6285a3762829f1d0951 Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 12 May 2026 22:51:53 +0100 Subject: [PATCH] fix: seafile gives 302 for sso --- roles/podman_seafile/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/podman_seafile/tasks/main.yml b/roles/podman_seafile/tasks/main.yml index 8bc7b1a..1820676 100644 --- a/roles/podman_seafile/tasks/main.yml +++ b/roles/podman_seafile/tasks/main.yml @@ -123,10 +123,10 @@ - name: Podman Seafile | Set up ClouDNS monitoring sr2c.core.cloudns_monitor: - name: "Seafile - {{ inventory_hostname[:22] }}" - host: "{{ inventory_hostname }}" - ip: "{{ inventory_hostname }}" - http_status_code: "200" + name: "Seafile - {{ podman_seafile_hostname[:22] }}" + host: "{{ podman_seafile_hostname }}" + ip: "{{ podman_seafile_hostname }}" + http_status_code: "302" # This is going to redirect for SSO emails: "{{ cloudns_monitoring_emails }}" auth_id: "{{ cloudns_auth_id }}" auth_password: "{{ cloudns_auth_password }}"