simplex-chat / simplexmq

⚙️ SimpleXMQ - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.
https://simplex.chat
GNU Affero General Public License v3.0
527 stars 61 forks source link

xftp-server: no key port in section TRANSPORT #902

Open zaggynl opened 11 months ago

zaggynl commented 11 months ago

Testing out simplex server via docker on debian 12:

docker run -d \
    -e "ADDR=simplex.zaggy.nl:443" \
    -e "QUOTA=10G" \
    -p 443:443 \
    -v $HOME/simplex/xftp/config:/etc/opt/simplex-xftp:z \
    -v $HOME/simplex/xftp/logs:/var/opt/simplex-xftp:z \
    -v $HOME/simplex/xftp/files:/srv/xftp:z \
    simplexchat/xftp-server:latest

xftp-server doesn’t start?

 sudo docker logs -f 0a39a2593aad
SimpleX XFTP server v1.0.1
Fingerprint: sO2YvijAQzsf6apAg1vdlqjHLES1PVp5Nu-OYL6dQ_8=
xftp-server: no key port in section TRANSPORT
CallStack (from HasCallStack):
  error, called at src/Simplex/Messaging/Server/CLI.hs:161:14 in simplexmq-5.3.0.1-inplace:Simplex.Messaging.Server.CLI
dpwiz commented 8 months ago

So, do you have port in [TRANSPORT] section of your config file?

k3rs commented 2 months ago

So, do you have port in [TRANSPORT] section of your config file?

I have the same mistake and port in TRANSPORT is set, but it doesn't start