No description
Find a file
2023-12-01 04:38:34 -08:00
static Add windows and plain uwu emotes 2023-12-01 04:38:34 -08:00
README.md Add openSUS 2023-11-03 09:09:02 -07:00

pleroma custom repo

path: /var/lib/pleroma/

custom emoji

pleroma docs - custom emoji

includes also emojis from:

notice

please consider adding emojis alphabetical to emoji.txt!

example:

foo, /emoji/custom/foo.png, Tag1,Tag2
bla, /emoji/custom/bla.png

add emoji.txt to a new pack

newpack='MYSTUFF'

cd static/emoji/"$newpack"
for file in $(dir); do printf '%s, /emoji/%s/%s\n' "${file%.*}" "$newpack" "$file" >> tmp.txt ; done
sort -o emoji.txt tmp.txt ; rm tmp.txt
sed -i "/\/emoji.txt/d" emoji.txt