Has anyone setup Meltano Authentication? Specific...
# troubleshooting
g
Has anyone setup Meltano Authentication? Specifically if anyone could help explain to me the ui.server_name setting. I am semi new to this area and am unsure of what I should set the value to. Does this need to be a domain I own, or? When I set it to a custom ui.server_name value,
meltano ui start
seems to finish setting up all the way to the point right before it would output:
meltano UI is now available at .....
d
I assume you've seen https://meltano.com/docs/settings.html#ui-server-name?
ui.server_name
should match the hostname(+port) that the
meltano ui
server is exposed at, so that would typically be a domain name you've registered and pointed at the server
g
Yes I checked that out, alright thank you for the clarity.