2025-06-24 00:44:00
paperless-ngx 是一个开源的文档管理系统,旨在帮助用户将纸质文件数字化并进行高效管理。它允许用户通过扫描、上传 PDF 或图片,将文件自动分类、索引,并支持全文搜索和标签管理。项目的核心目标是让“无纸化办公”变得简单和自动化。
对于我来说最主要就是文件上传之后就会自动ocr,然后我想要一些文件的时候,直接搜索就可以,很方便
2025-06-24 00:44:00
paperless-ngx is an open-source document management system designed to help users digitize and efficiently manage paper documents. It allows users to automatically classify and index files by scanning or uploading PDFs or images, and supports full-text search and tag management. The core goal of the project is to make “paperless office” simple and automated.
For me, the main advantage is that files are automatically OCR’d after uploading, so when I need a document, I can just search for it—very convenient.
2025-06-21 00:46:00
在 Kubernetes 集群中,频繁发布、扩容服务时,节点通常会直接从远程镜像仓库拉取镜像,这不仅加重了镜像仓库的压力,还容易受到如 DockerHub 等公共仓库的速率限制,导致镜像拉取变慢甚至失败。Spegel 正是为了解决这些问题,通过在本地节点缓存镜像,加速镜像分发,提升集群部署效率。
但是Spegel 目前仅支持 Containerd,如你使用的是 Docker,可以忽略后续内容。
2025-06-21 00:46:00
In Kubernetes clusters, when services are frequently released or scaled, nodes usually pull images directly from remote image registries. This not only increases the load on the image registry but also makes it susceptible to rate limits from public registries like DockerHub, resulting in slow or even failed image pulls. Spegel is designed to solve these problems by caching images locally on nodes, accelerating image distribution, and improving cluster deployment efficiency.
However, Spegel currently only supports Containerd. If you are using Docker, you can ignore the following content.
2025-06-20 17:27:00
每周五更新,所有的更新也会发送到我的频道