cleanup, remove grabbing mastofe from image
This commit is contained in:
parent
3fc438440e
commit
263e1e7e7f
2 changed files with 0 additions and 27 deletions
|
|
@ -730,7 +730,6 @@ function fedi_sync_blocklists {
|
||||||
|
|
||||||
# update standalone frontends
|
# update standalone frontends
|
||||||
function fedi_update_frontends {
|
function fedi_update_frontends {
|
||||||
local chuckya_image_url=ghcr.io/synth-download/mastodon:nightly
|
|
||||||
local chuckya_fe_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/chuckya-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_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 akkoma_iceshrimp_url=https://github.com/sneexy-boi/synth.download/releases/download/fedi-frontend/akkoma-fe-iceshrimp.zip
|
||||||
|
|
@ -755,14 +754,6 @@ function fedi_update_frontends {
|
||||||
# TODO: it's probably possible to turn this into an array loop of some sort
|
# TODO: it's probably possible to turn this into an array loop of some sort
|
||||||
echo "${blue}update-frontends:${normal} Updating standalone frontends..."
|
echo "${blue}update-frontends:${normal} Updating standalone frontends..."
|
||||||
if [ -d "$frontend_folder" ]; then
|
if [ -d "$frontend_folder" ]; then
|
||||||
# update merpstodon frontend files
|
|
||||||
echo "${blue}Updating Chuckya...${normal}"
|
|
||||||
chuckya_web=$(docker create "$chuckya_image_url")
|
|
||||||
mkdir -p $frontend_folder/chuckya-masto
|
|
||||||
docker cp "$chuckya_web:/opt/mastodon/public" "/var/www/fedi-frontends/chuckya-masto"
|
|
||||||
docker stop "$chuckya_web" && docker rm "$chuckya_web"
|
|
||||||
unset chuckya_web
|
|
||||||
echo "${green}Okay.${normal}"
|
|
||||||
# update mastodon
|
# update mastodon
|
||||||
echo "${blue}Updating Standalone Chuckya...${normal}"
|
echo "${blue}Updating Standalone Chuckya...${normal}"
|
||||||
_repeat_process $chuckya_fe_url chuckya-fe chuckya-fe
|
_repeat_process $chuckya_fe_url chuckya-fe chuckya-fe
|
||||||
|
|
|
||||||
|
|
@ -109,24 +109,6 @@ services:
|
||||||
command:
|
command:
|
||||||
- "/mastodon/public/system"
|
- "/mastodon/public/system"
|
||||||
|
|
||||||
# tor is a wip - consider setting up later
|
|
||||||
## Uncomment to enable federation with tor instances along with adding the following ENV variables
|
|
||||||
## http_hidden_proxy=http://privoxy:8118
|
|
||||||
## ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
|
|
||||||
# tor:
|
|
||||||
# image: sirboops/tor
|
|
||||||
# networks:
|
|
||||||
# - external_network
|
|
||||||
# - internal_network
|
|
||||||
#
|
|
||||||
# privoxy:
|
|
||||||
# image: sirboops/privoxy
|
|
||||||
# volumes:
|
|
||||||
# - ./priv-config:/opt/config
|
|
||||||
# networks:
|
|
||||||
# - external_network
|
|
||||||
# - internal_network
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
db:
|
db:
|
||||||
name: postgres_db
|
name: postgres_db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue