Skip to content

Commit 62a2ca5

Browse files
committed
update
1 parent b17a0a6 commit 62a2ca5

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

ML/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ text-to-image 社区
130130
- [BrowserMCP](https://github.com/BrowserMCP/mcp): 操纵浏览器
131131
- [playwright-mcp](https://github.com/microsoft/playwright-mcp): 适合自动化测试用
132132
- [context7](https://github.com/upstash/context7): 直接从原项目获取最新的、特定版本的文档和代码示例,放到你的文档里
133+
- [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp/): Chrome 官方的 MCP
133134

134135
## Diffusion 模型
135136

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
165165
- [爬虫/Archive](#爬虫archive)
166166
- [爬虫代理池](#爬虫代理池)
167167
- [HTTP 静态文件服务](#http-静态文件服务)
168+
- [文件管理服务](#文件管理服务)
168169
- [静态文件托管](#静态文件托管)
169170
- [CMS](#cms)
170171
- [PaaS](#paas)
@@ -815,6 +816,7 @@ Read the [NOTICE][] file distributed with this work for additional information r
815816
- [rclone](https://github.com/rclone/rclone): rsync for cloud storage. To sync files and directories to and from different cloud storage providers.
816817
- [restic](https://github.com/restic/restic): 简单易用的备份工具。支持快照,加密。可与 rclone 搭配。不支持软链接,restore 会[报错](https://github.com/restic/restic/issues/2578)
817818
- [backrest](https://github.com/garethgeorge/backrest): 集成 restic 和 rclone 的 WebUI。操作简单。
819+
- [rest-server](https://github.com/restic/rest-server): a high performance HTTP server that implements restic's REST backend API. 用于备份到远端。
818820
- [timeshift](https://github.com/linuxmint/timeshift): 备选方案。基于 rsync + hard link。支持快照、增量备份、BTRFS、自定义路径(默认屏蔽用户目录)。**不支持云存储**
819821
- [borg](https://github.com/borgbackup/borg): 备选方案
820822
- [duplicity](https://gitlab.com/duplicity/duplicity): 支持增量备份,软链接。不支持硬链接。
@@ -843,9 +845,6 @@ Read the [NOTICE][] file distributed with this work for additional information r
843845

844846
- [DataGrip](https://www.jetbrains.com/datagrip): 数据库 GUI ``
845847
- [mycli](https://github.com/dbcli/mycli): mysql 命令行客户端
846-
- [pgcli](https://github.com/dbcli/pgcli): postgres 命令行客户端
847-
- [pgadmin](https://www.pgadmin.org/)
848-
- [pgweb](https://github.com/sosedoff/pgweb): postgres web 客户端
849848
- [RedisInsight](https://github.com/RedisInsight/RedisInsight): Redis GUI by Redis。支持 Docker 部署。
850849
- [SQL 速查表](https://github.com/enochtangg/quick-SQL-cheatsheet/blob/master/README_zh-hans.md)
851850
- [UNQLite](https://github.com/symisc/unqlite):
@@ -854,8 +853,14 @@ Read the [NOTICE][] file distributed with this work for additional information r
854853
- [dolt](https://github.com/dolthub/dolt): 功能类似 Git 的数据库
855854
- [minio](https://github.com/minio/minio): 对象存储,高性能,K8S-Native
856855
- [ceph](https://github.com/ceph/ceph): 块存储,对象存储,文件存储
857-
- [OpenList](https://github.com/OpenListTeam/OpenList): 支持多种云盘存储的文件管理程序。支持在线浏览图片、视音频。支持流式传输。
858-
- [xlist](https://github.com/xlist-io/xlist): OpenList 的 iOS 和 Android 客户端。
856+
857+
### postgres
858+
859+
- [pgcli](https://github.com/dbcli/pgcli): postgres 命令行客户端
860+
- [pgadmin](https://www.pgadmin.org/): postgres web 客户端
861+
- [pgweb](https://github.com/sosedoff/pgweb): postgres web 客户端
862+
- [pgbarman](https://github.com/EnterpriseDB/barman): 备份工具
863+
- [pgbackrest](https://github.com/pgbackrest/pgbackrest): 备份工具
859864

860865
### Embeddable DB
861866

@@ -1185,6 +1190,12 @@ Read the [NOTICE][] file distributed with this work for additional information r
11851190
- [http-server](https://github.com/http-party/http-server): NodeJS 写的。
11861191
- [lipanski/docker-static-website](https://github.com/lipanski/docker-static-website): 基于 busybox 自带的 httpd 程序。Docker 镜像大小 154KB。功能有限。
11871192

1193+
## 文件管理服务
1194+
1195+
- [OpenList](https://github.com/OpenListTeam/OpenList): 支持多种云盘存储的文件管理程序。支持在线浏览图片、视音频。支持流式传输。缺点是大文件传输时会报错。
1196+
- [xlist](https://github.com/xlist-io/xlist): OpenList 的 iOS 和 Android 客户端。
1197+
- [FileBrowser Quantum](https://github.com/gtsteffaniak/filebrowser): FileBrowser Quantum provides an easy way to access and manage your files from the web. FileBrowser Quantum is a Fork from FileBrowser.
1198+
11881199
## 静态文件托管
11891200

11901201
- http://surge.sh Static web publishing for Front-End Developers. 设计非常优雅,强烈推荐!

android/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@
2424
## Xposed
2525

2626
- [VirtualXposed](https://github.com/android-hacker/VirtualXposed): A simple app to use Xposed without root
27+
28+
## Android TV
29+
30+
- [BrowseHere](https://browsehere.net/): 电视浏览器

funny.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@
4444
- https://www.iphonecake.com/
4545
- IPA 源
4646
- https://decrypt.day/library
47+
48+
### Minecraft
49+
50+
- [PrismLauncher](https://github.com/PrismLauncher/PrismLauncher): 管理多 MC 实例的启动器。
51+
- [PrismLauncher-Cracked](https://github.com/Diegiwg/PrismLauncher-Cracked): 无须微软账号可以本地离线玩
52+
- [PCL](https://github.com/Meloong-Git/PCL): 无须微软账号可以本地离线玩

git.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
- 自部署
2626
- [Gitea](https://github.com/go-gitea/gitea): MIT 协议开源的 Git 托管服务。后端采用 Go 编写
27+
- [Forgejo](https://forgejo.org/): 由于 Gitea 被商业公司收购。社区分叉出 Forgejo。100% 开源。主要由 codeberg 维护。
2728
- 国外服务
2829
- https://github.com/
2930
- https://gitlab.com/

hardware.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116

117117
## KVM Switch
118118

119+
- [One-KVM](https://github.com/mofeng-git/One-KVM): One-KVM 是基于廉价计算机硬件和 PiKVM 软件二次开发的 BIOS 级远程控制项目。
119120
- [barrier](https://github.com/debauchee/barrier): KVM switch over http
120121
- [TinyPilot](https://github.com/tiny-pilot/tinypilot): KVM over IP
121122

network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
- [iProxy](https://github.com/xcodebuild/iProxy): 备选方案
155155
- [nethogs](https://github.com/raboof/nethogs): 按进程实时监控网络流量
156156
- [sniffer](https://github.com/chenjiandongx/sniffer): 按进程和链接实时监控网络流量
157-
- [Proxyman](https://proxyman.io/): 功能超强的 HTTP 抓包工具
157+
- [Proxyman](https://proxyman.io/): 功能超强的 HTTP 抓包和 Mock 工具
158158

159159
## API Gateway
160160

0 commit comments

Comments
 (0)