Hero Image
Articles

懷舊遊戲 See exactly what changed between two 3D models Github episteme: A multi-platform document and e-book reader. VictoriaMetrics: fast, cost-effective monitoring solution and time series database palmier-pro: macOS video editor built for AI A web browser extension for Chrome, Firefox, Edge, and Safari 14. Open-source credential gateway with a built-in vault. give your AI agents access to services without exposing keys. Desktop app to generate 3D models from images using local AI — runs entirely on your GPU darktable is an open source photography workflow application and raw developer Privacy oriented video player for iOS, tvOS and macOS Examples in the MLX framework Container registry which transparently builds images using the Nix package manager. Self-Hosted ReClip: Download videos from almost any website. Lightweight, self-hosted media downloader with a clean web UI. Sync-in Server · Sovereign platform for file storage, sharing, synchronization, and collaboration. 🏖️ A serverless, open-source file hosting solution built on Cloudflare. Supports image hosting, secure file storage, and personal cloud drive capabilities. FUSE-based file system for replicating SQLite databases across a cluster of machines A Go-based API that acts as a bridge to the ComfyUI backend Skill Skills for teaching agents how to build on Cloudflare. everything claude code: The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond. 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端 An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms Article https://pkg.go.dev/golang.org/x/tools/go/analysis Go 语言技能:AI 时代的 Go 开发工具链

Hero Image
在 Synology 上建立 Cloudflare Tunnel

CLOUDFLARE tunnel on SYNOLOGY. (the raw way) Setup Synology 在 docker 目錄下建立資料夾,例如 cloudflare-tunnel。 下載 cloudflared/cloudflared 映像到 registry。 SSH 到 admin@synology。 變更 cloudflare-tunnel 擁有者,sudo chown -R 65532:65532 /volume1/docker/cloudflare-tunnel。 Run containers - cloudflared tunnel login 執行容器並掛載 volume docker/cloudflare-tunnel:/home/nonroot/.cloudflared。 在 network 分頁選擇 Use the same network as Docker Host。 在 environment 分頁加入指令 tunnel login。 到容器 log 複製登入 URL。 貼上 URL 到瀏覽器並授權 zone。 將容器設定 json 匯出到 cloudflare-tunnel 目錄。 - cloudflared tunnel create synology-tunnel 編輯 cloudflare-tunnel 目錄中的容器設定 json,修改 cmd 為 tunnel create synology-tunnel。 匯入容器設定 json 並執行新容器。 容器會停止,並在 cloudflare-tunnel 中建立 tunnel config json。 建立 config.yml 並撰寫 ingress 規則。 在 config.yml 中,tunnel 的值要與 tunnel config json 檔名一致,credentials-file 為 /home/nonroot/.cloudflared/tunnel config json。 將第二個容器設定 json 匯出到 cloudflare-tunnel 目錄。 - cloudflared tunnel route dns synology-tunnel synology.ruru910.com 編輯 cloudflare-tunnel 目錄中的第二個容器設定 json,修改 cmd 為 tunnel route dns synology-tunnel synology.ruru910.com。 匯入第二個容器設定 json 並執行新容器。 容器會停止並建立 DNS 紀錄,將網域指到 tunnel。 - cloudflared tunnel run synology-tunnel 編輯 cloudflare-tunnel 目錄中的第二個容器設定 json,修改 cmd 為 tunnel run synology-tunnel。 匯入第二個容器設定 json 並執行新容器。 Tunnel 現在可以連線使用。