Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 677 Bytes

nextcloud.md

File metadata and controls

22 lines (19 loc) · 677 Bytes
title description published date tags editor dateCreated
Nextcloud
true
2024-08-11 13:47:44 UTC
markdown
2024-04-13 16:35:37 UTC

Nextcloud

Tips & Tricks related to nextcloud

OIDC Setup

  1. Create a new Authelia OIDC client see Authelia integration docs and the Authelia wiki page
  2. Install the NextCloud App "OpenID Connect user backend". Notice that it's in the "Social" section of the App Store.
  3. Configure OIDC nextcloud oidc configuration

Use occ in Docker / Kubernetes

su -s /bin/sh www-data -c "php occ --version"