官方指导:(从源码安装 - Mastodon documentation) 基础安装 首先系统使用Ubuntu 24.04 您将以 root 身份运行命令。如果您还不是 root,请切换到 root:sudo -i 先安装 curl、wget、gnupg、apt-transport-https、ls
前置条件 安装好了nginx,最好用软件源安装 配置好域名解析 开放80和443端口 安装CertBot apt install certbot python3-certbot-nginx 使用certbot获取证书 certbot --nginx -d 域名 提示输入邮箱要输入正确的邮箱然后一路Y
生成 Synapse 配置文件 docker run -it --rm -v /mnt/user/appdata/matrix/server/data/:/data/ -e SYNAPSE_SERVER_NAME=域名 -e SYNAPSE_REPORT_ST ATS=no matrixdotorg
查询当前风扇工作模式 ipmcget -d faninfo 更改自动为手动 ipmcset -d fanmode -v 1 100000000 更改风扇转速,这里30% ipmcset -d fanlevel -v 30 参考链接
第一步: 创建一个空白文件 这里需要使用ROOT权限,创建一个1GB的空白文件到/opt/swapfile dd if=/dev/zero of=/opt/swapfile bs=1M count=1024 这里注意一般来说会设置成物理内存的两倍,下面还有大佬最少推荐表(我一般是两倍)
1. 安装 bash sudo apt-get install coturn 2. 配置 vim /etc/turnserver.conf 修改配置文件 listening-port=3478 tls-listening-port=5349 #填写用户名和密码(turn转发必须) user=u