-
Hello, This is really an awesome project. I have built this fonoster docker image and running this in my laptop. Everything looks good. But now I am a bit stuck on, how should I use the fonoster cli tool for my own environment. I want to create some project, provider and number for my own environment as describe here. Could you please help me on this? is there any doc on it? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Did you use the docker-in-docker installer? The important thing is to identify the correct endpoint information and disable TLS on the client-side(by default TLS is disabled on the server). To connect to the local instance you need to: First, find your credentials at {
"accessKeyId":"fonoster",
"accessKeySecret":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
} Next, you must disable TLS on the client-side by setting the environment variable Finally, connect your CLI using the following |
Beta Was this translation helpful? Give feedback.
-
Wao! I love it! |
Beta Was this translation helpful? Give feedback.
Did you use the docker-in-docker installer?
The important thing is to identify the correct endpoint information and disable TLS on the client-side(by default TLS is disabled on the server). To connect to the local instance you need to:
First, find your credentials at
$(pwd)/fonoster/config
. It will look like this:Next, you must disable TLS on the client-side by setting the environment variable
ALLOW_INSECURE
to true.Finally, connect your CLI using the following
localhost:50051
as the endpoint.