point fedi-fe urls to hardcoded tag
This commit is contained in:
parent
8d3bfad4e0
commit
1ab677064c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue