雪餅として、お一人様インスタンスと美少女ゲーム系テーマインスタンスを運用しています。 これらには、機能的に本家には取り入れられないであろう機能を改造して追加しています。 この記事では、それらについて紹介します。
さっくり知りたい場合、以下のタグを参照していただくと早いです。 yukimochi/mastodon@master_with_mod_base
Admin Love はどこに行ったんだろうね。
(Mod for v1.6)
- Add contant_info in 500.html.
- Web UI Adjustment.
- Rearrange follows-info and action-button.
- Change docker-entrypoint.sh.
- [Localize]Change Link color and add Akane photo.
- Use direct links in WebUI, when remote medias removed.
- Ignore sensitive in account-media-gallery.
- Custom landing-page translation.
- Non-stop rewritable announcements by iframe technique.
- Most of picture size leave as is.
- Checking “is Content-Type accepted” before uploading in WebUI.
Add contant_info in 500.html. · yukimochi/mastodon エラーページに連絡先情報を追加しました。
Web UI Adjustment. · yukimochi/mastodon Web UIのbio表示欄の背景画像部分の透明度を10%から50%にしました。
Rearrange follows-info and action-button. · yukimochi/mastodon フォロー・フォロー解除ボタンとフォロー情報ラベルの位置を反対にします。
Change docker-entrypoint.sh. · yukimochi/mastodon chown をコンテナ起動時に実行しないようにします。
[Localize]Change Link color and add Akane photo. · yukimochi/mastodon 南 あかね デザインに素材を差し替えました。
Use direct links in WebUI, when remote medias removed. · yukimochi/mastodon リモートのメディアを削除後に、Web UI上でリモートインスタンスの画像を直接表示するようにします。 (メインページ・ユーザ個別表示ページ・アカウントメディアギャラリーに対応しています。)
Ignore sensitive in account-media-gallery. · yukimochi/mastodon アカウントメディアギャラリーでは、NSFWの判定を無視してすべてのコンテンツを一覧表示するようにします。
Custom landing-page translation. · yukimochi/mastodon /system/announcements.html を投稿欄の下にiframeで差し込みます。
Non-stop rewritable announcements by iframe technique. · yukimochi/mastodon 新しいランディングページの独自翻訳です。
Most of picture size leave as is. · yukimochi/mastodon 8Kまで、画像の寸法縮小は行いません。
Checking “is Content-Type accepted” before uploading in WebUI. · yukimochi/mastodon WebUIの画像投稿において、アップロード前にContent-Typeがacceptableなものか確認します。