42 lines
989 B
Markdown
42 lines
989 B
Markdown
|
|
# cloudflare-workers
|
||
|
|
|
||
|
|
Cloudflare Workers for Guardian Project infrastructure.
|
||
|
|
|
||
|
|
Canonical Repository: https://guardianproject.dev/ops/cloudflare-workers
|
||
|
|
|
||
|
|
## Workers
|
||
|
|
|
||
|
|
- **[nix-cache](nix-cache/)** — Nix binary cache proxy backed by Cloudflare R2 with JWT authentication
|
||
|
|
|
||
|
|
## Development
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# enter dev environment
|
||
|
|
nix develop
|
||
|
|
|
||
|
|
# run all checks in the Nix sandbox
|
||
|
|
nix flake check
|
||
|
|
```
|
||
|
|
|
||
|
|
## Maintenance
|
||
|
|
|
||
|
|
This project is actively maintained by [Guardian Project](https://guardianproject.info).
|
||
|
|
|
||
|
|
### Issues
|
||
|
|
|
||
|
|
For bug reports and feature requests, please use the [Issues][issues] page.
|
||
|
|
|
||
|
|
### Security
|
||
|
|
|
||
|
|
For security-related issues, please contact us through our [security policy][sec].
|
||
|
|
|
||
|
|
[issues]: https://guardianproject.dev/ops/cloudflare-workers/issues
|
||
|
|
[sec]: https://guardianproject.info/contact/
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
Copyright (c) 2026 Abel Luck <abel@guardianproject.info>
|
||
|
|
|
||
|
|
This project is licensed under the GNU General Public License v3.0 or later -
|
||
|
|
see the [LICENSE](LICENSE) file for details.
|