Open joepio opened 3 years ago
I've got pktriot working. Atomic-server is running in HTTP mode, since pktriot deals with TLS.
pktriot
clipktriot configure
pktriot http 8080
, note the tunnel domain.env
(or copy template.env
): set HTTPS
to false, HTTP_PORT
to 8080, and the domain to the newly created tunnel domainatomic-server
But there still is a problem: the returned @id
does not match, since the server is thinking it's serving HTTP instead of HTTPS. Maybe add a RETURN_HTTPS
flag?
Running your own
atomic-server
is quite simple, but the real problem is making it accessible on the internet. I want consumers to be able to do this, without doing the hard work. What you currently need to do:It's all just too much!
What could really work well, is use some tunnelling service like
ngrok
,tunnelto.dev
(open source, rust) or cloudflare tunnels.