Update README.md

Added ToC
This commit is contained in:
Gerrit Gogel 2021-11-17 10:13:45 +03:00 committed by GitHub
parent 8d075d6fd0
commit 835f13b88b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,24 @@
# Containerized Seafile Deployment
A fully containerized deployment of Seafile for Docker and Docker Swarm.
## Table of Contents
1. [Features](#features)
1. [Structure](#structure)
1. [Getting Started](#getting-started)
1. [Additional Information](#additional-information)
1. [Enable the New GoLang Fileserver coming with 9.0](#enable-the-new-golang-fileserver-coming-with-90)
1. [Upgrading Seafile Server](#upgrading-seafile-server)
1. [User Avatars and Custom Logos](#user-avatars-and-custom-logos)
1. [LDAP](#ldap)
1. [OAuth](#oauth)
1. [Garbage Collection](#garbage-collection)
1. [Access Log](#access-log)
1. [Docker Swarm](#docker-swarm)
1. [Storage](#storage)
1. [Network](#network)
1. [Reverse Proxy load balancing](#reverse-proxy-load-balancing)
1. [Example](#example)
## Features
- Complete redesign of the [official Docker deployment](https://manual.seafile.com/docker/deploy%20seafile%20with%20docker/) with containerization best-practices in mind.
- Runs seahub (frontend) and seafile server (backend) in separate containers, which commuicate with each other over TCP.