diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-22 14:32:23 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-22 14:38:23 +0900 |
| commit | ada70ea42c39b579b8aad248068b95c956a79a1c (patch) | |
| tree | c0ec92bd447fba698fbcbf027d9ef8dbb642a509 /bundles/authelia | |
| parent | 82bf37339cd01640a9c66702a4275de6180851cb (diff) | |
deploy copyparty
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/authelia')
| -rw-r--r-- | bundles/authelia/files/configuration.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/authelia/files/configuration.yml b/bundles/authelia/files/configuration.yml index e84d7e4..377f480 100644 --- a/bundles/authelia/files/configuration.yml +++ b/bundles/authelia/files/configuration.yml @@ -16,6 +16,13 @@ access_control: - domain: 'paper.gzr.im' resources: ['^/api/'] policy: 'bypass' + # bypass for public resources + # - domain: 'cp.gzr.im' + # resources: ['^/$', '^/public/'] + # policy: 'bypass' + # group-based access restrictions + - domain: 'cp.gzr.im' + subject: ['group:copyparty', 'group:admins'] policy: 'one_factor' - domain: 'photos.gzr.im' subject: ['group:immich', 'group:admins'] |