You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,46 @@ A safe home for all your data. Access & share your files, calendars, contacts, m
15
15
16
16
⚠️⚠️⚠️ This image is maintained by community volunteers and designed for expert use. For quick and easy deployment that supports the full set of Nextcloud Hub features, use the [Nextcloud All-in-One docker container](https://github.com/nextcloud/all-in-one#nextcloud-all-in-one) maintained by Nextcloud GmbH.
17
17
18
+
## Table of Contents
19
+
-[What is Nextcloud?](#what-is-nextcloud)
20
+
-[How to use this image](#how-to-use-this-image)
21
+
-[Getting help](#getting-help)
22
+
-[Using the apache image](#using-the-apache-image)
23
+
-[Using the fpm image](#using-the-fpm-image)
24
+
-[Using an external database](#using-an-external-database)
25
+
-[Persistent data](#persistent-data)
26
+
-[Additional volumes](#additional-volumes)
27
+
-[Custom volumes](#custom-volumes)
28
+
-[Running as an arbitrary user / file permissions / changing the default container user](#running-as-an-arbitrary-user--file-permissions--changing-the-default-container-user)
29
+
-[Accessing the Nextcloud command-line interface (`occ`)](#accessing-the-nextcloud-command-line-interface-occ)
30
+
-[Viewing the Nextcloud configuration (`config.php`)](#viewing-the-nextcloud-configuration-configphp)
31
+
-[Auto configuration via environment variables](#auto-configuration-via-environment-variables)
32
+
-[Database parameters](#database-parameters)
33
+
-[Initial admin account](#initial-admin-account)
34
+
-[Custom Data directory (`datadirectory`)](#custom-data-directory-datadirectory)
-[Using the image behind a reverse proxy and specifying the server host and protocol](#using-the-image-behind-a-reverse-proxy-and-specifying-the-server-host-and-protocol)
43
+
-[Handling `Warning: /var/www/html/config/$cfgFile differs from the latest version of this image at /usr/src/nextcloud/config/$cfgFile` (aka: Auto configuration and Nextcloud updates)](#handling-warning-varwwwhtmlconfigcfgfile-differs-from-the-latest-version-of-this-image-at-usrsrcnextcloudconfigcfgfile-aka-auto-configuration-and-nextcloud-updates)
44
+
-[Auto configuration via hook folders](#auto-configuration-via-hook-folders)
45
+
-[Running this image with `docker compose`](#running-this-image-with-docker-compose)
46
+
-[Base version - apache](#base-version---apache)
47
+
-[Base version - FPM](#base-version---fpm)
48
+
-[Docker Secrets](#docker-secrets)
49
+
-[Make your Nextcloud available from the internet](#make-your-nextcloud-available-from-the-internet)
0 commit comments