mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-30 23:19:14 +00:00
style: Add logos to recommendation cards
This commit is contained in:
@@ -21,7 +21,7 @@ aliases:
|
||||
|
||||
## Pi-hole
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./pi-hole.svg" >}}
|
||||
|
||||
**Pi-hole** is an open-source DNS sinkhole which features a friendly web interface to view insights and manage blocked content. Pi-hole is designed to be hosted on a Raspberry Pi, but it is not limited to such hardware.
|
||||
|
||||
@@ -34,7 +34,7 @@ aliases:
|
||||
|
||||
## AdGuard Home
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./adguard-home.svg" >}}
|
||||
|
||||
**AdGuard Home** is an open-source DNS sinkhole which features a polished web interface to view insights and manage blocked content.
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Advanced system administrators may consider setting up their own **email server*
|
||||
|
||||
## Stalwart
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./stalwart.svg" >}}
|
||||
|
||||
**Stalwart** is a newer mail server written in Rust which supports JMAP in addition to the standard IMAP, POP3, and SMTP. It has a wide variety of configuration options, but also defaults to very reasonable settings in terms of both security and features, making it easy to use immediately. It has web-based administration with TOTP 2FA support and allows you to enter your public PGP key to encrypt **all** incoming messages.
|
||||
|
||||
@@ -42,7 +42,7 @@ We use Stalwart for our own internal email at *Privacy Guides*.
|
||||
|
||||
## Mailcow
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./mailcow.svg" >}}
|
||||
|
||||
**Mailcow** is an advanced mail server perfect for those with Linux experience. It has everything you need in a Docker container: a mail server with DKIM support, antivirus and spam monitoring, webmail and ActiveSync with SOGo, and web-based administration with 2FA support.
|
||||
|
||||
@@ -55,7 +55,7 @@ We use Stalwart for our own internal email at *Privacy Guides*.
|
||||
|
||||
## Mail-in-a-Box
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./mail-in-a-box.svg" >}}
|
||||
|
||||
**Mail-in-a-Box** is an automated setup script for deploying a mail server on Ubuntu. Its goal is to make it easier for people to set up their own mail server.
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ Self-hosting your own **file management** tools may be a good idea to reduce the
|
||||
|
||||
### PhotoPrism
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./photoprism.svg" >}}
|
||||
|
||||
**PhotoPrism** is a platform for managing photos. It supports album syncing and sharing as well as a variety of other [features](https://photoprism.app/features). It does not include end-to-end encryption, so it's best hosted on a server that you trust and is under your control.
|
||||
|
||||
@@ -37,7 +37,7 @@ Self-hosting your own **file management** tools may be a good idea to reduce the
|
||||
|
||||
### FreedomBox
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./freedombox.svg" >}}
|
||||
|
||||
**FreedomBox** is an operating system designed to be run on a [single-board computer (SBC)](https://en.wikipedia.org/wiki/Single-board_computer). The purpose is to make it easy to set up server applications for use cases like sharing files.
|
||||
|
||||
@@ -50,7 +50,7 @@ Self-hosting your own **file management** tools may be a good idea to reduce the
|
||||
|
||||
### Nextcloud
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./nextcloud.svg" >}}
|
||||
|
||||
**Nextcloud** is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ title: Password Sync
|
||||
|
||||
## Vaultwarden
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./vaultwarden.svg" >}}
|
||||
|
||||
**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.
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ If you are greatly concerned about an existing server censoring your content, th
|
||||
|
||||
## Mastodon
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./mastodon.svg" >}}
|
||||
|
||||
**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.
|
||||
|
||||
@@ -126,7 +126,7 @@ If you used our recommended configuration settings above, you should be posting
|
||||
|
||||
## Element
|
||||
|
||||
{{< title-card >}}
|
||||
{{< title-card logo="./element.svg" >}}
|
||||
|
||||
**Element** is the flagship client for the **[Matrix](https://matrix.org/docs/chat_basics/matrix-for-im)** protocol, an [open standard](https://spec.matrix.org/latest) that enables decentralized communication by way of federated chat rooms. Users can exist on different homeservers but still communicate with each other.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user