@mashiro (root) Additional property translate is not allowed 安装报错呢
自建实例的同学,请务必添加如下两个定时任务,推荐在每天早晨低峰时段运行
RAILS_ENV=production /home/mastodon/live/bin/tootctl media remove --days=14
清理缓存的外站媒体文件,和
RAILS_ENV=production /home/mastodon/live/bin/tootctl media remove-orphans
清理未关联任何 toot 的“无主”媒体文件
另外推荐配合以下任务食用
RAILS_ENV=production /home/mastodon/live/bin/tootctl statuses remove
清理没有同本站任何用户产生关联的 toot 本身(比如跨站轴上收到的、没有本站用户转发/评论/收藏过的消息)
各命令参数请参考 -h 和官方文档按实际情况调整:https://docs.joinmastodon.org/admin/tootctl/
您的钱包会感谢我的╮( ̄▽ ̄")╭
这几天我准备抽时间给mastodon官方仓库提交一个pull request:
1、给用户提供选项,选择是否展示自己的公开页面(类似这样)
2、同样提供给管理员,选择是否展示这个用户的公开页面
3、提供选项给管理员,是否像未登录用户展示用户的公开页面
Nginx一刀切虽然有效,但是低效,并且把“良民”也一刀切了,显失公平
#Mastodon 3.5.3 has just been released with multiple security fixes, as well as a couple cool improvements!
https://github.com/mastodon/mastodon/releases/tag/v3.5.3
A 3.4.8 backport is available for those who haven't made the jump to 3.5 yet.