Compare commits

..

6 Commits

Author SHA1 Message Date
pluja
e068cc65cf
Merge pull request #254 from B-Interactive/bliss-launcher
Add Bliss Launcher
2022-09-28 06:34:19 +00:00
pluja
d87ee33579
Merge pull request #253 from B-Interactive/proton-drive
Add Proton Drive
2022-09-28 06:33:50 +00:00
pluja
029c136d05
Merge pull request #252 from B-Interactive/mailcow-dockerized
Add mailcow: dockerized
2022-09-28 06:28:45 +00:00
David Armstrong
a0dc5758f6
Add Bliss Launcher
One of the more normal open-source launchers available on F-Droid.
2022-09-27 22:50:32 +10:00
David Armstrong
263e7e82be
Add Proton Drive
Proton Drive was [officially launched](https://proton.me/blog/proton-drive-launch) last week.
2022-09-27 22:43:36 +10:00
David Armstrong
8af7f399b8
Add mailcow: dockerized
Full featured self-hosted email solution using Docker.
2022-09-27 22:16:20 +10:00

View File

@ -182,6 +182,8 @@ Third-party launchers found on the play store. They may contain ads/trackers and
- [Pie Launcher](https://github.com/markusfisch/PieLauncher) - Android home screen launcher that uses a dynamic pie menu instead of fixed positioned icons. - [Pie Launcher](https://github.com/markusfisch/PieLauncher) - Android home screen launcher that uses a dynamic pie menu instead of fixed positioned icons.
- [Simple App Launcher](https://github.com/SimpleMobileTools/Simple-App-Launcher) - A simple holder for favourite apps for quick & easy app launcher icon management. - [Simple App Launcher](https://github.com/SimpleMobileTools/Simple-App-Launcher) - A simple holder for favourite apps for quick & easy app launcher icon management.
- [Rootless Pixel Launcher](https://github.com/amirzaidi/Launcher3) - The Launcher3 fork known as "Rootless Pixel Launcher". - [Rootless Pixel Launcher](https://github.com/amirzaidi/Launcher3) - The Launcher3 fork known as "Rootless Pixel Launcher".
- [Bliss Launcher](https://f-droid.org/en/packages/foundation.e.blisslauncher/) - The default launcher of the /e/ Android-based OS.
It allows users to easily create and browse group of apps and it displays notification badges on app icons.
## Bookmarking ## Bookmarking
<img width="16" src="misc/forbidden.png"> </img> **Avoid** <img width="16" src="misc/forbidden.png"> </img> **Avoid**
@ -224,6 +226,7 @@ Google captchas use cookies to track users and rank their IPs.
- [Nextcloud](https://nextcloud.com/) - The open source self-hosted productivity platform that keeps you in control. - [Nextcloud](https://nextcloud.com/) - The open source self-hosted productivity platform that keeps you in control.
- [Seafile](https://www.seafile.com/en/home/) - High performance file syncing and sharing. It includes a Wiki, WYSIWYG editing and other knowledge management features. - [Seafile](https://www.seafile.com/en/home/) - High performance file syncing and sharing. It includes a Wiki, WYSIWYG editing and other knowledge management features.
- [Peergos](https://peergos.org/) - Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client. Open source and self-hostable. - [Peergos](https://peergos.org/) - Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client. Open source and self-hostable.
- [Proton Drive](https://proton.me/drive) - End-to-end encrypted Swiss vault for your files that protects your data. [Read this article over Climate activist arrest](https://protonmail.com/blog/climate-activist-arrest/).
**Other useful tools** **Other useful tools**
- [Cryptomator](https://cryptomator.org) - Cryptomator encrypts your data quickly and easily. Afterwards you upload them protected to your favorite cloud service - [Cryptomator](https://cryptomator.org) - Cryptomator encrypts your data quickly and easily. Afterwards you upload them protected to your favorite cloud service
@ -488,6 +491,7 @@ No servers involved. Everything goes directly from one peer to the other peer. N
### Self-Hosted ### Self-Hosted
- [Mail-in-a-box](https://github.com/mail-in-a-box/mailinabox) - Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box. - [Mail-in-a-box](https://github.com/mail-in-a-box/mailinabox) - Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
- [Docker mail server](https://github.com/docker-mailserver/docker-mailserver) - A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker. - [Docker mail server](https://github.com/docker-mailserver/docker-mailserver) - A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker.
- [Mailcow: dockerized](https://github.com/mailcow/mailcow-dockerized) - The mailserver suite with the 'moo'.
### Clients ### Clients