From a478a9645e1316f627691be2b12c075c45b0fc89 Mon Sep 17 00:00:00 2001 From: deathrow Date: Fri, 8 Jul 2022 21:13:10 -0400 Subject: [PATCH] Added Services Page --- _items/Services.md | 73 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 _items/Services.md diff --git a/_items/Services.md b/_items/Services.md new file mode 100644 index 0000000..c05504a --- /dev/null +++ b/_items/Services.md @@ -0,0 +1,73 @@ +--- +layout: default1 +description: List of services +title: Services +permalink: /services +--- + + +### __Services__ + +These services are publicly available and free to use. +These services are not intended to spread spam or malicious content, or sharing / distributing / hosting of malicious content. + +
+ +*Everything done on these services **MUST** remain legal.* + +
+ +Your account *can* be suspended if you take part in any sort of malicious activity ranging from targeted harassment, raids, discussing illegal activities, conducting illegal activities or any questionable content. + +
+ +### __Privacy / Security__ + +As nature of this website, privacy and security must be our main priority, the following is currently in effect: + +- nginx logging is disabled. + +- Matrix IP addresses are logged for 1 hour then they are purged from the database. + +- Matrix federation is enabled. + +- Ratelimiting actions is currently set as default on Matrix, and can be easily re-enabled if needed, do not ruin this for others. + +- Matrix URL previews are allowed + +- We are currently not using a CAPTCHA for registration or requiring an Email, CAPTCHA will be enabled if abuse happens! + +- Registration is open, if abuse takes place, registration will turn to an invite-only system. + +- Password hashing bcrypt rounds are set to 15. + +- Guest access is currently enabled, and will be disabled if abuse takes place. + +- Registered users are automatically joined into the lounges, this is to help prevent abuse! + +- Moderation is done via ''mjolnir'', let us keep this ban list to a minimum. + +- Matrix metrics are disabled. + + +
+ +#### __Matrix__ + +The Matrix homeserver is located at + +``https://matrix.anonymousland.org`` + +As of currently, we do not offer a self-hosted Element instance, as it takes up server resources and there is no current need for our self-hosted platform. + +Password Policy: + +- 15 characters + +- Require at least 1 digit + +- Require at least 1 symbol + +- At least 1 lowercase character + +- At least 1 uppercase character \ No newline at end of file