tile38 icon indicating copy to clipboard operation
tile38 copied to clipboard

Configuration Options

Open jwillmer opened this issue 4 years ago • 3 comments

I tried tile38 in a local docker container and it works as intended. I now like to take the next step and deploy it to our server. However I can't find any documentation of the configuration options. I like to configure (at least) a basic auth option for the client and maybe limit which client (protocols) can connect.

Can anyone provide a link to the configuration options and how to apply them?

jwillmer avatar Feb 21 '20 13:02 jwillmer

You can use the local doc window to remotely connect to the server's services and set the configuration . for example: First open the doc window, CD enter the directory of tile38_cli . Second image

HkMoyun avatar Feb 26 '20 07:02 HkMoyun

Of course, you can also write code to control tile38 with commands in the program and initialize the configuration . If you use Java, this link might be useful for you:https://github.com/HkMoyun/tile38-client

HkMoyun avatar Feb 26 '20 07:02 HkMoyun

I'm not asking about how I can interact with the server. I'm asking how I can configure it. I like to set environment variables to define the auth password for example.

jwillmer avatar Feb 26 '20 08:02 jwillmer