Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zaggynl opened this issue Nov 25, 2023 · 2 comments
Open

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

zaggynl opened this issue Nov 25, 2023 · 2 comments

Comments

@zaggynl
Copy link

zaggynl commented Nov 25, 2023

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
Copy link
Contributor

dpwiz commented Feb 23, 2024

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

@k3rs
Copy link

k3rs commented Sep 3, 2024

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

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

No branches or pull requests

3 participants