- This topic is empty.
-
AuthorPosts
-
January 6, 2023 at 3:57 pm #3667
Ethan
GuestAm I doing something wrong? I never use this for my SS server, am I supposed to use this for something? cheers guys
January 6, 2023 at 3:59 pm #3668Linda
Guestgood question, I don’t know either.
so far no problems lol
January 7, 2023 at 3:55 pm #3672Kyle
GuestThe mirror subdomain was used a few years back for all URLs in
ss-functionsfor SlickStack to retrieve the core scripts and module config boilerplates for… but we discovered that GitHub Pages is not very scalable so we changed to usingraw.githubusercontent.comURLs instead for all those requests for better scaling and shorter cache validity.January 7, 2023 at 3:57 pm #3673Christian
GuestSlickStack still references the “mirror” URLs in the script headers though, because they are more human-readable and easier to remember and bookmark for easy reference.
But it’s the same exact content as the default GitHub view, and the “raw” view too.
January 7, 2023 at 3:59 pm #3674Dylan
GuestE.g. These are the same content:
https://mirrors.slickstack.io/crons/01-cron-often.txt
https://raw.githubusercontent.com/littlebizzy/slickstack/master/crons/01-cron-often.txt
But this URL pattern uses the GitHub UI, so you can’t
wgetit:https://github.com/littlebizzy/slickstack/blob/master/crons/01-cron-often.txt
January 7, 2023 at 4:01 pm #3675Jennifer
GuestFun fact
You can
wgetthe non-HTTPS version via mirrors subdomain:http://mirrors.slickstack.io/crons/01-cron-often.txt…but the “raw” URI cannot.
February 9, 2023 at 2:36 pm #4139Ruth
GuestSlickStack has noindexed the entire
mirrorssubdomain now to avoid duplicate content issues, just FYI better to search the GitHub repo if you’re using Google. -
AuthorPosts