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
Cloudflare Tunnel on Synology

CLOUDFLARE tunnel on SYNOLOGY. (the raw way) Setup Synology Create a directory in docker directory, such as cloudflare-tunnel. Download cloudflared/cloudflared image to registry. ssh to admin@synology Change cloudflare-tunnel owner, sudo chown -R 65532:65532 /volume1/docker/cloudflare-tunnel. Run containers - cloudflared tunnel login Run container and mount volume docker/cloudflare-tunnel:/home/nonroot/.cloudflared. Select Use the same network as Docker Host in network tab. Add command tunnel login in envorinment tab. Go to container log, and copy login url. Paste url to browser and authorize the zone. Export the container setting json to the directory cloudflare-tunnel. - cloudflared tunnel create synology-tunnel Edit the container setting json in the the directory cloudflare-tunnel, modify cmd. tunnel create synology-tunnel. Import the container setting json and run a new container. The container will stop and create tunnel config json in cloudflare-tunnel. Create config.yml and write ingress rules. In config.yml, tunnel value is the same as the tunnel config json name, and credentials-file is /home/nonroot/.cloudflared/tunnel config json Export the second container setting json to the directory cloudflare-tunnel. - cloudflared tunnel route dns synology-tunnel synology.ruru910.com Edit the second container setting json in the the directory cloudflare-tunnel, modify cmd. tunnel route dns synology-tunnel synology.ruru910.com. Import the second container setting json and run a new container. The container will stop and create a dns record mapping domain to the tunnel. - cloudflared tunnel run synology-tunnel Edit the second container setting json in the the directory cloudflare-tunnel, modify cmd. tunnel run synology-tunnel. Import the second container setting json and run a new container. The tunnel now is connectable.