add docs
This commit is contained in:
parent
d8f56bd942
commit
8501f0ac3a
4 changed files with 84 additions and 11 deletions
41
README.md
Normal file
41
README.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue