-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (51 loc) · 2.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
<title>Lindeas projects</title>
</head>
<body>
<div id="main-container">
<div class="title">
<img src="lindeas-logo-200x110.jpg" alt="logo" />
<span class="title-text">
<a href="https://lindeas.com">Lindeas</a> projects
</span>
</div>
<h1>JILO - Jitsi Logs Observer</h1>
The webpage for this project is <a href="https://lindeas.com/jilo">https://lindeas.com/jilo</a>. You can find the git code mirrors and other info there.
<h2>jilo-server</h2>
<p>
Monitoring server with a web interface. It's where you look at the stats and graphs. It's where you manage most of the Jilo settings.
<br />Demo: <a href="https://work.lindeas.com/jilo-web-demo/">https://work.lindeas.com/jilo-web-demo/</a>
<div class="screenshot">
<img src="https://code.lindeas.com/lindeas/.profile/media/branch/main/screenshot-jilo.png" alt="jilo" />
</div>
</p>
<h2>jilo-agent</h2>
Small server on a remote jitsi machine. Checks the local jitsi processes, gets configuration or usage data and sends it to the Jilo Server.
<h2>jilo-cli</h2>
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.
<p>Includes:</p>
<ul>
<li><strong>jilo</strong> - server side tool for gathering data from Jitsi logs</li>
<li><strong>jilo-cli</strong> - command line client for querying the database of collected logs data</li>
</ul>
<hr />
<h1>TotalMeet</h1>
<a href="https://totalmeet.com">TotalMeet</a> is a hosted webconferencing solution, based on Jitsi Meet.
<div class="screenshot">
<img src="https://code.lindeas.com/lindeas/.profile/media/branch/main/screenshot-totalmeet.png" alt="totalmeet" />
</div>
<p>It has a custom user profile and dashboard pages, and is aimed at helping communities and small to medium businesses get most out of Jitsi Meet.</p>
<p>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, <a href="https://jaas.8x8.vc/">JaaS</a>.</p>
<p>TotalMeet is still under construction, but if you are interested, please subscribe on the website to get notified once we launch it.</p>
<p>If you are interested in a custom TotalMeet deployment, tailored to your specific needs, please <a href="mailto:contact%40totalmeet.com?subject=TotalMeet%20custom%20deployment">contact us directly</a>.</p>
</div>
<div id="footer">
<a href="https://lindeas.com">Lindeas.com</a> © 2024
</div>
</body>
</html>