Giter Site home page Giter Site logo

Comments (4)

 avatar commented on May 21, 2024 13

I've been able to fix this issue using the following additional container:

  coturn:
    image: woahbase/alpine-coturn
    container_name: coturn
    volumes:
      - "./coturn/turnserver.conf:/var/lib/coturn/turnserver.conf"
    expose:
      - "3478"
      - "3479"
      - "5349"
      - "5350"
    ports:
      - "3478:3478"
    restart: always

Install the Talk app from the Nextcloud dashboard, navigate to Settings - Talk then follow steps 3 and 5 here https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794

Restart the coturn container and you're good to go. Make sure port 3478 is open in your router.

from docker-nextcloud.

 avatar commented on May 21, 2024

Also fully willing to put a bounty on this!

from docker-nextcloud.

 avatar commented on May 21, 2024

Doesn't look like it. I spent all day trying to magick up a solution and I've gotten nowhere.

For anyone interested here's the relevant piece of my docker-compose.yaml:

  coturn:
    image: instrumentisto/coturn
    container_name: coturn
    tmpfs:
      - /var/lib/coturn
    volumes:
      - "./coturn/turnserver.conf:/etc/coturn/turnserver.conf"
    network_mode: "host"

and my turnserver.conf:

tls-listening-port=5349
fingerprint
lt-cred-mech
use-auth-secret
static-auth-secret=supersecretpassphrase
realm=talk.hansen.agency
total-quota=100
bps-capacity=0
stale-nonce
cert=/etc/letsencrypt/live/talk.hansen.agency/fullchain.pem
pkey=/etc/letsencrypt/live/talk.hansen.agency/privkey.pem
cipher-list="ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AES:RSA+3DES:!ADH:!AECDH:!MD5"
no-loopback-peers
no-multicast-peers

from docker-nextcloud.

crazy-max avatar crazy-max commented on May 21, 2024

@Spass1966 Yes, the implementation seems special and difficult. I don't plan to add this service but feel free to tell us if you have found anything. Btw, have you tried this one ?

from docker-nextcloud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.