sketch for custom domain page

This commit is contained in:
muppeth 2021-07-26 18:36:29 +02:00
parent 6114824888
commit bec94a9d52
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
8 changed files with 139 additions and 0 deletions

BIN
pages/custom_domain/E-R.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@ -0,0 +1,19 @@
---
title: 'Custom domain'
bgcolor: '#1F5C60'
fontcolor: '#FFF'
wider_column: right
---
# Custom domain
---
Disroot offers custom domain feature for email and XMPP/Jabber chat.
This means you could connect your private domain name and use disroot services to send emails or chat under eg. jannedoe@mydomain.net.
<br>
We offer it to anyone who decides to donate equivalent of at least 12 coffees or other bewerage of your choice on time or annually (you decide).
**Custom domain linking is for life!**
As long as disroot is alive!
<p>

View File

@ -0,0 +1,8 @@
---
title: 'How to'
bgcolor: '#8EB726'
fontcolor: '#FFF'
text_align: center
---
# How to Get it?

View File

@ -0,0 +1,14 @@
---
title: 'Step1'
bgcolor: '#FFF'
fontcolor: '#555'
wider_column: right
---
# Step 1:
## Get yourself a domain
---
If you don't have one yet, you should get yourself a domain. At this moment Disroot does not provide domain purchase feature, so you need to go elsewhere. There is plenty of domain providers around, so do some search and go shopping. Try to choose some more local, ethical, small domain registrar instead of going to big buisiness. Support your local econnomy.

View File

@ -0,0 +1,20 @@
---
title: 'Step 2'
bgcolor: '#FFF'
fontcolor: '#555'
wider_column: right
---
# Step 2:
## Setup DNS
---
Once you have your own domain, to link to disroot.org you need to do two things:
## Prove you own the domain
Simply create a **TXT** record with: **disroot.org-yourdomain.ltd** replacing *yourdomain.ltd* with your domain name
## Point your domain to disroot.org
- ▪️ Set MX record to **mx01.disroot.org.**
- ▪️ Set **"v=spf1 mx a ptr include:disroot.org -all"** This allows you to send emails from your own servers as well as disroot ones. This is just a default setting that should be applicable to most of the scenarios. If you want to learn more about SPF records and would like to tweak yours, check the web for more info. eg. [this page](https://www.dmarcanalyzer.com/spf/how-to-create-an-spf-txt-record/)
<br><br>

View File

@ -0,0 +1,44 @@
---
title: 'Step 3'
bgcolor: '#FFF'
fontcolor: '#555'
wider_column: right
---
# Step 3:
## Donate to Disroot
---
Disroot survives on your financial contribution. This allows us to be fully independent and it is what pays the bills for hosting disroot, as well as adds to the ultimate goal of putting food on our table to.
Custom domain linking feature is for life. This means there is no subscribtion nor price tag attached to it. You decide how much you value our work and our service and how much you are willing to pay for this feature.
As an indicator we propose equivalent of 12 coffees a year (inviting your admins for a cup of your favourite coofee from your fav coffeeshop is something that should be a human right :P ). What coffee and what price you decide. Just keep in mind, well being of the platform means a well being of your communication. Let's keep it healthy
To donate to disroot, choose one of the possible options below. Make sure to create a reference name for your donation, something you can use in the request form below so we can check that you have donated. Once we process the request, the reference information linking to your account will be removed from our administration (however it won't be, for obvious reasons from bank or paypal as we have no control over it so keep that in mind))
#### Online donation:
<div class="donate">
<a href="https://liberapay.com/Disroot/donate" target=_blank><img alt="Donate using Liberapay" src="donate/_donate/lp_button.png" /></a>
<a href="https://www.patreon.com/bePatron?u=8269813" target=_blank><img alt="Become a Patron" src="donate/_donate/p_button.png" /></a>
<a href="https://flattr.com/profile/disroot" target=_blank><img alt="Flatter this!" src="donate/_donate/f_button.png" /></a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&lc=en&hosted_button_id=AW6EU7E9NN3VQ" target=_blank><img alt="Paypal" src="donate/_donate/pp_button.png" /></a>
<a href="/cryptocurrency"><img alt="Cryptocurrency" src="donate/_donate/c_button.png" /></a>
</div>
#### Bank transfer:
<span style="color:#8EB726; font-size:1.8em;"> Stichting Disroot.org <br>
IBAN: NL19 TRIO 0338 7622 05<br>
BIC: TRIONL2U
</span>
Credit cards:<br><span style="color:#8EB726;"> You can use the blue Paypal button for credit card donations, A Paypal account is not needed. </span>
<br><br>

View File

@ -0,0 +1,16 @@
---
title: 'Step 4'
bgcolor: '#1F5C60'
fontcolor: '#FFF'
#bgcolor: '#C6FF9D'
#fontcolor: '#555'
wider_column: left
---
# Step 4:
## Request custom domain linking
---
Now, almost there. If you got your domain, set up DNS and injected your admins with fresh cafeine, you can fill in the form and submit your request for custom domain linking.
We are processing requests every friday afternoon. Once processed, you will get email with all the needed information to get you onboard sending messages from your own domain.
<br>
<a class="button button1" href="https://disroot.org/forms/domain-linking-request">Domain Linking Form</a>

View File

@ -0,0 +1,18 @@
---
title: 'Custom domain'
bgcolor: '#fff'
content:
items: '@self.modular'
order:
by: default
dir: asc
custom:
- _custom_domain
- _how
- _step1
- _step2
- _step3
- _step4
body_classes: modular
header_image: E-R.jpg
---