Skip to content

Commit 264d04f

Browse files
feat: Add Table of Contents to README
Added a Table of Contents section to improve navigation. Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent f158223 commit 264d04f

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,46 @@ A safe home for all your data. Access & share your files, calendars, contacts, m
1515

1616
⚠️⚠️⚠️ 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.
1717

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)
35+
- [Trusted domains (`trusted_domains`)](#trusted-domains-trusted_domains)
36+
- [Image specific](#image-specific)
37+
- [Redis Memory Caching](#redis-memory-caching)
38+
- [E-mail (SMTP) Configuration](#e-mail-smtp-configuration)
39+
- [Object Storage (Primary Storage)](#object-storage-primary-storage)
40+
- [PHP Configuration](#php-configuration)
41+
- [Apache Configuration](#apache-configuration)
42+
- [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)
50+
- [HTTPS - SSL encryption](#https---ssl-encryption)
51+
- [First use](#first-use)
52+
- [Update to a newer version](#update-to-a-newer-version)
53+
- [Adding Features](#adding-features)
54+
- [Migrating an existing installation](#migrating-an-existing-installation)
55+
- [Migrating from a non-Alpine image to an Alpine image](#migrating-from-a-non-alpine-image-to-an-alpine-image)
56+
- [Reporting bugs or suggesting enhancements](#reporting-bugs-or-suggesting-enhancements)
57+
1858
# How to use this image
1959
This image is designed to be used in a micro-service environment. There are two versions of the image you can choose from.
2060

0 commit comments

Comments
 (0)