Add Forgejo namespace workflow stack
This commit is contained in:
parent
482fd5d085
commit
865b676c99
68 changed files with 9709 additions and 11 deletions
11
README.md
11
README.md
|
|
@ -5,10 +5,19 @@
|
|||
Burrow is an open source tool for burrowing through firewalls, built by teenagers at [Hack Club](https://hackclub.com/).
|
||||
|
||||
`burrow` provides a simple command-line tool to open virtual interfaces and direct traffic through them.
|
||||
Routine verification now runs unprivileged with `cargo test --workspace --all-features`; only tunnel startup needs elevation.
|
||||
|
||||
The repository now carries its own design and deployment record:
|
||||
|
||||
- [Constitution](./CONSTITUTION.md)
|
||||
- [Burrow Evolution](./evolution/README.md)
|
||||
- [WireGuard Rust Lineage](./docs/WIREGUARD_LINEAGE.md)
|
||||
- [Protocol Roadmap](./docs/PROTOCOL_ROADMAP.md)
|
||||
- [Forward Email Runbook](./docs/FORWARDEMAIL.md)
|
||||
|
||||
## Contributing
|
||||
|
||||
Burrow is fully open source, you can fork the repo and start contributing easily. For more information and in-depth discussions, visit the `#burrow` channel on the [Hack Club Slack](https://hackclub.com/slack/), here you can ask for help and talk with other people interested in burrow! Checkout [GETTING_STARTED.md](./docs/GETTING_STARTED.md) for build instructions and [GTK_APP.md](./docs/GTK_APP.md) for the Linux app.
|
||||
Burrow is fully open source, you can fork the repo and start contributing easily. For more information and in-depth discussions, visit the `#burrow` channel on the [Hack Club Slack](https://hackclub.com/slack/), here you can ask for help and talk with other people interested in burrow. Checkout [GETTING_STARTED.md](./docs/GETTING_STARTED.md) for build instructions and [GTK_APP.md](./docs/GTK_APP.md) for the Linux app. Forge and deployment scaffolding live in [`flake.nix`](./flake.nix), [`nixos/`](./nixos), and [`.forgejo/workflows/`](./.forgejo/workflows/). Hosted mail backup operations live in [`docs/FORWARDEMAIL.md`](./docs/FORWARDEMAIL.md) and [`Tools/forwardemail-custom-s3.sh`](./Tools/forwardemail-custom-s3.sh).
|
||||
|
||||
The project structure is divided in the following folders:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue