I have installed Writefreely on my own server with Debian 10, Apache, MySQL and PHP8.1.
Everything seems to work fine, but unfortunately, I have problems with federation. Although I have configured writefreely to work with a reverse proxy (https://regenpfeifer.de), my federation name shows up as: @regenpfeifer@localhost:8080. Of course it should read as @regenpfeifer@regenpfeifer.de
Unfortunately, it seems, that I have similar problems with the URLS, of my posts. They are also all linking to http://localhost:8080/
I would very much appreciate any hints how I have to configure my settings (maybe the Apache VHost?) in order to get this working.
Right, you’ll want to set the correct domain name in the [app] section of your config.ini. That’s what WriteFreely uses for things like the fediverse ID / domain.
I had previously tried to set the URL in the [app] section, but I forgot, that I had to restart the writefreely-service, I only restarted the apache. So this didn’t work. Now I have set the correct URL-entry and restarted writefreely - and everything works fine!