"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTO
torties moira 1y ago 100%
Do you guys think buba is tortie enough?
3
0
memes
Memes moira 1y ago 96%
water _WATER_
92
12
[Solved]Cloudflare 502 on Self-Hosted Owncast Server
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMO
    moira
    1y ago 100%

    As you are running cloudflared in docker container, by default 127.0.0.1/localhost equal that docker container. Easy fix is to add

    extra_hosts:
          - "host.docker.internal:host-gateway"
    

    to your cloudflared service in docker-compose. Then you can point tunnel to host.docker.internal and it should point to your docker host instead of localhost of container. (ofc after reloading services by docker-compose up -d)

    Another easy solution would be to make your owncast server listen on lan IP of your server, and point cloudflared tunnel to that

    1
  • [Solved] Firefox on Windows login issues?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMO
    moira
    1y ago 100%

    I also sometimes experience that issue, check in developer console if you don't have errors with websocket connections. Not sure what causing that (my side/server side), but most of the time CTRL+F5 (refresh with clearing cache) fixes the issue

    1