README: add public portal registry
Kim committed
Mar 12, 2026 at 11:29 UTC
6c5dbcaf8aed92505e554e5cab3f2054a68090cc
1 file changed
+4
README.md
+4
@@ -68,6 +68,10 @@ For architecture decisions, see [docs/adr/README.md](docs/adr/README.md).
68
| [nginx reverse proxy](docs/examples/nginx-proxy/) | Deploy Portal behind nginx with L4 SNI routing and TLS termination |
69
| [nginx + multi-service](docs/examples/nginx-proxy-multi-service/) | Run Portal alongside other web services behind a single nginx instance |
70
71
+## Public Relay Registry
72
+
73
+If you operate a public Portal relay, open a Pull Request to add your relay URL to `registry.json`. Keeping the registry updated makes public relays easier for the community to discover.
74
+
75
## Contributing
76
77
We welcome contributions from the community!