nunurs

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by nunurs

  1. hello, it's impossible to change language? in "help" and "switch application language", only english is possible.
  2. Found! docker stop airdcpp docker run --rm -it --volumes-from airdcpp gangefors/airdcpp-webclient --add-user docker start airdcpp
  3. I have a same problem, when i add --configure I have this error: Enter HTTP port (empty: 5600, 0 = disabled): [1mHTTP port set to: [0m5600Enter HTTPS port (empty: 5601, 0 = disabled): [1mHTTPS port set to: [0m5601[1mNo existing users were found, adding new one.[0m[1mThe user will be created with administrative permissions. Users with restricted permissions can be added from the Web UI.[0mEnter username:The username should contain only alphanumeric characters[1mNo valid configuration was entered. Please re-run the command.[0m This is my config docker docker create --name='airdc' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e 'UID'='99' -e 'GID'='100' -p '5600:5600/tcp' -p '5601:5601/tcp' -p '21248:21248/tcp' -p '21248:21248/udp' -p '21249:21249/tcp' -v '/mnt/user/Videos':'/Share':'rw' -v '/mnt/user/Videos/Telechargement/':'/Downloads':'rw' -v '/mnt/user/appdata/.airdcpp/':'/.airdcpp':'rw' 'gangefors/airdcpp-webclient:latest' --configure