Below you will find pages that utilize the taxonomy term “Stubbedev”
August 4, 2026
xilo-nix-cache
Version updated for https://github.com/stubbedev/xilo to version v1.0.13.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The xilo GitHub Action automates the setup and management of a self-hosted Nix binary cache. It provides a single Go binary with no external services, supports multi-tenant storage with user accounts and organizations, offers a dashboard for managing caches, tokens, users, and activities, and can revoke push/pull tokens instantly. It also ships a 9 MB distroless Docker image and serves zstd pulls from stored frames.
August 4, 2026
xilo-nix-cache
Version updated for https://github.com/stubbedev/xilo to version v1.0.12.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The xilo action is a self-hosted Nix binary cache that uses pure-Go SQLite to store and serve binaries efficiently. It features:
Never stalls on concurrent pushes due to a single writer goroutine. Multi-tenant support with personal accounts, organizations, and optional self-registration offers. A cachix-style admin dashboard for managing caches, tokens, users, and accounts. Instant token revocation and content-addressed chunked deduplication (FastCDC). Support for storing chunks on local disk or any S3-compatible bucket. Scalability through PostgreSQL as a backend storage system. What’s Changed Full Changelog: https://github.com/stubbedev/xilo/compare/v1...v1.0.12