mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-27 05:39:25 +00:00
style: Add title card background color
This commit is contained in:
@@ -21,6 +21,8 @@ aliases:
|
||||
|
||||
## Pi-hole
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**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.
|
||||
|
||||
{{< cards >}}
|
||||
@@ -28,11 +30,17 @@ aliases:
|
||||
{{< card link="https://pi-hole.net/privacy" title="Privacy Policy" icon="eye" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
## AdGuard Home
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**AdGuard Home** is an open-source DNS sinkhole which features a polished web interface to view insights and manage blocked content.
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="https://adguard.com/adguard-home/overview.html" title="Homepage" icon="home" >}}
|
||||
{{< card link="https://adguard.com/privacy/home.html" title="Privacy Policy" icon="eye" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
@@ -23,6 +23,8 @@ Advanced system administrators may consider setting up their own **email server*
|
||||
|
||||
## Stalwart
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**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.
|
||||
|
||||
{{< cards >}}
|
||||
@@ -30,6 +32,8 @@ Advanced system administrators may consider setting up their own **email server*
|
||||
{{< card link="https://stalw.art/docs/get-started" title="Documentation" icon="document-text" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
Stalwart's [PGP implementation](https://stalw.art/docs/encryption/overview) is unique among our self-hosted recommendations and allows you to operate your own mail server with encrypted message storage, lessening the risk of unauthorized access to your emails. If you additionally configure Web Key Directory (WKD) on your domain, and if you use an email client which supports PGP and WKD for outgoing mail (like Thunderbird), then this is the easiest way to get self-hosted E2EE compatibility with all [Proton Mail](../../services/email/index.md#proton-mail) users.
|
||||
|
||||
Stalwart does **not** have an integrated webmail, so you will need to use it with a [dedicated email client](../../software/email-clients/index.md) or find an open-source webmail to self-host, like Nextcloud's Mail app.
|
||||
@@ -38,6 +42,8 @@ We use Stalwart for our own internal email at *Privacy Guides*.
|
||||
|
||||
## Mailcow
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**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.
|
||||
|
||||
{{< cards >}}
|
||||
@@ -45,11 +51,17 @@ We use Stalwart for our own internal email at *Privacy Guides*.
|
||||
{{< card link="https://docs.mailcow.email" title="Documentation" icon="document-text" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
## Mail-in-a-Box
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**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.
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="https://mailinabox.email" title="Homepage" icon="home" >}}
|
||||
{{< card link="https://mailinabox.email/guide.html" title="Documentation" icon="document-text" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
@@ -22,6 +22,8 @@ Self-hosting your own **file management** tools may be a good idea to reduce the
|
||||
|
||||
### PhotoPrism
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**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.
|
||||
|
||||
{{< cards >}}
|
||||
@@ -29,10 +31,14 @@ Self-hosting your own **file management** tools may be a good idea to reduce the
|
||||
{{< card link="https://photoprism.app/privacy" title="Privacy Policy" icon="eye" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
## File Sharing and Sync
|
||||
|
||||
### FreedomBox
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**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.
|
||||
|
||||
{{< cards >}}
|
||||
@@ -40,8 +46,12 @@ Self-hosting your own **file management** tools may be a good idea to reduce the
|
||||
{{< card link="https://wiki.debian.org/FreedomBox/Manual" title="Documentation" icon="document-text" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
### Nextcloud
|
||||
|
||||
{{< title-card >}}
|
||||
|
||||
**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.
|
||||
|
||||
{{< cards >}}
|
||||
@@ -49,6 +59,8 @@ Self-hosting your own **file management** tools may be a good idea to reduce the
|
||||
{{< card link="https://nextcloud.com/privacy" title="Privacy Policy" icon="eye" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
[{{< badge content="Google Play" color="green" >}}](https://play.google.com/store/apps/details?id=com.nextcloud.client)
|
||||
[{{< badge content="App Store" color="blue" >}}](https://apps.apple.com/app/id1125420102)
|
||||
[{{< badge content="GitHub" >}}](https://github.com/nextcloud/android/releases)
|
||||
|
||||
@@ -4,9 +4,13 @@ title: Password Sync
|
||||
|
||||
## Vaultwarden
|
||||
|
||||
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.
|
||||
{{< title-card >}}
|
||||
|
||||
**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 >}}
|
||||
{{< card link="https://github.com/dani-garcia/vaultwarden#readme" title="Repository" icon="code" >}}
|
||||
{{< card link="https://github.com/dani-garcia/vaultwarden/wiki" title="Documentation" icon="document-text" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
{{< /title-card >}}
|
||||
|
||||
Reference in New Issue
Block a user