From fc552e4ef4439636a00be9d6e1bca21369a407ef Mon Sep 17 00:00:00 2001 From: Viet Date: Tue, 15 Oct 2024 17:28:05 +0700 Subject: [PATCH 1/5] Add AesirX Shield of Privacy to Analytics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 369d3b1..5693446 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ ✅ **Instead use** - [Ackee](https://ackee.electerious.com/) - Self-hosted website analytics. +- [AesirX Shield of Privacy](https://shield.aesirx.io/) - Decentralized consent management platform. - [Aptabase](https://aptabase.com) - Open-source, privacy-first and simple analytics for mobile and desktop apps. - [Cabin](https://withcabin.com) - Privacy-first, carbon conscious web analytics. - [GoatCounter](https://www.goatcounter.com/) - Privacy aware, lightweight and open-source analytics platform. From 6a62e409e5c05ebfeae87b60d8c142862bd93b55 Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:05:20 +0100 Subject: [PATCH 2/5] Update Personal Finance: Add shared expenses, more sections, etc --- README.md | 50 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e917894..4df529d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,11 @@ - [Pastebin and Secret Sharing](#pastebin-and-secret-sharing) - [Payments](#payments) - [Personal Finances](#personal-finances) + - [Full Featured Financial Management](#full-featured-financial-management) + - [Budget Management](#budget-management) + - [Shared Expenses](#shared-expenses) + - [Others](#others) + - [Portfolio Trackers](#portfolio-trackers) - [Photo Editing and Management](#photo-editing-and-management) - [Photo Storage](#photo-storage) - [Privacy Tools](#privacy-tools) @@ -1028,21 +1033,44 @@ These tools are useful when sharing secrets, code snippets or any other kind of [Back to top 🔝](#contents) ## Personal Finances -### FIAT -- [Budget Zen](https://budgetzen.net) - Simple and Encrypted Budget Management. -- [Debitum](https://github.com/Marmo/debitum) - With Debitum you can track all kinds of IOUs, be it money or lent items. + +### Full Featured Financial Management + +- [Actual](https://actualbudget.org) - Super fast and privacy-focused app for managing your finances. +- [Firefly III](https://www.firefly-iii.org/) - A free and open source personal finance manager. - [GnuCash](https://gnucash.org/) - GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows. -- [IHateMoney](https://ihatemoney.org/) - Manage your shared expenses, easily. - - [MoneyBuster](https://gitlab.com/eneiluj/moneybuster/) - Android client for Nextcloud Cospend and [IHateMoney](https://ihatemoney.org/) servers. -- [My Expenses](https://github.com/mtotschnig/MyExpenses) - Featureful GPL licenced Android Expense Tracking App. -- [Nextcloud Cospend](https://apps.nextcloud.com/apps/cospend) - A group/shared budget manager inspired by the great IHateMoney. - - [MoneyBuster](https://gitlab.com/eneiluj/moneybuster/) - Android client for Nextcloud Cospend and [IHateMoney](https://ihatemoney.org/) servers. +- [Maybe](https://maybefinance.com/) - Open Source and secure OS for your personal finances. + +### Budget Management +- [Budget Zen](https://budgetzen.net) - Simple and Encrypted Budget Management. - [ProExpense](https://github.com/arduia/ProExpense/) - A simple free finance note to safely record daily expenses. +- [My Expenses](https://github.com/mtotschnig/MyExpenses) - Featureful GPL licenced Android Expense Tracking App. -### CRYPTO -⛔ Avoid using any exchange portfolio tracking or any app like Blockfolio as they **do not** respect your privacy in any way. +### Shared Expenses -✅ Instead use Rotki, an awesome, feature-rich and open source app: +⛔ **Avoid** + +- Tricount - App size is massive (~200MB) and contains many trackers from Facebook, Google and Huawei. +- Splitwise - App contains trackers from Google and Amazon. + +✅ **Instead use** + +- [Spliit](https://github.com/spliit-app/spliit#readme) - Share Expenses with Friends & Family. No ads. No account. Open Source. Forever Free. +- [PeerSplit](https://github.com/tanayvk/peersplit#readme) - [Website](peersplit.app) - Track and split group expenses. 100% free, 100% private. +- [SplitPro](https://github.com/oss-apps/split-pro#readme) - [Website](https://splitpro.app) - Split Expenses with your friends for free. An open source alternative to SplitWise. +- [IHateMoney](https://ihatemoney.org/) - Manage your shared expenses, easily. Lacks unequal splitting. + - [MoneyBuster](https://gitlab.com/eneiluj/moneybuster/) - Android client for Nextcloud Cospend and IHateMoney servers. +- [Nextcloud Cospend](https://apps.nextcloud.com/apps/cospend) - A group/shared budget manager inspired by the great IHateMoney. + - [MoneyBuster](https://gitlab.com/eneiluj/moneybuster/) - Android client for Nextcloud Cospend and IHateMoney servers. + +### Others + +- [Debitum](https://github.com/Marmo/debitum) - With Debitum you can track all kinds of IOUs, be it money or lent items. + +### Portfolio trackers + +- [Ghostfolio](https://github.com/ghostfolio/ghostfolio#readme) - open source wealth management software built with web technology. +- [PortfolioPerformance](https://www.portfolio-performance.info/en/) - An open source tool to calculate the overall performance of an investment portfolio- - [Rotki](https://github.com/rotki/rotki) - An awesome portfolio tracking, analytics, accounting and tax reporting application that protects your privacy. ## Photo Editing and Management From 1eff10cac33dd5f96dd0f2ff20b4bcb98f759288 Mon Sep 17 00:00:00 2001 From: dillonstreator Date: Sat, 25 Jan 2025 19:11:44 -0600 Subject: [PATCH 3/5] Add crypt.fyi Ephemeral zero-knowledge sensitive data sharing platform with web, cli, and chrome-extension clients. It offers a suite of configurations beyond the standard, including IP/CIDR allow-listing and webhooks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4df529d..0679f42 100644 --- a/README.md +++ b/README.md @@ -1006,6 +1006,7 @@ GNU/Linux is a family of free (as in freedom and as in free beer) and open sourc These tools are useful when sharing secrets, code snippets or any other kind of text with others in a private way. +- [crypt.fyi](https://crypt.fyi) - Ephemeral zero-knowledge sensitive data sharing platform with web, cli, and chrome-extension clients - [NoPaste](https://github.com/bokub/nopaste) - Open Source pastebin alternative that works with no database, and no back-end code. Instead, the data is compressed and stored entirely in the link that you share, nowhere else. - [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. - [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files. From 106f4f3dd5ff0c71d3a98a9ed95e83fff23f29ec Mon Sep 17 00:00:00 2001 From: bitSheriff <44727821+bitSheriff@users.noreply.github.com> Date: Sun, 23 Feb 2025 15:01:04 +0100 Subject: [PATCH 4/5] added Phil Zimmermann quote --- misc/QUOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/QUOTES.md b/misc/QUOTES.md index e5895e7..16ddfc5 100644 --- a/misc/QUOTES.md +++ b/misc/QUOTES.md @@ -14,3 +14,5 @@ Companies that diminish and weaken our privacy are not our friends: > Ultimately, saying that you don't care about privacy because you have nothing to hide is no different from saying you don't care about freedom of speech because you have nothing to say. Or that you don't care about freedom of the press because you don't like to read. Or that you don't care about freedom of religion because you don't believe in God. Or that you don't care about the freedom to peacably assemble because you're a lazy, antisocial agoraphobe. - Edward Snowden > Without strong encryption, you will be spied on systematically by lots of people. - Whitfield Diffie + +> If privacy is outlawed, only outlaws will have privacy. - [Phil Zimmermann](http://www.philzimmermann.com/EN/essays/WhyIWrotePGP.html) From 396102a5cd783c26317be496a66a8305bd41dbb6 Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:16:21 +0100 Subject: [PATCH 5/5] Replace mull with ironfox (#502) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0679f42..4d93e67 100644 --- a/README.md +++ b/README.md @@ -1534,7 +1534,7 @@ Here are some open source and truly private (no personal data and/or credit card #### Android / iOS - [Brave](https://brave.com/) - Android/iOS. Brave offers a pretty good out-of-the-box set of privacy and tracker protections. - [Firefox](https://www.mozilla.org/en-US/firefox/mobile/) - Android/iOS - - [🤖](#icons) [Mull](https://f-droid.org/en/packages/us.spotco.fennec_dos/) - Privacy hardened fork of Firefox for Android, with proprietary blobs removed. + - [🤖](#icons) [IronFox](https://gitlab.com/ironfox-oss/IronFox) - Mull browser fork. A hardened fork of Firefox for Android, with proprietary blobs removed. - [🤖](#icons) [Vanadium](https://vanadium.app/) - Privacy and security enhanced releases of Chromium by GrapheneOS. - [🤖](#icons) [Privacy Browser](https://www.stoutner.com/privacy-browser/) - [Tor Browser](https://www.torproject.org/) - iOS/Android. Defend yourself against tracking and surveillance and circumvent censorship.