Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

nxtalkproxyd doesn't grab NXTALKPROXYD_ADDRREMOTE variable from docker-compose.yml #9

Open
zeigerpuppy opened this issue May 19, 2020 · 1 comment

Comments

@zeigerpuppy
Copy link

zeigerpuppy commented May 19, 2020

I have tried building and launching the docker container.
However, when running, I get the following error:

nxtalkproxyd      | {"level":"info","error":"Get \"https://mynetxcloud.com/ocs/v2.php/apps/spreed/api/v1/room\": dial tcp: lookup mynetxcloud.com on xxx.xxx.xxx.xxx:53: no such host","timestamp":"2020-05-19T04:16:02Z","message":"could not read rooms, retrying"}

(IP address of DNS cache removed in log for security)

It looks like the container is trying to connect to the default nextcloud instance: https://mynetxcloud.com

my docker-compose file contains the following environment variable definitions:

        environment:
            NXTALKPROXYD_DBPATH: "/var/lib/nxtalkproxyd"
            NXTALKPROXYD_USERNAME: "jitsibot"
            NXTALKPROXYD_PASSWORD: "<PASSWORD>"
            NXTALKPROXYD_ADDRREMOTE: "https://nextcloud.server.net"
            NCTALKPROXYD_ADDRLOCAL:: "https://nxtalkproxyd:1696"
@pojntfx
Copy link
Owner

pojntfx commented May 26, 2020

@zeigerpuppy Oh, yeah - as it was suggested by @rzerres the prefix has changed to NC*, as it appears to be standard in Nextcloud products.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants