Optimized Peertube OIDC draft

This commit is contained in:
2025-05-20 04:18:27 +02:00
parent 3c7825fd23
commit 2f1d6a5178
5 changed files with 34 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
- name: "Uninstall auth-openid-connect plugin for Peertube"
command: >
docker exec {{ container_name }} \
npm run plugin:uninstall -- --npm-name {{oidc_plugin}}
ignore_errors: true