1
0
mirror of https://github.com/etesync/server synced 2024-11-22 16:58:08 +00:00

Update pages for EteSync v2

Simon Vandevelde 2020-09-27 14:03:36 +02:00
parent d879527827
commit b36669e6a4

@ -1,8 +1,13 @@
* [Home](./Home)
* Setting up a server
* Setting up an EteSync v1 Server
* [Basic Setup](./Basic-Setup)
* [Production setup using uWSGI and Nginx](./Production-setup-using-uWSGI-and-Nginx)
* [Run uWSGI at boot](./Run-uWSGI-at-boot)
* [Setup HTTPS for EteSync](./Setup-HTTPS-for-EteSync)
* Setting up an EteSync v2 Server (EteBase)
* [Basic Setup](./Basic-Setup-EteSync-2.0)
* [Production setup using Daphne and Nginx](Production-setup-using-Daphne-and-Nginx)
* [Run Daphne at boot](Run-Daphne-at-boot)
* [Setup HTTPS for EteSync v2](Setup-HTTPS-for-EteSync-2.0)
* [Migration from SQLite to PostgreSQL](./Migration-from-SQLite-to-PostgreSQL)
* [Backups](./Backups)