diff --git a/README.md b/README.md index 4dd3c33..2b781e4 100644 --- a/README.md +++ b/README.md @@ -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](. --- +
+Self-Hosting + +
+ +![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 server’s 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 +``` + +
+ +--- + ## 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) diff --git a/assets/doc/self-hosting.png b/assets/doc/self-hosting.png new file mode 100644 index 0000000..96a8139 Binary files /dev/null and b/assets/doc/self-hosting.png differ