doberrrman
doberrrman
class CustomUser(AbstractUser): class Meta: db_table = "user" ROLES = ( ('Student', 'Student'), ('Teacher', 'Teacher'), ('Accountant', 'Accountant'), ('Manager', 'Manager'), ) first_name = models.CharField(max_length=100) last_name = models.CharField(max_length=100) email = models.EmailField("Email", unique=True) role...
@so010 100 Mbps
@so010 Let me give you an example: we have created 5 rooms, in each of which 15 people should communicate. Is 100 Mbps enough for this? With my configuration so...
.env: MAIN_DOMAIN=pokersecretcam.club MEDIA_DOMAIN=pokersecretcam.club [email protected] LISTEN_IP=159.223.30.185 EXTERNAL_IP=159.223.30.185 MEDIA_SECRET=SMXE2KKc0JxROdjsaJU6
Now I have this config: MAIN_DOMAIN=pokersecretcam.club MEDIA_DOMAIN=media.pokersecretcam.club [email protected] LISTEN_IP=159.223.30.185 EXTERNAL_IP=159.223.30.185 MEDIA_SECRET=oyLwkIqq17BTLDXKCZHX and it still gives an error: Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these...
Now everything is running for me, certificates are being pulled into Nginx, the site is running: https://pokersecretcam.club/ but this error still remains: $ node dist/server.js /entrypoint.sh /usr/src/app/dist/MediaService.js:57 throw new Error('No...
Thanks, it's working now! But there is another problem! Sometimes the video from the camera works, and sometimes it doesn't, but often it doesn't work and when it works, for...
@N7Remus Tell me what could be wrong, I wrote a comment above, the video and microphone do not work in the conference itself, but at the stage of creating the...
@N7Remus `root@pocker-cam:/home/edumeet# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0a8486f94308 nginx "/docker-entrypoint.…" About a minute ago Up About a minute 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:443->443/udp, :::443->443/udp edumeet-proxy-1...
@N7Remus The coturn does not show any logs. root@pocker-cam:/home/edumeet# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0a8486f94308 nginx "/docker-entrypoint.…" 11 minutes ago Up 11 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp,...