Hello - first post here, I've been looking at starting a flarum forum, based on imported content from a previous community (and after playing with phpbb, I've come to the conclusion that flarum is a much better option).
I have a development environment set up, and one thing that I'm noticing is that flarum makes use of absolute URLs, which will make it difficult to take a cut of the (pre-)production database and present it as a dev environment, or to present the same forum through multiple domainnames.
Example from my dev environment on my local network, where the protocol, host and port is hardcoded into the page.
<link rel="stylesheet" href="http://cerebro.local:810/assets/forum.css?v=6e677644">
<link rel="next" href="http://cerebro.local:810?page=2">
<link rel="canonical" href="http://cerebro.local:810">
Interested to get views on this - is this something that has been discussed before (I couldn't find by searching), or is there a solution already in place?
Thanks,
Mike