Welcome
Welcome to the amethystnetwork-dev/Incognito docs!
Intro
This is a unofficial Incognito easy deployment version with TompHTTP bare server included.
Incognito is a Titanium Network official proxy site
Backend
The Bare Server backend used is from tomphttp/bare-server-node/examples/static.mjs
Config
To change the HTTP server port set the environment variable variable PORT
(the default is 8080).
SSL Config
To enable SSL place your certificates in the SSL folder.
The certificate should be named cert.pem
and the private key named key.pem
.
When SSL is enabled port 443 will be used as the default.