No description
| forumoji@edbcd03347 | ||
| .gitignore | ||
| .gitmodules | ||
| .python-version | ||
| fediforu.py | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
FediForu
Export Forumoji to a custom emoji set that can be imported to softwares supported.
Install
For Mastodon
Use the tootctl emoji import command, like this:
tootctl emoji import 'out.tar.gz' --category Forumoji
For Pleroma / Akkoma
extract the tar.gz file to /emoji/custom/forumoji/, and then modify the secrets file:
config :pleroma, :emoji,
# ...
groups: [
# ...
# Above are emojis your instance have, you should add the following line:
Forumoji: "/emoji/custom/forumoji/*.png"
]
Then restart Pleroma / Akkoma.