首页
图床
短链
统计
百晓生
Keep Share Keep Geek
累计撰写
10
篇文章
累计创建
19
个标签
累计收到
1
条评论
栏目
目 录
CONTENT
以下是
linux
相关的文章
docker compose 安装 tabby 服务端进行数据同步
简介: This is the Tabby terminal, served as a web app. It also provides the config sync service for the Tabby app. 安装 注册Github OAuth应用 访问https://github.
2025-07-04
6
0
1
服务器
docker
教程
linux
软件
docker compose 安装 umami 实现自己的网站统计
简介 umami github 官方文档 Umami is a modern, privacy-focused alternative to Google Analytics. 代码 docker-compose.yaml services: umami: image: ghcr.io/
2025-06-25
50
1
1
docker
服务器
linux
软件
docker compose安装 shellcrash 告别交叉感染
使用场景: 有时候国内的服务器想使用代理去下载一些被墙的资源的时候,既不想在本地安装shellcrash导致本地网络变的复杂,又不想使用远程的服务,这时候就可以尝试使用 docker 搭建,本地只要设置 http_proxy 和 http_proxy为 docker 映射的端口就好了 安装 dock
2025-06-24
14
0
0
linux
服务器
一键配置本地代理告别 404 和 SSL Error
开发的目的: 解决了每次需要自己手动设置http_proxy的麻烦,一键配置 功能: 🚀 一键启动/停止/切换代理设置 🔍 自动检测代理端口 (支持7890,7891,7892,7893, 8888, 8080) --- 这样就不需要点击 clashmeta 复制终端代理命令,然后粘贴到控制台粘
2025-06-23
20
0
0
linux
服务器