docs: add ntp requirement to validate federation's incoming requests

This commit is contained in:
Yassine Doghri 2023-02-04 11:34:15 +00:00
parent 8884598a56
commit 1b037a7adf
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -126,6 +126,7 @@ nb-configuration.xml
# Visual Studio Code
.vscode/
tmp/
/results/
/phpunit*.xml

View File

@ -22,6 +22,8 @@ If you prefer using Docker, you may skip this and go straight to the
- PHP v8.1 or higher
- MySQL version 5.7 or higher or MariaDB version 10.2 or higher
- HTTPS support
- An [ntp-synced clock](https://wiki.debian.org/NTP) to validate federation's
incoming requests
### PHP v8.1 or higher