From 32e310d6620dde8052b0a36ab1c03b63f21f678e Mon Sep 17 00:00:00 2001 From: Lauren Toivanen Date: Fri, 13 Jun 2025 16:16:19 +0300 Subject: [PATCH] Adding how-to --- docs/how-to/index.md | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/docs/how-to/index.md b/docs/how-to/index.md index 700d368..c17c140 100644 --- a/docs/how-to/index.md +++ b/docs/how-to/index.md @@ -1,4 +1,34 @@ # How Tos -!!! TODO - Write those how-tos's +## Domain setup + +1. Contact me with the form to get a domain. +2. Set up a DNS server. For example with Cloudflare. + - Account home -> Add a domain + - This is not a CloudFlare tutorial + - Contact me to setup domain nameservers +3. Add DNS records to your DNS provider + + - Only CNAME records are needed for web hosting. + - MX and TXT records are for email hosting. + + | Type | Name | Content | notes | + |---|---|---|---| + | CNAME | * | virve.snuff.fi | + | CNAME | @ | virve.snuff.fi | + | MX | * | mail.snuff.fi | priority 10 | + | MX | @ | mail.snuff.fi | priority 10 | + | TXT | @ | "v=spf1 a mx include:_spf.mail.snuff.fi -all" | + | TXT | _DMARC | "v=DMARC1; p=reject; adkim=r; aspf=r; fo=1;" | + +## Hosting setup + +1. Add your site to Snuffi [dashboard](https://panel.snuff.fi) + Web -> Add web domain + If you have purchased email hosting, tick Mail Support + + !!! WARNING + Remember to enter the full domain including the extension + and subdomain if applicable. + + For example `im-cool.fi` or `hot-gal.snuf.fi`