[mirotalk] - update dep, oidc config

This commit is contained in:
Miroslav Pejic
2025-05-20 15:27:27 +02:00
parent ed5c1e9621
commit f8f0e72399
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ IP_WHITELIST_ALLOWED='["127.0.0.1", "::1"]'
# For those seeking an open-source solution, check out: https://github.com/panva/node-oidc-provider
OIDC_ENABLED=false # true or false
OIDC_ALLOW_ROOMS_CREATION_FOR_AUTH_USERS=false # Allow all authenticated users via OIDC to create their own rooms
OIDC_ALLOW_ROOMS_CREATION_FOR_AUTH_USERS=true # Allow all authenticated users via OIDC to create their own rooms
OIDC_BASE_URL_DYNAMIC=false # true or false
OIDC_ISSUER_BASE_URL='https://server.example.com'
OIDC_BASE_URL='http://localhost:3000' # https://p2p.mirotalk.com
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.09
* @version 1.5.10
*
*/
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.5.09",
"version": "1.5.10",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -43,14 +43,14 @@
"dependencies": {
"@mattermost/client": "10.7.0",
"@ngrok/ngrok": "1.5.1",
"@sentry/node": "^9.19.0",
"@sentry/node": "^9.21.0",
"axios": "^1.9.0",
"chokidar": "^4.0.3",
"colors": "^1.4.0",
"compression": "^1.8.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dompurify": "^3.2.5",
"dompurify": "^3.2.6",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-openid-connect": "^2.18.1",
@@ -61,14 +61,14 @@
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"nodemailer": "^7.0.3",
"openai": "^4.98.0",
"openai": "^4.100.0",
"qs": "^6.14.0",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
"uuid": "11.1.0"
},
"devDependencies": {
"mocha": "^11.2.2",
"mocha": "^11.4.0",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.10",
"prettier": "3.5.3",
+1 -1
View File
@@ -73,7 +73,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.5.09',
title: 'WebRTC P2P v1.5.10',
html: `
<button
id="support-button"
+2 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.09
* @version 1.5.10
*
*/
@@ -11160,7 +11160,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.09',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.10',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `