Fix #380: Document that server clock needs to be synced via NTP to avoid federation issues

merge-requests/466/head
Eliot Berriot 2018-10-05 18:33:05 +02:00
rodzic 8ca06668b7
commit 11e5ab4d79
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1 @@
Document that server clock needs to be synced via NTP to avoid federation issues (#380)

Wyświetl plik

@ -11,6 +11,12 @@ The project relies on the following components and services to work:
- A redis server to store cache and tasks data
- A celery worker to run asynchronouse tasks (such as music import)
- A celery scheduler to run recurrent tasks
- A `ntp-synced clock <https://wiki.debian.org/NTP>`_ to ensure federation is working seamlessly
.. note::
The synced clock is needed for federation purpose, to assess
the validity of incoming requests.
Hardware requirements