The User one is intended to illustrate the various common use cases, possibilities regarding customization and introduce the existing functionalities. The Administrator one explains the step by step of how to install and maintain a GNU social instance, be it as node of The Free Network or as an intranet social network in a company setting. The Developer one starts by introducing the Modules system and architecture, then the plugin development process and finally the exciting internals of GNU social for those looking forward to make the most advanced contributions.
13 lines
648 B
Markdown
13 lines
648 B
Markdown
### Configuring DNS
|
|
|
|
In order for your GNU social node to be accessible with your chosen
|
|
hostname, you can create an `A` or `AAAA` DNS record, with your
|
|
server's fixed IP v4 or v6 respectively in your DNS provider
|
|
(normally, your domain registrar); the `A` record doesn't need to be
|
|
at the root of your domain, meaning it's name can be a subdomain. For
|
|
dynamic IPs, create a `CNAME` record pointing to the hostname you
|
|
created with your chosen Dynamic DNS host. A `CNAME` cannot normally be created
|
|
for a domain root, so you must use a subdomain. Note that some DNS
|
|
providers provide 'CNAME flattening', in which case you can use your
|
|
root domain.
|