You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/kubo/rpc.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ I AM SERIOUS, DO NOT EDIT ANYTHING BELOW ;-D
47
47
48
48
-->
49
49
50
-
::: tip Generated on 2025-01-29, from kubo v0.33.0
50
+
::: tip Generated on 2025-02-11, from kubo v0.33.0
51
51
This document was autogenerated from [v0.33.0](https://github.com/ipfs/kubo/releases/tag/v0.33.0).
52
52
For issues and support, check out the [http-api-docs](https://github.com/ipfs/ipfs-docs/tree/main/tools/http-api-docs) generator on GitHub.
53
53
:::
@@ -62,6 +62,8 @@ The RPC API provides admin-level access to your Kubo IPFS node, including `/api/
62
62
63
63
It is bound to `localhost` by default on purpose. You should never expose it to the public internet, just like you would never expose a SQL database or other backend service.
64
64
65
+
To expose the RPC API to the public internet with TLS encryption and HTTP authentication, check out the [TLS and HTTP Auth for Kubo with Caddy](../../how-to/kubo-tls-auth.md) guide.
66
+
65
67
If you are looking for an interface designed for browsers and public internet, consider implementation-agnostic [HTTP Gateway](../../reference/http/gateway.md) instead.
0 commit comments