move files for node only implementation
|
@ -25,3 +25,28 @@ services:
|
|||
entrypoint: /mnt/openssl/create.sh
|
||||
command: ["nginx", "-g", "daemon off;"]
|
||||
restart: unless-stopped
|
||||
coturn:
|
||||
image: coturn/coturn:alpine
|
||||
container_name: coturn_server
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- "--log-file=stdout"
|
||||
- "--external-ip=$$(detect-external-ip)"
|
||||
# - "--no-auth"
|
||||
- "--no-tcp"
|
||||
- "--no-tls"
|
||||
- "--no-dtls"
|
||||
- "--no-cli"
|
||||
# - "--stun-only"
|
||||
- "--listening-ip=0.0.0.0"
|
||||
- "--listening-port=3478"
|
||||
- "--tls-listening-port=5349"
|
||||
- "--min-port=49152"
|
||||
- "--max-port=65535"
|
||||
- "--fingerprint"
|
||||
- "--realm=127.0.0.1"
|
||||
- "-a"
|
||||
- "--user=snapdrop:ifupvrwelijmoyjxmefcsvfxxmcphvxo"
|
||||
- "--lt-cred-mech"
|
||||
# - "--static-auth-secret=ifupvrwelijmoyjxmefcsvfxxmcphvxo"
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"express-rate-limit": "^6.7.0",
|
||||
"ua-parser-js": "^0.7.24",
|
||||
"unique-names-generator": "^4.3.0",
|
||||
"ws": "^7.4.6"
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |