Update README.md
This commit is contained in:
parent
1736384612
commit
39daeacb89
12
README.md
12
README.md
|
@ -5,11 +5,11 @@ someone could crap up your server. Don't ask me for help installing it or
|
||||||
complain about its functionality. Merge requests welcome. License is AGPL v3. If
|
complain about its functionality. Merge requests welcome. License is AGPL v3. If
|
||||||
you make changes, you have to share them.
|
you make changes, you have to share them.
|
||||||
|
|
||||||
1. Add a line like: `config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]` to you whatever.secret.exs file.
|
1. Create new directory in wherever your STATIC-DIR is configured, STATIC-DIR/emoji/stolen
|
||||||
2. optionally add a whitelist: `config :pleroma, :emoji_stealer, whitelist: ["freespeechextremist.com", "shitposter.club"]`
|
2. optionally add a whitelist to your whatever.secret.exs file: `config :pleroma, :emoji_stealer, whitelist: ["freespeechextremist.com", "shitposter.club"]`
|
||||||
3. Create new directory in wherever your STATIC-DIR is configured, STATIC-DIR/emoji/stolen
|
3. Make sure you actually add the MRF to your config
|
||||||
4. Make sure you actually add the MRF to your config
|
4. Restart server
|
||||||
5. Restart server
|
|
||||||
|
|
||||||
You have to refresh your browser to see any new emoji in the picker
|
You have to refresh your browser to see any new emoji in the picker but they
|
||||||
|
will show up immediately if used in posts.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue