Add Pleroma section #35

Merged
meaz merged 18 commits from pleroma into master 2023-01-27 13:37:42 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d26ca40e7a - Show all commits

View File

@ -233,8 +233,8 @@ We store all data in **our own servers**, located in a data center in the **Neth
- This service requires login with **Disroot** credentials.
- Everything is stored on the server in plain-text.
- Server logs, which store information such as, but not limited to, your IP address and your username are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues.
- All pleroma data such as, but not limited to, messages, files, etc., are stored on the server in the database as is (plain-text).
- Given that ActivityPub is a **federated** protocol, when interacting with users hosted on third party servers, data is sent to other independently operated and owned servers in the network over which we have no control.
- Files uploaded to the server are stored as is (plain-text or encrypted) for a period of three months.
<a name="rights"></a>
<br>