coturn
awesome-compose
coturn | awesome-compose | |
---|---|---|
29 | 78 | |
12,521 | 39,757 | |
2.3% | 2.7% | |
8.8 | 0.0 | |
7 days ago | about 1 month ago | |
C | HTML | |
GNU General Public License v3.0 or later | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
coturn
-
13 Github Projects that Will Supercharge Your Development Journey in 2025 🚀
Stars: 11875 Author: coturn Star the coturn repository⭐
-
Bananas: Cross-Platform screen sharing made simple
Might work with coturn or turn-rs, others?
https://github.com/coturn/coturn
https://github.com/mycrl/turn-rs
Maybe there are some projects doing only stun - if that is enough?
- Coturn: Open-Source Turn Server for Efficient Nat Traversal
- Golang WebRTC. Como usar Pion 🌐Remote Controller
-
Golang WebRTC. How to use Pion 🌐Remote Controller
Both TURN and STUN can be self hosted, the most popular project i have found is coturn
-
How to setup and configure TURN server using coTURN?
# TURN server name and realm realm=DOMAIN server-name=turnserver # Use fingerprint in TURN message fingerprint # IPs the TURN server listens to listening-ip=0.0.0.0 # External IP-Address of the TURN server external-ip=IP_ADDRESS # Main listening port listening-port=3478 # Further ports that are open for communication min-port=10000 max-port=20000 # Log file path log-file=/var/log/turnserver.log # Enable verbose logging verbose # Specify the user for the TURN authentification user=turnuser:turn456 # Enable long-term credential mechanism lt-cred-mech # If running coturn version older than 4.5.2, uncomment these rules and ensure # that you have listening-ip set to ipv4 addresses only. # Prevent Loopback bypass https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p #denied-peer-ip=0.0.0.0-0.255.255.255 #denied-peer-ip=127.0.0.0-127.255.255.255 #denied-peer-ip=::1
-
How to deploy TURN server(coturn) inside Kubernetes
I am trying to deploy coturn server in the Kubernetes cluster.
-
SIM card at home
That is an excellent use case for a webrtc server rather than an usual voice communication. If you decide to go that way, you don't need any sim card. You just need an internet access. You install a webrtc client (the usual one is coturn). I don't know if you also need to set up some kind of chat server in addition.
-
Nextcloud-AIO Backup error
I've found this issue for you: https://github.com/coturn/coturn/issues/492
-
Matrix 2.0: How we’re making Matrix go voom
If you host yourself on a VPS you can hook in coturn (it's enabled by the linked playbook by default):
https://github.com/spantaleev/matrix-docker-ansible-deploy/b...
https://github.com/coturn/coturn
awesome-compose
-
Zero Trust, One Router: Hardening Your Home Lab Like a Cyber Fortress.
Docker Compose Samples — ready-made stacks to learn from
-
Self-hosting like a final boss: what I actually run on my home lab (and why)
Docker Compose Samples prebuilt examples for common stacks
-
7 Docker Compose Tricks to Level Up Your Development Workflow
These tricks—profiles, environment overrides, build caching, healthchecks, custom logs, named volumes, and file extensions—can transform how you use Docker Compose. They save time, reduce errors, and make your workflows more flexible. Try them in your next project, starting with profiles or healthchecks to see immediate wins. Check the Docker Compose documentation for deeper dives, and experiment with these examples to tailor them to your stack.
-
5 Developer Pain Points Solved by Internal Developer Platforms
Docker Compose for local development environments
-
Connecting RDBs and Search Engines — Chapter 1
This removes all container volumes and resets everything to its initial state. See the official documentation for more details.
-
Docker Compose and Devcontainers for Microservices Development
This tutorial assumes familiarity with Docker, Docker Compose, Devcontainers and that your services have Dockerfile implemented
-
From Spring Boot to Python Backend with Docker + React: My First Fullstack Project Experience
Docker Compose Docs
-
Building a bot to talk to my cats
I talk a lot about using containers for local development. The container that I always used was some running LLM container that I pulled from the Docker Hub official AI image registry. I initially started dev work by just running npm start to get my app running and test connecting to a container, and then I got more savvy with my approach by leveraging Docker Compose. Docker Compose allowed me to automatically spin up my containers, set up port mapping, and even run a post_start command on my LLM container to pull the correct model.
-
How to Keep Docker Secrets Secure
Docker includes a secrets management solution, but it doesn't work with standalone containers. You can supply secrets to your containers when you're using either Docker Compose or Docker Swarm. There's no alternative for containers created manually with a plain docker run command.
-
Docker + Cypress in 2025: How I’ve Perfected My E2E Testing Setup
Docker Compose Docs: Essential for orchestrating multi-container environments and scaling test runners.
What are some alternatives?
netbird - Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.
awesome-ipfs - Community list of awesome projects, apps, tools, pinning services and more related to IPFS.
turn - A pure Rust implementation of TURN
awesome-jmeter - A collection of resources covering different aspects of JMeter usage.
Remotely - A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
docker-kodi-beta - Docker image for kodi master branch builds