ffff
This commit is contained in:
parent
f74cac2d22
commit
5a360faa51
5
content/_index.md
Normal file
5
content/_index.md
Normal file
@ -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.
|
27
content/email.md
Normal file
27
content/email.md
Normal file
@ -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.
|
18
content/providers.md
Normal file
18
content/providers.md
Normal file
@ -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
|
33
hugo.toml
33
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
|
Loading…
Reference in New Issue
Block a user