point fedi-fe urls to hardcoded tag

This commit is contained in:
Ruben 2025-07-31 00:19:51 -05:00
commit 1ab677064c
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -698,8 +698,8 @@ function fedi_sync_blocklists {
# update standalone frontends # update standalone frontends
function fedi_update_frontends { function fedi_update_frontends {
local mastodon_fe_url=https://github.com/sneexy-boi/synth.download/releases/latest/download/masto-fe.zip local mastodon_fe_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/masto-fe.zip
local akkoma_fe_url=https://github.com/sneexy-boi/synth.download/releases/latest/download/akkoma-fe.zip local akkoma_fe_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/akkoma-fe.zip
local phanpy_url=https://github.com/cheeaun/phanpy/releases/latest/download/phanpy-dist.zip local phanpy_url=https://github.com/cheeaun/phanpy/releases/latest/download/phanpy-dist.zip
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