- This topic is empty.
-
AuthorPosts
-
February 20, 2023 at 11:51 am #4241
Ronald
GuestJust FYI to the community we tweaked the installation one-liner slightly to improve best practices a bit…
Old:
wget -O ss slick.fyi && bash ss
New:
wget -O ss slick.fyi/ss && bash ss
February 20, 2023 at 11:53 am #4242Gary
GuestThis is because we are now using the
slick.fyidomain for a few other things, such as in the root crontab as part of the self-healing function. Instead of hardcoding the raw files from GitHub, we now use this shortcut domain which means we could rapidly point SS servers to a “backup” server in case of GitHub problems like happened last week.See here
https://github.com/littlebizzy/slickstack/blob/master/crons/00-crontab.txt
It now “heals” from e.g.
https://slick.fyi/crons/01-cron-minutely.txt
February 20, 2023 at 11:55 am #4243Gloria
GuestSo now
https://slick.fyi/crons/*is 302 redirected using Cloudflare Page Rules to GitHub raw files, but in case of emergency we could point to GitLab or etc.This means we need a more unique URL for virgin installs which is why that is now
slick.fyi/ssinstead of justslick.fyiFebruary 20, 2023 at 11:58 am #4244Sandra
GuestFor now
slick.fyiwill also point to rawss-installfile, just likeslick.fyi/sshowever that will likely change in the future.February 20, 2023 at 11:58 am #4245Mason
GuestHere is what it points to:
https://raw.githubusercontent.com/littlebizzy/slickstack/master/bash/ss-install.txt
February 20, 2023 at 12:00 pm #4246Benjamin
GuestTLDR
slick.fyi/ssis now considered more canonical for retrieving the latestss-installfile during virgin SlickStack installations 🙂If any problems with functionality or DNS/security questions let us know.
February 28, 2023 at 9:13 am #4377Alice
Guestnice
March 16, 2023 at 7:17 pm #4624Lauren
Guestwhy do you guys use .fyi just curious?
March 24, 2023 at 10:57 pm #4701Bruce
Guestwhy do you guys use .fyi just curious?
No reason, it was just available and cheap at the time… not anymore lol, I don’t recommend registering that TLD anymore.
-
AuthorPosts