[mirotalk] - add hostinger, update dep
This commit is contained in:
@@ -261,7 +261,7 @@ $ curl -X POST "https://mirotalk.up.railway.app/api/v1/join" -H "authorization:
|
||||
</details>
|
||||
|
||||
<details open>
|
||||
<summary>Hetzner & Contabo</summary>
|
||||
<summary>Hetzner, Hostinger & Contabo</summary>
|
||||
|
||||
<br/>
|
||||
|
||||
@@ -275,9 +275,15 @@ Use [my personal link](https://hetzner.cloud/?ref=XdRifCzCK3bn) to receive `€
|
||||
|
||||
---
|
||||
|
||||
[](https://hostinger.com/?REFERRALCODE=MIROTALK)
|
||||
|
||||
Fast, reliable hosting with 24/7 support and great performance. Start today! [Check out Hostinger now](https://hostinger.com/?REFERRALCODE=MIROTALK)
|
||||
|
||||
---
|
||||
|
||||
[](https://www.dpbolvw.net/click-101027391-14462707)
|
||||
|
||||
Experience also top-tier German web hosting – dedicated servers, VPS, and web hosting at `unbeatable prices`. Reliable, secure, and backed by 24/7 support. [Explore now here](https://www.dpbolvw.net/click-101027391-14462707)
|
||||
Experience also top-tier German web hosting – dedicated servers, VPS, and web hosting at `unbeatable prices`. [Explore now here](https://www.dpbolvw.net/click-101027391-14462707)
|
||||
|
||||
---
|
||||
|
||||
@@ -372,7 +378,9 @@ Do you find MiroTalk P2P indispensable for your needs? Join us in supporting thi
|
||||
|
||||
---
|
||||
|
||||
[](https://www.dpbolvw.net/click-101027391-14462707)
|
||||
| | |
|
||||
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
|
||||
| [](https://hostinger.com/?REFERRALCODE=MIROTALK) | [](https://www.dpbolvw.net/click-101027391-14462707) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -39,7 +39,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.4.59
|
||||
* @version 1.4.60
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mirotalk",
|
||||
"version": "1.4.59",
|
||||
"version": "1.4.60",
|
||||
"description": "A free WebRTC browser-based video call",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
@@ -57,7 +57,7 @@
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"js-yaml": "^4.1.0",
|
||||
"ngrok": "^5.0.0-beta.2",
|
||||
"nodemailer": "^6.9.16",
|
||||
"nodemailer": "^6.10.0",
|
||||
"openai": "^4.80.0",
|
||||
"qs": "^6.14.0",
|
||||
"socket.io": "^4.8.1",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
+2
-2
@@ -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.4.59
|
||||
* @version 1.4.60
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -11039,7 +11039,7 @@ function showAbout() {
|
||||
Swal.fire({
|
||||
background: swBg,
|
||||
position: 'center',
|
||||
title: '<strong>WebRTC P2P v1.4.59</strong>',
|
||||
title: '<strong>WebRTC P2P v1.4.60</strong>',
|
||||
imageAlt: 'mirotalk-about',
|
||||
imageUrl: images.about,
|
||||
customClass: { image: 'img-about' },
|
||||
|
||||
@@ -611,6 +611,16 @@
|
||||
/></a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="reveal-from-top" data-reveal-delay="300">
|
||||
<div class="clients-logo">
|
||||
<a href="https://hostinger.com/?REFERRALCODE=MIROTALK" target="_blank"
|
||||
><img
|
||||
class="clients-size-logo"
|
||||
src="../advertisers/Hostinger.png"
|
||||
alt="Hostinger"
|
||||
/></a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user