I am using prosody in windows and from the documentation (Documentation – Prosody IM ), it is shown that it takes the location to find a file through etc/prosody/
. Unfortunately, I am using windows and I want to provide the location of a file. The right location of file: C:\Users\saif\.jitsi-meet-cfg\prosody\config\prosody.cfg.lua
When I enter the command using docker through git bash:
$ winpty docker-compose exec prosody prosodyctl --config /config/prosody.cfg.lua register saif meet.jitsi pass
I get this message:
**************************
Prosody was unable to find the configuration file.
We looked for: /etc/prosody/C:/Program Files/Git/config/prosody.cfg.lua
A sample config file is included in the Prosody download called prosody.cfg.lua.dist
Copy or rename it to prosody.cfg.lua and edit as necessary.
More help on configuring Prosody can be found at https://prosody.im/doc/configure
Good luck!
**************************
As you see, the location is completely wrong. How do I provide the right location in my command?