My self hosted instance works in every way for federation, the test curl commands return JSON, I can comment and invite on another federation, and I can retrieve comments and posts by search.

My current problem is my instance does not appear to get updates from other servers when new comments are made. Is there any other troubleshooting or recommended configuration changes I should do?

For context, I am hosting my instance through kurbenetes using nginx-ingress.

  • seang96@exploding-heads.comOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I got content updating now. I had to add a nginx deployment with the standard nginx.conf loaded through a config map then used nginx-ingress to proxy the proxy container so that it would be live. Comments and posts are not syncing yet, but I think that may just need some time for the instances to sort themselves out with my instance. I’ll update if I can get comment / posting working or not.