this post was submitted on 21 Nov 2023
1 points (100.0% liked)
Mastodon
23 readers
1 users here now
Mastodon is
- A free, open-source social network software based on ActivityPub
- A network of independent social media sites powered by Mastodon
Helpful links
-
The official Mastodon account. . Follow for news.
Registrations for 'mastodon.social' are often closed, but you can learn more about Mastodon and register with another instance at joinmastodon.org. It doesn't matter which instance you register on - you can still follow anyone on any instance.
If you are looking for service providers that can host and manage an instance for you:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The technical reason is the nginx service is expecting a domain name so it can route it to the right webserver.
You can use nginx to host multiple domains that get sent to different web servers.
For example, i have a
pixelfed.mydomain
and amastodon.mydomain
configured in nginx, which are both hosted on the same server.If you're just using an IP address, it won't know where to forward your requests too.
There might be a "default" config you could use, or maybe you could use an IP in the
server_name
option, but it would be less confusing to just get a temporary domain as u/fruey suggests.