feat: add oidc provisioning for opencloud

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-05 15:36:12 +01:00
parent 59cd27a031
commit 2dc9097707
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
4 changed files with 52 additions and 1 deletions

View file

@ -0,0 +1,13 @@
directives:
connect-src:
- "'self'"
- "blob:"
- "https://raw.githubusercontent.com/opencloud-eu/awesome-apps/"
- "https://update.opencloud.eu/"
{% for url in opencloud_csp_extra_connect_src %}
- "{{ url }}"
{% endfor %}
script-src:
- "'self'"
- "'unsafe-inline'"
- "'unsafe-eval'"