mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-31 07:29:27 +00:00
update: Move social networks from software to self-hosting
This commit is contained in:
+13
-1
@@ -62,7 +62,6 @@ For more details about each project, why they were chosen, and additional tips o
|
||||
{{< card link="software/office-suites/" title="Office Suites" icon="document" >}}
|
||||
{{< card link="software/passwords/" title="Password Managers" icon="key" >}}
|
||||
{{< card link="software/pastebins/" title="Pastebins" icon="clipboard" >}}
|
||||
{{< card link="software/social-networks/" title="Social Networks" icon="globe-alt" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
## Hardware
|
||||
@@ -80,6 +79,19 @@ For more details about each project, why they were chosen, and additional tips o
|
||||
{{< card link="os/router-firmware/" title="Router Firmware" icon="wifi" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
## Self-Hosting
|
||||
|
||||
> [!TIP]
|
||||
> These tools are intended for more technical readers who want to run services on infrastructure they control. Self-hosting provides additional privacy assurances, but requires more setup and ongoing maintenance than hosted alternatives.
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="self-hosting/dns-filtering/" title="DNS Filtering" icon="globe" >}}
|
||||
{{< card link="self-hosting/email-servers/" title="Email Servers" icon="inbox" >}}
|
||||
{{< card link="self-hosting/file-management/" title="File Management" icon="cloud" >}}
|
||||
{{< card link="self-hosting/passwords/" title="Password Sync" icon="key" >}}
|
||||
{{< card link="self-hosting/social-networks/" title="Social Networks" icon="globe-alt" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
## Advanced Tools
|
||||
|
||||
> [!TIP]
|
||||
|
||||
@@ -313,13 +313,6 @@ We [**recommend**](../services/dns/index.md#recommended-providers) a number of e
|
||||
{{< card link="../software/pastebins/#paaster" title="Paaster" image="../software/pastebins/paaster.svg" subtitle="Paaster is a secure and user-friendly pastebin application that prioritizes privacy and simplicity. With end-to-end encryption and paste history, Paaster ensures that your pasted code remains confidential and accessible." >}}
|
||||
{{< /cards >}}
|
||||
|
||||
### Social Networks
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="../software/social-networks/#mastodon" title="Mastodon" image="../software/social-networks/mastodon.svg" subtitle="Mastodon is a social network based on open web protocols and free, open-source software. It uses the ActivityPub protocol, which is decentralized like email: Users can exist on different servers or even different platforms but still communicate with each other." >}}
|
||||
{{< card link="../software/social-networks/#element" title="Element" image="../software/social-networks/element.svg" subtitle="Element is the flagship client for the Matrix protocol, an open standard that enables decentralized communication by way of federated chat rooms. Users can exist on different homeservers but still communicate with each other." >}}
|
||||
{{< /cards >}}
|
||||
|
||||
### Tor Browser
|
||||
|
||||
{{< cards >}}
|
||||
@@ -441,3 +434,10 @@ We [**recommend**](../services/dns/index.md#recommended-providers) a number of e
|
||||
{{< cards >}}
|
||||
{{< card link="../self-hosting/passwords/#vaultwarden" title="Vaultwarden" image="../self-hosting/passwords/vaultwarden.svg" subtitle="Vaultwarden is an alternative implementation of Bitwarden's sync server written in Rust and compatible with official Bitwarden clients, perfect for self-hosted deployment where running the resource-heavy, official service might not be ideal." >}}
|
||||
{{< /cards >}}
|
||||
|
||||
### Social Networks
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="../self-hosting/social-networks/#mastodon" title="Mastodon" image="../self-hosting/social-networks/mastodon.svg" subtitle="Mastodon is a social network based on open web protocols and free, open-source software. It uses the ActivityPub protocol, which is decentralized like email: Users can exist on different servers or even different platforms but still communicate with each other." >}}
|
||||
{{< card link="../self-hosting/social-networks/#element" title="Element" image="../self-hosting/social-networks/element.svg" subtitle="Element is the flagship client for the Matrix protocol, an open standard that enables decentralized communication by way of federated chat rooms. Users can exist on different homeservers but still communicate with each other." >}}
|
||||
{{< /cards >}}
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
+6
-2
@@ -2,8 +2,12 @@
|
||||
title: Social Networks
|
||||
description: Find a new social network that doesn’t pry into your data or monetize your profile.
|
||||
aliases:
|
||||
- /self-hosting/social-networks
|
||||
- /en/self-hosting/social-networks
|
||||
- /social-networks
|
||||
- /en/social-networks
|
||||
- /tools/software/social-networks
|
||||
- /en/tools/software/social-networks
|
||||
---
|
||||
<small>Protects against the following threat(s):</small>
|
||||
[{{< badge content="Censorship" >}}](../../../wiki/basics/common-threats/index.md#avoiding-censorship)
|
||||
@@ -194,8 +198,8 @@ With this setting enabled, unverified users (i.e., those who have not used the *
|
||||
- Must be free and open-source software.
|
||||
- Must use a federated protocol to communicate with other instances of the social networking software.
|
||||
- Must not have non-technical restrictions on who can be federated with.
|
||||
- Must be usable within a standard [web browser](../desktop-browsers/index.md).
|
||||
- Must be usable within a standard [web browser](../../software/desktop-browsers/index.md).
|
||||
- Must make public content accessible to visitors without an account.
|
||||
- Must allow you to limit who can follow your profile.
|
||||
- Must allow you to post content visible only to your followers.
|
||||
- Must support modern web application security standards/features (including [multifactor authentication](../multi-factor-authentication/index.md)).
|
||||
- Must support modern web application security standards/features (including [multifactor authentication](../../software/multi-factor-authentication/index.md)).
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |
Reference in New Issue
Block a user