Finished Funkwhale implementation

This commit is contained in:
2025-07-02 02:07:41 +02:00
parent 28b41382d2
commit 2ccfdf0de6
10 changed files with 140 additions and 48 deletions

View File

@@ -33,3 +33,17 @@
token_auth: "{{ matomo_auth_token }}"
return_content: yes
status_code: 200
- name: Exclude CSP-CheckerBot user agent in Matomo
uri:
url: "{{ matomo_index_php_url }}"
method: POST
body_format: form-urlencoded
body:
module: API
method: SitesManager.setGlobalExcludedUserAgents
excludedUserAgents: "CSP-CheckerBot"
format: json
token_auth: "{{ matomo_auth_token }}"
return_content: yes
status_code: 200