pleroma-fe/instance/pleroma-mods/pleroma-mod-favicon/README.md

21 lines
615 B
Markdown
Raw Normal View History

2020-03-09 22:26:37 +01:00
# Pleroma Mod Favicon
This script adds the favicon of the origin instance to each post. derived from an idea of moon
the favicons are loaded from a cache directory.
## Install
do this in your pleroma-mods directory
```
sudo -u pleroma git clone https://git.pleroma.social/absturztaube/pleroma-mod-favicon.git
```
copy `config.json.example` to `config.json`
add `favicon` to your pleroma-mod-loader config
run `fetch.sh` for the first time (you may have to edit it a bit because of database access stuff)
`fetch.sh` is also used to update the cache. you can put it in a cron to update the cache automaticly