Gekko on Headless Server
#1
I've got most things open yet I still can't get the UI to open on a headless server in a trusted environment. I've tried putting in the IP of the server in both sections that says "host" still no luck...can anyone tell me what I am doing wrong please.  Thanks in advance.

const CONFIG = {
    headless: true,
    api: {
        host: '0.0.0.0',
        port: 3000,
    },
    ui: {
        ssl: false,
        host: '0.0.0.0', // Set this to the IP of the machine that will run Gekko
        port: 3000,
        path: '/'
    },
    adapter: 'sqlite'

}
if(typeof window === 'undefined')
  module.exports = CONFIG;
else
  window.CONFIG = CONFIG;
  Reply


Messages In This Thread
Gekko on Headless Server - by whoodat - 05-20-2018, 03:59 AM
RE: Gekko on Headless Server - by askmike - 05-20-2018, 10:48 AM
RE: Gekko on Headless Server - by whoodat - 05-20-2018, 12:17 PM
RE: Gekko on Headless Server - by askmike - 05-20-2018, 12:36 PM
RE: Gekko on Headless Server - by whoodat - 05-20-2018, 07:57 PM
RE: Gekko on Headless Server - by martyc - 07-17-2018, 06:20 AM

Forum Jump:


Users browsing this thread: