
MailCow添加Catch-All捕获所有邮件

在MailCow中,没有在哪里有明确写Catch-All设置,于是我翻阅了Receive mails on a default email if recipient doesn't exist · Issue #4563 · mailcow/mailcow-dockerized (github.com)发现了翻译过来就是在右上角E-mail中的别名…

Nextcloud去除分享页面中的”获取自己的免费账号”

解决方法:在配置文件中添加'simpleSignUpLink.shown' => false,之后这句话就被隐藏了

Nginx配置deny和allow ip还是被进行访问allow不生效的问题

Nginx 设置 allow deny ip的时候遇到了执行顺序的问题deny all allow the_ip保存上面的配置问候后,会发现不管如何访问都会403禁止访问allow the_ip deny all只有当它们的顺序更换过来之后才正常经过查阅Nginx相关资料,发现他对ip的匹配是:依次检查规则,直到找到第一个匹配项,所以all中间已经…

Home Assistant 配置反向代理提示 400: Bad Request

https://www.home-assistant.io/integrations/http/就是要在configuration.yaml加入以下代码http: use_x_forwarded_for: true trusted_proxies: - 172.30.33.0/24 # Add the IP address of the proxy…

修改service文件中pip源以解决Home-Assistant初始化慢的问题
云服务器安装Arch Linux

sudo systemctl edit home-assistant.service添加[Service] Environment="HOME=/var/lib/hass" Environment="PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple"…
云服务器安装Arch Linux – 森哥Dev (senge.dev)云服务器厂商几乎不会提供Arch Linux系统的实例,需要按照以下安装教程自行安装对服务器Linux发行版没有特别要求,但是不允许是Windows Server系统,如果是Windows,请自行重装为任意Linux发行版(建议Ubuntu或CentOS)安装前请知道如何使用S…

解决HE Tunnel Broker ipv6掉线问题
阿里云服务器完全卸载AliYun监控教程

解决HE Tunnel Broker ipv6掉线问题使用IPV6隧道的时候遇到客户端ping的时候经常显示超时当在服务器中ping其他地址之后又全部正常ipv6掉线问题临时解决方案(已验证可行),添加一条定时任务,每分钟ping网关或者外部ipv6地址,懒人一键操作(这是一条命令,一次性执行)(crontab -l 2>/dev/null;…
卸载AliYunDunwget http://update.aegis.aliyun.com/download/uninstall.sh chmod +x uninstall.sh ./uninstall.sh wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh chmo…

修改Docker-compose使Uptime-Kuma支持IPV6

之前部署了一个Uptime-Kuma用来监控服务的运行,最近,在监控IPV6网络的时候出现了一点问题,Docker不支持IPV6网络:解决方案:修改/etc/docker/daemon.json文件{ "experimental": true, "fixed-cidr-v6": "fd80::/64…

Archlinux ARM WARNING: errors were encountered during the build. The image may not be complete
Archlinux ARM更新内核时候出现问题,mkinitcpio -P发现任然有这个问题==> Generating module dependencies ==> Creating gzip-compressed initcpio image: '/boot/initramfs-linux.img' ==>…