X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_pleroma.sh;h=cecba801f2bd8b431cca5ac2fdf3f39bdcb1cefe;hb=9b5745271c3dce941eeae4eb72dfc7716e3bdbf9;hp=59a872f2cffb6a3c5a006f8b3cff0052cd6a592e;hpb=266cbf47da8843f85a3c97ed32cc638b7ad283fc;p=config diff --git a/buster/setup_scripts/setup_pleroma.sh b/buster/setup_scripts/setup_pleroma.sh index 59a872f..cecba80 100755 --- a/buster/setup_scripts/setup_pleroma.sh +++ b/buster/setup_scripts/setup_pleroma.sh @@ -63,6 +63,10 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate" # configurations to /etc/config.exs. cat "${config_tree_prefix}/other_files/append_pleroma_config" >> /etc/pleroma/config.exs +# Single-pixel picture hack for removing Pleroma FE images. +cp "${config_tree_prefix}/other_files/pixel.png" /var/lib/pleroma/static/ +chown pleroma:nogroup /var/lib/pleroma/static/pixel.png + # Prepare NGINX config for Pleroma. cp /opt/pleroma/installation/pleroma.nginx /etc/nginx/sites-available/pleroma.nginx sed -i "s/example\.tld/${domain}/g" /etc/nginx/sites-available/pleroma.nginx