fix: seafile gives 302 for sso
This commit is contained in:
parent
093197101c
commit
36cb0a2975
1 changed files with 4 additions and 4 deletions
|
|
@ -123,10 +123,10 @@
|
||||||
|
|
||||||
- name: Podman Seafile | Set up ClouDNS monitoring
|
- name: Podman Seafile | Set up ClouDNS monitoring
|
||||||
sr2c.core.cloudns_monitor:
|
sr2c.core.cloudns_monitor:
|
||||||
name: "Seafile - {{ inventory_hostname[:22] }}"
|
name: "Seafile - {{ podman_seafile_hostname[:22] }}"
|
||||||
host: "{{ inventory_hostname }}"
|
host: "{{ podman_seafile_hostname }}"
|
||||||
ip: "{{ inventory_hostname }}"
|
ip: "{{ podman_seafile_hostname }}"
|
||||||
http_status_code: "200"
|
http_status_code: "302" # This is going to redirect for SSO
|
||||||
emails: "{{ cloudns_monitoring_emails }}"
|
emails: "{{ cloudns_monitoring_emails }}"
|
||||||
auth_id: "{{ cloudns_auth_id }}"
|
auth_id: "{{ cloudns_auth_id }}"
|
||||||
auth_password: "{{ cloudns_auth_password }}"
|
auth_password: "{{ cloudns_auth_password }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue