this post was submitted on 04 Dec 2023
0 points (NaN% liked)

General Discussion

0 readers
3 users here now

A place to talk about whatever you want


This is a forum category containing topical discussion. You can start new discussions by mentioning this category.

founded 2 months ago
 

What would be involved in changing the domain name of the forums? I've had to do this many times in the past and most times, it's been an absolute nightmare.

Nodebb seems so well designed that I'm hoping it's a relatively simple task.

top 3 comments
sorted by: hot top controversial new old
[–] julian@community.nodebb.org 0 points 1 year ago (1 children)

Pretty much what @PitaJ said, yes. Just update your DNS records so the new domain points to your NodeBB's IP (or reverse proxy), and update config.json with the new domain.

Everything uses relative links, and url in config.json is only ever used in situations where we don't have any context as to what URL to use, such as email digests.

[–] reynir@forum.fedi.dk 1 points 1 week ago (1 children)

Hi @julian@community.nodebb.org! Sorry to revive such an old thread. Is this still the case with nodebb 4 with ActivityPub? I vaguely remember that in other ActivityPub software it's somewhat problematic to change hostname.

[–] julian@community.nodebb.org 1 points 1 week ago

I forked the topic, it deserves a longer reply and isn't as related to the earlier topic.


@reynir@forum.fedi.dk that's a very good question, and having experienced it firsthand, I will share what happened.

I started a climbing news aggregator based off of NodeBB at https://news.crag.social/, and enabled federation. Later on, the forum rebranded under the OpenBeta umbrella and the domain name changed to community.openbeta.io.

This was the best case scenario, a NodeBB to NodeBB move. Every user maintained their accounts, maintained their public keys, and the only thing that changed was their id. I set up a blind 301 redirect to the new site, so every single URL (whose structure was unchanged, remember) went to the new URL.

Everybody still lost all their followers. The problem wasn't on my end, it was that remote users are tied to their ID and even though I left a redirect on the old domain to the new one, the support for this in other software is basically zero.

There are efforts to look into this, re: Account Portability, but I am unsure of the status of this work.