From 5a360faa51b141cc1db73d552cc09b105098af10 Mon Sep 17 00:00:00 2001 From: fzorb Date: Mon, 30 Dec 2024 11:20:52 +0200 Subject: [PATCH] ffff --- content/_index.md | 5 +++++ content/email.md | 27 +++++++++++++++++++++++++++ content/providers.md | 18 ++++++++++++++++++ hugo.toml | 33 +++++++++++++++++++++++++++++++-- 4 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 content/_index.md create mode 100644 content/email.md create mode 100644 content/providers.md diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..1bf237c --- /dev/null +++ b/content/_index.md @@ -0,0 +1,5 @@ +--- +title: "The Directory" +--- + +**«The Directory»** is a directory of **free** and **privacy respecting** services. Click on one of our many categories above to find what the best services (in our oppinion) are. \ No newline at end of file diff --git a/content/email.md b/content/email.md new file mode 100644 index 0000000..d797a7b --- /dev/null +++ b/content/email.md @@ -0,0 +1,27 @@ +--- +title: Email +--- +Email is one of the most essential forms of communication on the internet. Althrough it is not relied as much as it was before, you still need an email address just to make an account on most services. + +## Email services +|Email Provider|Free?|Privacy score|Notes|Final Grade| +|--------------|-----|-------------|-----|-----------| +|[uq.ci](https://uq.ci)|Yes|10|N/A|10| +|[cock.li](https://cock.li)|Yes|10|New users are required to do a proof-of-work challenge to be able to send mail.|10| +|[cock.lt](https://cock.lt)|Yes|10|Registrations disabled temporarily.|10| +|[pissmail.com](https://pissmail.com)|Yes|10|One account per IP|10| +|[riseup.net](https://riseup.net)|Yes|10|Invite required|9.50| +|[tuta.io](https://tuta.io)|Yes|10|Account must go through manual verification.|9| +|[namecrane.com](https://namecrane.com)|25 EUR/yr for 100GB|9.50|Crypto payments are supported.|9| +|[protonmail.com](https://protonmail.com)|Yes|9|You sometimes, in order to prevent abuse, have to provide them with an email that is from another provider.|8.50| +|[mailbox.org](https://mailbox.org)|1 EUR/mo cheapest plan|7|Crypto payments are not supported (yet) and you must pay for your inbox with a credit card.|8| +## Selfhosting your email +If you don't like any of the providers above, you might want to host your own Email server. THere are numerous all-in-one solutions for the job, listed below: +|Name|Minimum requirements|Reccomended Requirements|Notes| +|----|--------------------|------------------------|-----| +|[Docker Mailserver](https://github.com/docker-mailserver/docker-mailserver)|512mb of ram w/o ClamAV|2GB of ram|This is a pretty simple, no-bullshit docker image that runs all you need to get the ball rolling with an email server.| +|[Mailcow](https://mailcow.email)|6GB of ram|N/A|Mailcow features a very nice UI for everything related to administering your own little Email server. Very welcoming for beginners. Uses Docker| +|[Mail in a box](https://mailinabox.email/)|512mb of ram|1GB of ram|Kinda like mailcow but everything is ran on the system. You however have to dedicate a box to it and use Ubuntu 22.04.| +|[Luke Smith's emailwiz](https://github.com/LukeSmithxyz/emailwiz)|~512MB|N/A|A stupidly simple email setup script.| +### Is it a good idea to selfhost your email? +Depends. If you value your time you should probably just use a well estabilished service, as IP reputation is a pain in the rear end. diff --git a/content/providers.md b/content/providers.md new file mode 100644 index 0000000..f66cf0c --- /dev/null +++ b/content/providers.md @@ -0,0 +1,18 @@ +--- +title: Hosting Providers +--- +Below are a few hosting providers that don't ask a lot of questions and let you pay with crypto. +|Provider|Starting offer|Free speech|Locations|Notes| +|--------|--------------|-----------|---------|-----| +|[kyun.host](https://kyun.host)|3.41 EUR/mo for 512mb ram w/ IPv4|Yes|Spokane WA, USA & Bucharest, Romania|UDP traffic gets dropped in Romania location| +|[buyvm.net](https://buyvm.net)|3.50 EUR/mo for 1GB ram|Yes|Las Vegas, Miami, New York & Luxembourg|Fraud checks aren't done if paying with Crypto, but you will have to use it for all payments once you pay for a service via crypto.| +|[skhron.eu](https://skhron.eu)|1.10 EUR/mo for 512MB ram w/o IPV4|Yes|Sweden & Poland|IPv4 costs an additional 0.65 EUR/mo| +|[vsys.host](https://vsys.host)|5 EUR/mo for 1GB ram|Yes|Amsterdam, Seattle, Kyiv, Singapore|N/A| +|[alexhost.com](https://alexhost.com/)|4 EUR/mo for 1.5GB ram|Yes|Moldova, the Netherlands, Sweden, Bulgaria, Switzerland|N/A| +|[incognet.io](https://incognet.io/)|50 USD/year for 512mb ram|Yes|Washington, Pennsylvania, Missouri, Naaldwijk (the Netherlands)|N/A| +|[ihostart.com](https://ihostart.com)|9 EUR/mo for 8GB ram|Yes|Bucharest, Romania|UDP traffic gets dropped. Can sometimes be unstable. Support can sometimes suck.| +|[privex.io](https://privex.io)|1 EUR/mo for 256MB ram (IPv6 ONLY OFFER!)|Yes|Sweden, the Netherlands, Germany, Finland, US West|Cheaper plans don't come with IPv4| +|[1984.is](https://1984.is)|7.60 EUR/mo for 1GB ram|No|Iceland|N/A| +|[njal.la](https://njal.la)|15 EUR/mo for 1.5GB ram|No|Sweden|Njalla is not "free speech". Do your research. Also uses LXD, so you must use Linux.| + +**Shameless plug**: [bokku.xyz](https://bokku.xyz) - free shared static hosting \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 7e568b8..fb412fc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,32 @@ -baseURL = 'https://example.org/' +baseURL = 'https://directory.bokku.xyz/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'The Directory' +theme = "hugo-bearblog" + +[[menus.main]] +name = "Email" +pageRef = "/email" +weight = 10 + +[[menus.main]] +name = "Instant Messaging" +pageRef = "/im" +weight = 20 + +[[menus.main]] +name = "File Uploaders" +pageRef = "/file-uploaders" +weight = 30 + +[[menus.main]] +name = "Hosting Providers" +pageRef = "/providers" +weight = 40 + +[[menus.main]] +name = "Miscelaneous" +pageRef = "/miscelaneous" +weight = 50 + +[markup.goldmark.renderer] +unsafe = true \ No newline at end of file