A forum for discussing and organizing recreational softball and baseball games and leagues in the greater Halifax area.
Domain name change
-
wrote on 4 Dec 2023, 15:12 last edited byWhat 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.
-
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.wrote on 4 Dec 2023, 15:30 last edited byI don't think anything needs to be changed besides the URL in config.json
-
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.wrote on 4 Dec 2023, 16:33 last edited byHi, Really? So, nothing else, like pages saved in db that have the current domain name? That would be super simple :).
-
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.wrote on 4 Dec 2023, 16:33 last edited byPretty much what [@PitaJ](https://community.nodebb.org/user/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.
-
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.wrote on 4 Dec 2023, 16:34 last edited byWe of course can't account for **all** plugins. Probably if your NodeBB is from the mid 2010s, then it is possible some assets could still be using absolute URLs... but since then, at least the main plugins all use relative URLs.
-
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.wrote on 4 Dec 2023, 16:35 last edited byWonderful then. This is usually a job that ends up being a rabbit hole with a lot of other software. Thanks. I'll give it a try.
-
Pretty much what [@PitaJ](https://community.nodebb.org/user/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.wrote 4 days ago last edited byHi @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.
-