Update README.md
This commit is contained in:
parent
f63234ac04
commit
6611ca31b6
|
@ -6,8 +6,8 @@ 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. Add a line like: `config :pleroma, :emoji, shortcode_globs: ["/emoji/stolen/**/*.png", "/emoji/stolen/**/*.gif"]` to you whatever.secret.exs file.
|
||||||
2. optionally add a whitelist: `config :pleroma, :emoji_stealer, whitelist: [ "freespeechextremist.com", "shitposter.club" ]`
|
2. optionally add a whitelist: `config :pleroma, :emoji_stealer, whitelist: ["freespeechextremist.com", "shitposter.club"]`
|
||||||
3. Create directory priv/static/emoji/stolen
|
3. Create new directory in wherever your STATIC-DIR is configured, STATIC-DIR/emoji/stolen
|
||||||
4. Make sure you actually add the MRF to your config
|
4. Make sure you actually add the MRF to your config
|
||||||
5. Restart server
|
5. Restart server
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue