Weilbyte / PVEDiscordDark

A Discord-like dark theme for the Proxmox Web UI.
MIT License
2.54k stars 240 forks source link

Made it IPv6 Only Friendly #138

Closed VoXaN24 closed 2 years ago

VoXaN24 commented 2 years ago

github.com hasn't IPV6 but https://raw.githubusercontent.com/ has IPV6 For machine with only IPv6 the script don't work, so i test to https://raw.githubusercontent.com and not github.com

Weilbyte commented 2 years ago

Thank you, can we change the URL to just https://raw.githubusercontent.com without the repository bit and test if that works?

As far as I can see it 301s to github.com but the check should still pass.

Weilbyte commented 2 years ago

And while you're at it, change the fail comment below it to reflect the changed URL.

VoXaN24 commented 2 years ago

You seems to have an 200 response when you "curl -sSf -f https://raw.githubusercontent.com/" So i change to that

VoXaN24 commented 2 years ago

It's updated

Weilbyte commented 2 years ago

Oh right, since it doesn't follow redirects by default. Thanks for your contribution.