mirror of
https://git.envs.net/envs/pleroma-custom.git
synced 2024-11-10 11:49:26 +01:00
620 B
620 B
pleroma custom repo
path: /var/lib/pleroma/
custom emoji
includes also emojis from:
notice
please consider adding emojis to emoji.txt
!
example:
foo, /emoji/custom/foo.png, Tag1,Tag2
bla, /emoji/custom/bla.png
add 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