frontends are on phosphorus now

This commit is contained in:
Ruben 2025-07-16 21:21:05 -05:00
commit 6b3b8ad7f5
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5

View file

@ -685,9 +685,9 @@ function fedi_update_frontends {
local pl_fe_url=https://pl.mkljczk.pl/pl-fe.zip local pl_fe_url=https://pl.mkljczk.pl/pl-fe.zip
local frontend_folder=/var/www/fedi-frontends local frontend_folder=/var/www/fedi-frontends
# frontends are on neptunium so it's less hassle to forward with caddy # frontends are on phosphorus along with the fediverse services
if [[ "$synth_current_system" != "neptunium" ]]; then if [[ "$synth_current_system" != "phosphorus" ]]; then
echo "${red}sync-blocklists:${normal} Sorry, this command will only work on neptunium." echo "${red}sync-blocklists:${normal} Sorry, this command will only work on phosphorus."
return 1 return 1
fi fi