Solved peertube bugs

This commit is contained in:
2025-07-26 08:08:51 +02:00
parent 996244b672
commit f9f76892af
4 changed files with 12 additions and 8 deletions

View File

@@ -9,7 +9,9 @@
loop_control:
loop_var: domain
vars:
http: "{{ ports.localhost.http[application_id] }}"
# Websockt and http listen to the same port
http_port: "{{ ports.localhost.http[application_id] }}"
ws_port: "{{ ports.localhost.http[application_id] }}"
- name: "Install and activate auth-openid-connect plugin if OIDC is enabled"
include_tasks: enable-oidc.yml