Hello, I’m trying to host my own kbin instance. Mainly for fun and to see if it will work but also because that kind of is the point of federation.

I managed to get it up and running and I can search for other magazines and they turn up in the search but are completely empty and do not fill up with content after some hours. Also wenn I click subscribe I get an error 500. I followed the admin guide and I think the problem is my reverse proxy but I don’t know how to get around it. Does anyone have experience or maybe knows some place where I can direct some questions?

Thanks!

  • flauschke@feddit.deOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    I fixed it. It seems to work now. For future reference:

    Due to my reverse proxy setup the php container identified it’s own URL as being accessed via HTTP. Settings HTTPS=on in the config did the trick. This will force symfony to assume HTTPS for all communication.

    Edit: it seems my comments are not being federated so I could still use some help. Edit 2: it seems all it needed was some patience