Skip to content

Commit 9b5c14b

Browse files
committed
update
1 parent ba6207a commit 9b5c14b

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
736736
### JSON Path
737737

738738
- [JsonPath](https://github.com/json-path/JsonPath)
739-
- https://jsonpath.com/ : JSONPath Online Evaluator
740-
- http://jsonpath.herokuapp.com/
739+
- https://jsonpath.online/ : JSONPath Online Evaluator & Validator
741740

742741
## Lint
743742

@@ -849,9 +848,10 @@ Read the [NOTICE][] file distributed with this work for additional information r
849848
- [SQL 速查表](https://github.com/enochtangg/quick-SQL-cheatsheet/blob/master/README_zh-hans.md)
850849
- [UNQLite](https://github.com/symisc/unqlite):
851850
- [SQLite](https://www.sqlite.org)
851+
- [turso](https://github.com/tursodatabase/turso): an in-process SQL database, compatible with SQLite.
852852
- [vitess](https://github.com/vitessio/vitess): MySQL Sharding Proxy。支持 k8s。Youtube 2011 年就开始跑了。
853853
- [dolt](https://github.com/dolthub/dolt): 功能类似 Git 的数据库
854-
- [minio](https://github.com/minio/minio): 对象存储,高性能,K8S-Native
854+
- [rustfs](https://github.com/rustfs/rustfs): 对象存储,高性能,K8S-Native,兼容 S3
855855
- [ceph](https://github.com/ceph/ceph): 块存储,对象存储,文件存储
856856

857857
### postgres

docker/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
- ghcr.io -> ghcr.nju.edu.cn or ghcr.chenby.cn
5050
- docker.io -> docker.1ms.run
5151
- [CF-Workers-docker](https://github.com/cmliu/CF-Workers-docker.io): 用 cloudflare worker 自建 Docker Hub, K8S, GCR, GHCR, QUAY 代理。 **有封号风险,建议使用新账号和新域名创建。**
52+
- [Cloudflare-Accel](https://github.com/fscarmen2/Cloudflare-Accel): 备选方案
5253
- [ciiiii/cloudflare-docker-proxy](https://github.com/ciiiii/cloudflare-docker-proxy): 备选方案
5354
<!-- - https://dockerpull.com/ -->
5455
<!-- - https://dockerhub.icu/ -->
@@ -76,10 +77,11 @@
7677
## 镜像制作
7778

7879
- [buildah](https://github.com/containers/buildah): 替代 `docker build`。不依赖 daemon 或容器,直接编译出镜像文件。支持 shell 脚本编写镜像制作过程,也支持 Dockerfile 的写法。
79-
- [tini](https://github.com/krallin/tini): init 进程
80+
- [tini](https://github.com/krallin/tini): init 进程。现已默认集成到 docker。但 podman 默认使用的是 [catatonit](https://github.com/openSUSE/catatonit),区别很大。
8081
- [dumb-init](https://github.com/Yelp/dumb-init): 备选方案
8182
- [linuxkit](https://github.com/linuxkit/linuxkit): 自由组合多个基础镜像,拼成一个操作系统的镜像。
8283
- [Distroless](https://github.com/GoogleContainerTools/distroless): Google 出品的基础镜像,没有 Shell,只包含最基本的依赖。相对更安全。
84+
- [利用 Github Action 构建镜像](https://docs.docker.com/build/ci/github-actions/)
8385

8486
## 镜像管理
8587

@@ -88,6 +90,7 @@
8890
- [harbor](https://github.com/goharbor/harbor): Cloud native registry: With support for both container images and Helm charts, Harbor serves as registry for cloud native environments like container runtimes and orchestration platforms.
8991
- [zot](https://github.com/project-zot/zot): 轻量级镜像仓库
9092
- [wud](https://github.com/getwud/wud/): 让 docker 容器自动到最新的镜像。有 Web UI。支持发送通知。
93+
- [tugtainer](https://github.com/Quenary/tugtainer): 备选方案
9194

9295
## 监控
9396

for-china.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
- [ClashMetaForAndroid](https://github.com/MetaCubeX/ClashMetaForAndroid): Android 客户端。**注意[Google Play 的版本不是作者维护的](https://github.com/MetaCubeX/ClashMetaForAndroid/discussions/201)**
4646
- [Stash](https://stash.wiki/): 苹果客户端。需要付费。最多可在 6 台设备上同时使用,包括 iOS、iPadOS、macOS。
4747
- [clash-in-container](https://github.com/adoyle-h/clash-in-container): compose.yaml for clash-meta, clash-dashboard, subconverter.
48-
- [subconverter](https://github.com/tindy2013/subconverter): 订阅格式转换服务。很多机场提供的编码过的订阅源,需要经过格式转换。很多客户端自带转换功能。如果自己部署 clash 服务,可能会需要这个。注意:不支持转换 vless 协议。会报错 `No nodes were found!`
49-
- [asdlokj1qpi233/subconverter](https://github.com/asdlokj1qpi233/subconverter): 这个 fork 支持转换 vless 协议
48+
- [asdlokj1qpi233/subconverter](https://github.com/asdlokj1qpi233/subconverter): 订阅格式转换服务。很多机场提供的编码过的订阅源,需要经过格式转换。很多客户端自带转换功能。如果自己部署 clash 服务,可能会需要这个。这个 fork 支持转换 vless 和 anytls 协议。但我使用经常报 400 错误。
49+
- [lonelam/subconverter-rs](https://github.com/lonelam/subconverter-rs): 用 Rust 重写版本,有 WASM 版本,很好用。可惜没人维护了。
5050
- [sub-web](https://github.com/CareyWang/sub-web): 基于 subconverter 的前端 UI。
5151
- QuantumultX: iOS 客户端,很贵,功能强大,界面交互好
5252
- ShadowRocket: iOS 客户端,便宜,功能还行,协议兼容性好。
@@ -80,12 +80,11 @@
8080
- https://duangks.com/ : 很好用机场评测网站。提供节点分析、流媒体解锁分析、测速图。
8181
- https://guatizi.com/ : 很好用机场导航
8282
- [Paolujichang](https://github.com/limbopro/Paolujichang): 跑路机场名单收集
83-
- ~~[CyberGuard](https://www.cyberguard.best/#/register?code=Z0C5SDfY)~~: **被攻击勒索,站长销号卷钱跑路了**。速度快,全节点 vless 协议,无审计,不限制客户端数量。不稳定,经常被攻击。站长不尊重用户体验。
84-
- [蓝色海洋](https://sB181Z.allblueaff.com/FHFD7uaF): 比较稳定,速度快。2024 年涨价了,性价比还行。有审计。
85-
- [地鼠](http://nbvpn.top/#/register?code=GQUZz5wn): 无审计,不限制客户端数量,非常便宜,流量大
83+
- [CyberGuard](https://www.cyberguard.best/#/register?code=Z0C5SDfY): 速度快,全节点 vless 协议,无审计,不限制客户端数量。不稳定,经常被攻击。站长不尊重用户体验。
84+
- [地鼠](http://nbvpn.top/#/register?code=GQUZz5wn): 无审计,不限制客户端数量,非常便宜,流量大。**需要客户端支持 anytls 协议**
8685
- [狗狗](https://down.dginv.click/#/register?code=I1DMSwIO): 无审计,不限制客户端数量,全节点 hy2 协议,不稳定
8786
- [xfltd](https://xfltd.org/#/register?code=y8yKhElL): 非常便宜,性价比高,提供不限时按量套餐,延迟有点高。不稳定,经常被人攻击。有审计名单,某些涉政网站无法访问。
88-
- [mitce](https://mitce.net/aff.php?aff=16869): 非常便宜,节点多,速度快,全节点 vless 和 hysteria2 协议。无审计。但是节点很不稳定。推荐用作备用梯子。
87+
- [mitce](https://mitce.net/aff.php?aff=16869): 非常便宜,节点多,速度快,全节点 vless 和 hysteria2 协议。无审计。但是节点很不稳定。推荐用作备用梯子。 **机场容易被攻击**
8988
- [苏打云](https://v2.suda.moe/): 价格亲民。速度挺快。不稳定,在不能说的日子会必挂。
9089
- 免费机场,后果自负
9190
- https://github.com/ermaozi/get_subscribe

github/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
- [label-exporter](https://github.com/micnncim/label-exporter): 导出现有的 label 到文件
7878
- [docker/build-push-action](https://github.com/docker/build-push-action): 构建镜像并推送到 registry
7979
- [docker/login-action](https://github.com/docker/login-action): 登录各种 Registry
80+
- [docker/metadata-action](https://github.com/docker/metadata-action): GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker
8081
- [dorny/paths-filter](https://github.com/dorny/paths-filter): 根据指定文件是否修改,决定是否执行 workflow
8182
- [create-discussion](https://github.com/abirismyname/create-discussion): 创建 Discussion
8283
- [action-upterm](https://github.com/owenthereal/action-upterm): 用于调试 github action。将运行时 workflow 暴露到公网,然后通过 ssh 连接到 workflow 环境

linux/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
- [s6-overlay](https://github.com/just-containers/s6-overlay): s6 overlay for containers
8282
- [tini](https://github.com/krallin/tini): 容器专用 init。已经集成到 Docker 1.13 及之后版本,需要加 --init 参数开启,默认不开启。
8383
- [dumb-init](https://github.com/Yelp/dumb-init): 备选方案
84+
- [catatonit](https://github.com/openSUSE/catatonit)
8485

8586
## 时间
8687

0 commit comments

Comments
 (0)