Description
Notes and ideas and scribbles about creating / building out the necessary documentation for @marclupanc & future developers wanting to build on layer8.
Acceptance Criteria
Notes
- NPM Pkg / repo
- Github repo
- Readme
- Coordinated SemVer on all public repos
*Service Provider Responsibilities
- In the SPA, configuring the Interceptor correctly
import { initEncryptedTunnel, ServiceProvider } from "interceptor-wasm"
let forward_proxy_url = import.meta.env.VITE_FORWARD_PROXY_URL || 'http://localhost:6191';
let backend_url = import.meta.env.VITE_BACKEND_URL || 'http://10.10.10.102:6193';
try {
let providers = [ServiceProvider.new(backend_url)];
initEncryptedTunnel(forward_proxy_url, providers);
} catch (err) {
throw new Error(`Failed to initialize encrypted tunnel: ${err}`);
}
-
Certs?
-
Local host:5001?
Description
Notes and ideas and scribbles about creating / building out the necessary documentation for @marclupanc & future developers wanting to build on layer8.
Acceptance Criteria
docs.layer8proxy.netNotes
*Service Provider Responsibilities
Certs?
Local host:5001?