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

This commit is contained in:
Eliot Berriot 2018-10-05 18:33:05 +02:00
parent 8ca06668b7
commit 11e5ab4d79
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -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