From 69da4d46e0054ee6fc7d1f887af093b4cd380c67 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Mon, 16 Jun 2025 17:50:21 -0400 Subject: [PATCH] OpenCloud: add boilerplate Authelia config --- install/opencloud-install.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/install/opencloud-install.sh b/install/opencloud-install.sh index 9d2de333..e803c04f 100644 --- a/install/opencloud-install.sh +++ b/install/opencloud-install.sh @@ -102,6 +102,18 @@ WEB_ASSET_APPS_PATH=${CONFIG_DIR}/assets/apps # Examples: notifications, antivirus etc. # Do not uncomment unless configured above. # OC_ADD_RUN_SERVICES="notifications" + +# OpenID +# Authelia - for Web +# OC_EXCLUDE_RUN_SERVICES=idp +# OC_OIDC_ISSUER= +# PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD=none +# PROXY_OIDC_REWRITE_WELLKNOWN=true +# PROXY_USER_OIDC_CLAIM=preferred_username +# PROXY_USER_CS3_CLAIM=username +# automatically create accounts +# PROXY_AUTOPROVISION_ACCOUNTS=true +# WEB_OIDC_SCOPE=openid profile email groups EOF cat </etc/systemd/system/opencloud.service