Configuration
INFO
In this section, we assume that the Invoice-Collector Container is reachable at http://localhost:8080
. If your container is not running yet, see the installation section.
Networking
Once the Invoice-Collector Container is up and running, we need to verify that the remote Invoice-Collector Server is reachable.
Make sure the container can reach the remote server at url https://registry.invoice-collector.com
. Verify your firewall and proxy settings.
INFO
Credentials and tokens are never sent to the Invoice-Collector Server. Sensitive datas never leave your infrastructure.
Run the following command on your machine:
curl https://registry.invoice-collector.com/v1/ping
- If you receive
pong
: Logs will be sent to the Invoice-Collector Server and your collectors will automatically be updated. - If you have and error: No worry, you can still use Invoice-Collector but no logs are sent to the server. We won't be able to help you if you have a problem and your collectors will not automatically update. You will have to update the container on new release.