记一次node升级 mastodon最新版node已经要求14+了,上次升级就直接忽略了,这次索性折腾下。 Ruby: 2.7 to 3.0 PostgreSQL: 9.5 or newer Elasticsearch ... 2023年2月11日 网络
长毛象安装与升级 遇到了几个小错误,记录一下。 1. Ruby version has been bumped to 3.0.4 2. 如下兼容性问题可跳过 yarn install –ignore-engines ... 2022年12月3日 网络
Mastodon取消登录验证 长时间不登陆,系统会要求验证码登录,对于没有设置发件服务的站点很是麻烦。可用如下命令解除: su – mastodon cd /home/mastodon/live RAILS_ENV=product... 2022年4月3日 网络
Ubuntu 18.04设置计划任务自动清理Mastodon媒体文件 原文链接在这里,怕找不到,抄过来备用。 https://blog.error.im/index.php/archives/3/ 由于Mastodon外站缓存文件会非常占用硬盘,并且很多站点都是在便宜的... 2022年1月20日 网络
How to change the domain of the mastodon instance/如何更改长毛象实例的域名 注意:更改域名,相当于在宇宙中新建一实例。好处是省去了重新搭建的过程,所有嘟文依旧还在。坏处是,所有follower都无法自动获得新的嘟文。 下面是操作步骤: 1. 解析好新的域名到VPS 2. 修改... 2021年12月19日 杂记
Mastodon upgrade to 3.4.4 记录下升级方式: su – mastodon cd /home/mastodon/live git config –global user.name “X1a0l1” git config –gl... 2021年12月2日 网络