Docker一键安装Syncthing

docker run --name syncthing -itd -p 8384:8384 -p 22000:22000 -v /home/syncthing:/var/syncthing syncthing/syncthing

安装Rocket.chat官方教程

This installation guide was tested in the following environment:Rocket.Chat 3.9.0 OS: CentOS 7.6 Mongodb 4.0.9 NodeJS...

运行中的docker配置端口映射(添加/删除)

添加端口映射a. 获取容器ipdocker inspect $container_name | grep IPAddressb. 添加转发规则iptables -t nat -A DOCKER -p tcp --dport $host...

nginx报错 the "ssl" directive is deprecated, use the "listen ... ssl"

问题: 今天更新nginx天界ssl证书然后重启nginx的时候报错了:the "ssl" directive is deprecated, use the "listen ... ssl"解决方案: 如果使用listen 443...

自建同步服务syncthing的忽略模式语法

Syncthing是一款开源的文件同步程序,如果有一个VPS就可以将自己本地文件夹与服务器同步。Syncthing可以选择通过全球服务器节点连接至自己的服务器,也可以本地直接与自己的服务器连接(前提是自己的服务器有公网IP),当然这些...