How to set up self-host docker api.keygen.localhost so user can connect to self-host keygen license server via Internet? #152
Replies: 3 comments
-
You don't. Set The |
Beta Was this translation helpful? Give feedback.
-
Thanks for your recommendation. We created api.eems.com and assigned it to our public IP, then pointed it to our local machine that hosting And do we need to change the host file on the local machine that hosting the Keygen? |
Beta Was this translation helpful? Give feedback.
-
No, you should not be changing the hosts file. Doing so indicates that you're not setting things up correctly. You need to set up your actual domain, not a The value |
Beta Was this translation helpful? Give feedback.
-
I am hosting Keygen in Docker for testing on my local machine. For self-host Keygen, the URL api.keygen.localhost must be kept, and we use the host file in Windows to match this URL with my local IP. It works fine within the local network, and other machines in the network can access the Keygen API through the URL api.keygen.localhost, but their host files must also be edited to match api.keygen.localhost to my local machine's IP.
My question is, how can I access this URL publicly from outside my local network so our application can access the local licensing server?
For example, our software will use API URL api.eems.com. How to link api.eems.com to api.keygen.localhost. We are struggling to set up self-host keygen in Docker via Internet so clients can connect to our licensing server?
Beta Was this translation helpful? Give feedback.
All reactions