MultiOTP on Docker

Hello, I see this command below on https://github.com/multiOTP/multiotp/wiki Docker container available: docker run --mount source=multiotp-data,target=/etc/multiotp -p 80:80 -p 443:443 -p 1812:1812/udp -p 1813:1813/udp -d multiotp/multiotp-open-source I don't see any documentation about it. Can somebody point me to the right manual please? I'm sorry I am a newbie on Docker. I need help where to look at. I am installing on a fresh Debian 10 installation. Thank you.

Comments

  • Hello,
    We have updated the Dockerfile to version 5.8.1.9.
    After calling docker run --mount source=multiotp-data,target=/etc/multiotp -p 80:80 -p 443:443 -p 1812:1812/udp -p 1813:1813/udp -d multiotp/multiotp-open-source, you will have a WebGUI in http (port 80) and https (port 443) as well as a radius server.
    Documentation about multiOTP can be found in the readme file (https://github.com/multiOTP/multiotp/blob/master/README.md).
    Best regards,
    André
  • Hello, The last 5.8.8.4 version is now working smoothly with Synology and docker. Please define unused ports to map ports 80 and 443 (for example 44480 and 44443), and prefer using port 44443 (ssl) for multiTOTP configuration. VOLUME mapping is described in the readme file. Regards,
This discussion has been closed.