fix: seafile gives 302 for sso

This commit is contained in:
Iain Learmonth 2026-05-12 22:51:53 +01:00
parent 093197101c
commit 36cb0a2975

View file

@ -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 }}"