Add Pocket ID, TinyAuth and File Browser Quantum

This commit is contained in:
Djeex
2026-08-31 23:39:07 +02:00
parent 91ea3f9a70
commit 4090203dc4
19 changed files with 751 additions and 51 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
---
title: Nextcloud
description: Install Nextcloud to self-host your files, photos, and calendar a privacy-friendly alternative to Google Drive, OneDrive, and iCloud.
description: Install Nextcloud to self-host your files, photos, and calendar, a privacy-friendly alternative to Google Drive, OneDrive, and iCloud.
---
@@ -139,7 +139,7 @@ Also add your domain in the `array` section. It should look like this:
```php [config.php]
array (
0 => '192.168.0.1:444', # This line may differdont change it!
0 => '192.168.0.1:444', # This line may differ, dont change it!
1 => 'nextcloud.yourdomain.com', # Add your domain here
),
```
@@ -188,8 +188,8 @@ server {
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
Thats it—youve exposed Nextcloud! Dont forget to install [the desktop and mobile apps](https://nextcloud.com/install/).
Thats it! Youve exposed Nextcloud! Dont forget to install [the desktop and mobile apps](https://nextcloud.com/install/).
::tip{icon=""}
__Tip:__ You can natively protect this app with Authentik by [following these instructions](https://docs.goauthentik.io/integrations/services/nextcloud/).
__Tip:__ You can protect this app natively via OIDC with [Pocket ID](/serveex/security/pocket-id) (register it as an OIDC client), or with Authentik by [following these instructions](https://docs.goauthentik.io/integrations/services/nextcloud/).
::