hyperdefined
hyperdefined
> can confirm, response is `You've been blocked by network security` (403 Forbidden) when building the OAuth token, built from latest commit `a989d19` and `redlib v0.36.0`. occurs from more than...
> I have a theory for why this issue may be occurring. Reddit may be limiting how many OAuth sessions there can be for a given IP address, and my...
Make sure HLS is enabled in settings (https://cobalt.tools/settings/video#youtube-hls).
Should use Caddy instead of NGINX. This is my Dockerfile for hosting web: https://github.com/caninetools/cobalt/blob/main/docker-build/Dockerfile-web
I swapped to Caddy since I like it better personally, and I like how it's more lightweight. As for the environment variables, they are in the build file itself. You...