[call-me] - add self-hosting automation scripts readme

This commit is contained in:
Miroslav Pejic
2026-04-08 12:50:34 +02:00
parent bd80ca8690
commit 520a4dc969
2 changed files with 45 additions and 7 deletions
+45 -7
View File
@@ -88,7 +88,7 @@ docker-compose up
1. `Open` your browser and visit [http://localhost:8000](http://localhost:8000).
2. `Sign in` with your username.
2. `Join` with your username or `Call` directly the recipient.
3. `Select` the connected recipient's username and click `Call`.
@@ -112,6 +112,50 @@ You can explore a `widget` example that demonstrates this functionality [here](.
---
<details open>
<summary>Self-Hosting</summary>
</br>
![setup](/assets/doc/self-hosting.png)
## **Requirements**
- A clean server running **Ubuntu 22.04 or 24.04 LTS**
- **Root access** to the Server
- A **domain or subdomain** pointing to your servers public IPv4
---
## Note
When **prompted**, simply **enter your domain or subdomain**. Then wait for the installation to complete.
```bash
# Install
wget -qO cme-install.sh https://docs.mirotalk.com/scripts/cme/cme-install.sh \
&& chmod +x cme-install.sh \
&& ./cme-install.sh
```
```bash
# Uninstall
wget -qO cme-uninstall.sh https://docs.mirotalk.com/scripts/cme/cme-uninstall.sh \
&& chmod +x cme-uninstall.sh \
&& ./cme-uninstall.sh
```
```bash
# Update
wget -qO cme-update.sh https://docs.mirotalk.com/scripts/cme/cme-update.sh \
&& chmod +x bro-update.sh \
&& ./cme-update.sh
```
</details>
---
## Fast Integration
![iframe](public/assets/iframe.png)
@@ -146,10 +190,4 @@ Docs: http://localhost:8000/api/v1/docs/ or you can check it out live in prod [h
---
## Self-Hosting
To install this on your VPS, VDS, or personal server, please follow the instructions in **[the self-hosting documentation](./doc/self-hosting.md)**.
---
![Star History Chart](https://app.repohistory.com/api/svg?repo=miroslavpejic85/call-me&type=Date&background=0D1117&color=62C3F8)
Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB