summaryrefslogtreecommitdiff
path: root/docs/installation_guide/index.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-11-17 15:04:35 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-17 15:04:35 +0100
commitc56998ff0568f7fa53665e8820fda211098ebac3 (patch)
tree81a99a94b3bff5e2557daf96cdf19f5da762b143 /docs/installation_guide/index.md
parent[chore] Replace blocking Floc with Topics. (#1068) (diff)
downloadgotosocial-c56998ff0568f7fa53665e8820fda211098ebac3.tar.xz
[docs] add account domain documentation (#1065)
* [docs] add account domain documentation * add note about parent/subdomain
Diffstat (limited to 'docs/installation_guide/index.md')
-rw-r--r--docs/installation_guide/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation_guide/index.md b/docs/installation_guide/index.md
index b28deb7ff..78603b541 100644
--- a/docs/installation_guide/index.md
+++ b/docs/installation_guide/index.md
@@ -29,3 +29,5 @@ If you can't leave `443` and `80` open on the machine, don't worry! You can conf
To run a GoToSocial server, you also need a domain name, and it needs to be pointed towards your VPS or homeserver.
[Namecheap](https://www.namecheap.com/) is a good place to do this, but you can use any domain name registrar that lets you manage your own DNS.
+
+IMPORTANT: If you want to host GoToSocial at a different host from your desired account domain (eg., you want to host GtS at `fedi.example.org` but you want your account to show up at `example.org`), please read the [advanced configuration](./advanced.md) carefully, before proceeding with installation!