Add section summary pages and make single-link admonitions clickable
This commit is contained in:
@@ -11,9 +11,9 @@ description: Install Nextcloud to self-host your files, photos, and calendar, a
|
||||

|
||||
|
||||
## Installation
|
||||
::note
|
||||
::note{to="https://docs.linuxserver.io/images/docker-nextcloud/"}
|
||||
|
||||
We'll be using the Docker image maintained by [LinuxServer.io](https://docs.linuxserver.io/images/docker-nextcloud/)
|
||||
We'll be using the Docker image maintained by **LinuxServer.io**
|
||||
::
|
||||
|
||||
::file-tree
|
||||
@@ -52,9 +52,9 @@ services:
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
::note
|
||||
::note{to="/general/networking/samba"}
|
||||
|
||||
If you’re using a NAS or network-shared drive via [Samba](/general/networking/samba), replace `/docker/nextcloud/data` with the path to your shared folder.
|
||||
If you’re using a NAS or network-shared drive via **Samba**, replace `/docker/nextcloud/data` with the path to your shared folder.
|
||||
::
|
||||
|
||||
### Set your environment variables
|
||||
@@ -124,8 +124,8 @@ Redeploy the stack and wait for SWAG to become fully operational.
|
||||
|
||||
In Nextcloud’s files, edit the `config.php` file:
|
||||
|
||||
::tip{icon=""}
|
||||
✨ __Tip:__ You can use [File Browser Quantum](/serveex/files/file-browser-quantum) to navigate and edit files instead of using terminal commands.
|
||||
::tip{icon="" to="/serveex/files/file-browser-quantum"}
|
||||
✨ __Tip:__ You can use **File Browser Quantum** to navigate and edit files instead of using terminal commands.
|
||||
::
|
||||
|
||||
```bash [Terminal]
|
||||
@@ -232,8 +232,8 @@ In Nextcloud, go to _Administration > OpenID Connect_, click the `+` button, and
|
||||
### Done !
|
||||
::
|
||||
|
||||
::tip{icon=""}
|
||||
✨ You can use [Authentik](/serveex/advanced/authentik) instead of Pocket ID:
|
||||
::tip{icon="" to="/serveex/advanced/authentik"}
|
||||
✨ You can use **Authentik** instead of Pocket ID:
|
||||
|
||||
1. In Authentik, create an application and an OAuth2/OpenID Connect provider named `Nextcloud`, with a redirect URI (type `Strict`) of `https://nextcloud.yourdomain.com/apps/user_oidc/code`.
|
||||
2. Note the provider's __Client ID__, __Client Secret__, and __Slug__.
|
||||
|
||||
Reference in New Issue
Block a user