海辺にて

備忘録

No.16

Akkomaサーバーに絵文字を追加したのでやり方メモ。
・Managing emoji packs
https://docs.akkoma.dev/stable/administr...

上記マニュアル内の「Fetch, verify and install the specified packs from the manifest into STATIC-DIR/emoji/PACK-NAME」を参照。OTPで建てたサーバーなので
sudo su akkoma -s $SHELL -lc "./bin/pleroma_ctl emoji get-packs -m https://***/manifest.json " コマンドでインストールする。
以下のメッセージが帰ってくれば成功。

Downloading neocat from https://***.zip
SHA256 of neocat source file is OK
Fetching the file list for パック名 from https://***/manifest.json
Unpacking パック名
Writing pack.json for パック名


AdminFE>Emoji>Reload emoji で絵文字の追加をサーバーに反映する。

#Akkoma