add akkofe for mastodon
This commit is contained in:
parent
2da0c2c3f7
commit
318a434baa
2 changed files with 53 additions and 9 deletions
17
helperbot
17
helperbot
|
|
@ -704,8 +704,9 @@ function fedi_sync_blocklists {
|
|||
|
||||
# update standalone frontends
|
||||
function fedi_update_frontends {
|
||||
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/download/fedi-frontend/akkoma-fe.zip
|
||||
local chuckya_fe_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/chuckya-fe.zip
|
||||
local akkoma_chuckya_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/akkoma-fe-chuckya.zip
|
||||
local akkoma_iceshrimp_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/akkoma-fe-iceshrimp.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 frontend_folder=/var/www/fedi-frontends
|
||||
|
|
@ -728,11 +729,15 @@ function fedi_update_frontends {
|
|||
if [ -d "$frontend_folder" ]; then
|
||||
# update mastodon
|
||||
echo "${blue}Updating Mastodon...${normal}"
|
||||
_repeat_process $mastodon_fe_url masto-fe chuckya-fe
|
||||
_repeat_process $chuckya_fe_url chuckya-fe chuckya-fe
|
||||
echo "${green}Okay.${normal}"
|
||||
# update akkoma
|
||||
echo "${blue}Updating Akkoma...${normal}"
|
||||
_repeat_process $akkoma_fe_url akkoma-fe akkoma-fe
|
||||
# update akkoma iceshrimp
|
||||
echo "${blue}Updating Akkoma for Iceshrimp.NET...${normal}"
|
||||
_repeat_process $akkoma_iceshrimp_url akkoma-fe-iceshrimp akkoma-fe-iceshrimp
|
||||
echo "${green}Okay.${normal}"
|
||||
# update akkoma mastodon
|
||||
echo "${blue}Updating Akkoma for Chuckya...${normal}"
|
||||
_repeat_process $akkoma_chuckya_url akkoma-fe-chuckya akkoma-fe-chuckya
|
||||
echo "${green}Okay.${normal}"
|
||||
# update phanpy
|
||||
echo "${blue}Updating Phanpy...${normal}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue