Merge branch '380-clock-documentation' into 'develop'

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

Closes #380

See merge request funkwhale/funkwhale!437
merge-requests/466/head
Eliot Berriot 2018-10-05 16:38:52 +00:00
commit 94bd55b747
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