Refactored peertube role and implemented config volume

This commit is contained in:
2025-09-01 18:19:50 +02:00
parent b02d88adc0
commit 110381e80c
9 changed files with 27 additions and 24 deletions

View File

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