Closed dbrgn closed 7 months ago
Use api.gfrör.li
Do the DNS entries for the new domain exist already?
danilo@c3po:~$ dig +short api.gfrör.li
danilo@c3po:~$
...no 🙂
To ensure compatibility, we'd need to think how we can handle the migration.
To ensure compatibility, we'd need to think how we can handle the migration.
Have both point to the same API server for some time? Then temporary redirect, then permanent redirect, then remove the old entry.
Does Rails use some kind of domain validation, where the valid domains need to be added to the config?
I'll set up the new domain, then we'll see 🙂
Seems to work!
I'll try to update the relay to the new domain as well.
Does Rails use some kind of domain validation, where the valid domains need to be added to the config?
Actually yes, but maybe we deactivated it?
Actually yes, but maybe we deactivated it?
I don't know anything about Rails, so you'll have to tell me 😂
Website is now updated. Still TO DO:
(And then, add a permanent redirect from the old to the new domain and look at logs. Once no requests come in for a few weeks to the old domain, we can stop serving it.)
Use api.gfrör.li instead of the old Coredump domain.
Refs #33