mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Update README.md
Added ToC
This commit is contained in:
parent
8d075d6fd0
commit
835f13b88b
18
README.md
18
README.md
|
@ -18,6 +18,24 @@
|
||||||
# Containerized Seafile Deployment
|
# Containerized Seafile Deployment
|
||||||
A fully containerized deployment of Seafile for Docker and Docker Swarm.
|
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
|
## Features
|
||||||
- Complete redesign of the [official Docker deployment](https://manual.seafile.com/docker/deploy%20seafile%20with%20docker/) with containerization best-practices in mind.
|
- 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.
|
- Runs seahub (frontend) and seafile server (backend) in separate containers, which commuicate with each other over TCP.
|
||||||
|
|
Loading…
Reference in a new issue