From 1c939355b967efe2b0eb908e40f0b4aaf6d440a4 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Thu, 24 Oct 2024 13:38:10 +0300 Subject: [PATCH] Github compatible --- README.md | 27 +++++++++++++++++++++++++++ profile/README.md | 28 +--------------------------- 2 files changed, 28 insertions(+), 27 deletions(-) create mode 100644 README.md mode change 100644 => 120000 profile/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..10c7754 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +Welcome to the Lindeas collection of software projects. + +
+ +## Jilo + +Jilo is a collection of services and tools for managing a Jitsi Meet platform + +### jilo-server + +Server component with a web interface. It's where you look at the stats and graphs. + +### jilo-agent + +Small server on a remote jitsi machine. Checks the local jitsi processes, gets data and sends it to the Jilo Server. + +### jilo-cli + +Shell script on a remote jitsi machine. Runs periodically to fetch data from the jitsi logs. Jilo Agent can then send them to the server. + +## TotalMeet + +[**TotalMeet**](https://totalmeet.com/) is a hosted webconferencing solution, based on Jitsi Meet. It has a custom user profiel and dashboard pages, and is aimed at helping communities and small to medium businesses get most of Jitsi Meet. + +You can use our own jitsi backend, or you can connect it to an external one - either your own or the official hosted backend from the Jitsi project, [**JaaS**](https://jaas.8x8.vc/). + +TotalMeet is still under construction, but if you are interested, please subscribe on the website to get notified once we launch it. diff --git a/profile/README.md b/profile/README.md deleted file mode 100644 index 10c7754..0000000 --- a/profile/README.md +++ /dev/null @@ -1,27 +0,0 @@ -Welcome to the Lindeas collection of software projects. - -
- -## Jilo - -Jilo is a collection of services and tools for managing a Jitsi Meet platform - -### jilo-server - -Server component with a web interface. It's where you look at the stats and graphs. - -### jilo-agent - -Small server on a remote jitsi machine. Checks the local jitsi processes, gets data and sends it to the Jilo Server. - -### jilo-cli - -Shell script on a remote jitsi machine. Runs periodically to fetch data from the jitsi logs. Jilo Agent can then send them to the server. - -## TotalMeet - -[**TotalMeet**](https://totalmeet.com/) is a hosted webconferencing solution, based on Jitsi Meet. It has a custom user profiel and dashboard pages, and is aimed at helping communities and small to medium businesses get most of Jitsi Meet. - -You can use our own jitsi backend, or you can connect it to an external one - either your own or the official hosted backend from the Jitsi project, [**JaaS**](https://jaas.8x8.vc/). - -TotalMeet is still under construction, but if you are interested, please subscribe on the website to get notified once we launch it. diff --git a/profile/README.md b/profile/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/profile/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file