First pass removing newt

This commit is contained in:
Owen
2026-09-14 17:56:12 -04:00
parent f03389ac13
commit ca9d575ec7
2 changed files with 56 additions and 36 deletions
+3 -2
View File
@@ -168,10 +168,11 @@ Pangolin's open-source repositories map to the roles above. Codenames are used t
| Component | Repository | Role |
| --- | --- | --- |
| Pangolin | [fosrl/pangolin](https://github.com/fosrl/pangolin) | Control plane server |
| Newt | [fosrl/newt](https://github.com/fosrl/newt) | Site connector |
| Clients | [fosrl/cli](https://github.com/fosrl/cli), [fosrl/windows](https://github.com/fosrl/windows), [fosrl/apple](https://github.com/fosrl/apple), [fosrl/android](https://github.com/fosrl/android) | Endpoint agents |
| Site Connector | [fosrl/cli](https://github.com/fosrl/cli) | Connect remote networks for public and private resources |
| Gerbil | [fosrl/gerbil](https://github.com/fosrl/gerbil) | Node tunnel manager and relay |
| Badger | [fosrl/badger](https://github.com/fosrl/badger) | Traefik forward-auth middleware |
| Newt | [fosrl/newt](https://github.com/fosrl/newt) | Shared site networking stack |
| Olm | [fosrl/olm](https://github.com/fosrl/olm) | Shared client networking stack (tunnels, NAT traversal, DNS) |
| Clients | [fosrl/cli](https://github.com/fosrl/cli), [fosrl/windows](https://github.com/fosrl/windows), [fosrl/apple](https://github.com/fosrl/apple), [fosrl/android](https://github.com/fosrl/android) | Endpoint agents |
For local development setup and how these repositories interact in a dev environment, see [Contributing](/development/contributing).