===============
== ffff65535 ==
===============
十六个一[1111111111111111]

自建 GitHub 加速服务:从 CF Workers 迁移到 VPS 部署 hubproxy + Caddy

docker hubproxy caddy github-proxy vps reverse-proxy
之前用的 gh-proxy,基于 Cloudflare Workers 搭建。现在换了新域名 1s.gs,改用 hubproxy 部署在自己的 VPS 上,完全自托管,不再依赖第三方服务。 架构 用户 → 1s.gs → Caddy (:80/:443) Read more...

配置 Tailscale Peer Relay

tailscale peer-relay relay-server NAT DERP
在某些网络环境中(如严格 NAT 或防火墙限制),Tailscale 无法建立设备间的直连,会自动回退到使用其全球分布的 DERP 中继服务器。虽然 DERP 可靠,但可 Read more...

在 Netcup Web Hosting 上部署 EasyImages 2.0 图床

netcup EasyImages 图床 PHP Web Hosting Cloudflare
EasyImages 2.0 是一款轻量级、无数据库依赖的开源图床程序,支持多格式上传、API 调用、水印、鉴黄等功能,非常适合个人或小规模使用。本文将手把手教你如何在 Read more...

在 Netcup 上修改域名的 Name Servers

netcup nameserver DNS domain
在 Netcup 上修改域名的 Name Servers 如果你在 Netcup 托管了域名,并希望将 DNS 解析切换到自定义的 Name Servers(例如 Cloudflare、自建 DNS 服务器等),需要在 Netcup Read more...

Portainer Edge Agent 连接超时问题解决:自定义 Tunnel URL

portainer edge-agent reverse-proxy base64 tunnel caddy traefik
当你将 Portainer Server 部署在 反向代理(如 Caddy、Nginx 或 Traefik)之后,并尝试添加 Edge Agent 时,可能会遇到如下错误: 2025/10/25 16:59:33 client: Connecting to ws://portainer.yourdomain.com:8000 2025/10/25 17:00:18 client: Connection error: dial tcp [your Read more...

使用 Docker Compose 部署汉化版 Portainer 并通过 Caddy 反向代理(含 Basic Auth)

portainer docker-compose caddy reverse-proxy basic-auth chinese-ui https
Portainer 是一款轻量级的 Docker 可视化管理平台。社区维护的 汉化版镜像(6053537/portainer-ce)为中文用户提供了更友好的操作界面。本文将指 Read more...

使用 Docker Compose 部署 Caddy 并配置安全增强

docker caddy docker-compose https security-headers
Caddy 是一个现代化的 Web 服务器,以自动 HTTPS(Let’s Encrypt 集成)、简洁配置和高性能著称。本文将指导你通过 Docker Compose 快速部署 Caddy,并配置安全响应 Read more...

Linux 一键安装 Docker(支持国内镜像加速)

docker install mirror Aliyun AzureChinaCloud
Docker 官方提供了一个便捷的 Shell 脚本,可以自动检测系统环境并安装最新稳定版的 Docker Engine、CLI、containerd 等组件。该脚本适用于大多数主 Read more...

Windows hyper-v 宿主机与虚拟机使用内部虚拟交换机进行通信

hyper-v
以管理员身份打开 PowerShell 控制台。 创建内部交换机。 New-VMSwitch -SwitchName "Internal-VMSwitch" -SwitchType Internal 执行结果 PS C:\WINDOWS\system32> New-VMSwitch -SwitchName "Internal-VMSwitch" -SwitchType Internal Name SwitchType NetAdapterInterfaceDescription ---- ---------- ------------------------------ Internal-VMSwitch Internal 查找刚创建的虚拟交换机的接口索引。 可以通过运行 Get-NetAdapter 来 Read more...

Linux使用密钥登录并禁用密码登录

Ubuntu Debian
生成密钥 # 生成rsa密钥对 ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): # 直接enter Enter passphrase (empty for no passphrase): # 直接enter Enter same passphrase again: # 直接enter Your identification has been saved in Read more...
1 of 4 Next Page