Jilo Web - Jitsi logs web observer https://lindeas.com/jilo/
 
 
 
Go to file
Yasen Pramatarov 3b3a5c205a Initial deb packaging 2024-07-09 13:51:03 +03:00
packaging Initial deb packaging 2024-07-09 13:51:03 +03:00
public_html Removes unused public variables 2024-07-08 12:19:45 +03:00
.gitignore Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00
CHANGELOG.md Updates CHANGELOG 2024-07-08 20:37:15 +03:00
LICENSE Initial commit 2024-06-28 15:03:43 +00:00
README.md Updates README 2024-07-07 12:30:57 +03:00
TODO.md Updates TODO 2024-07-08 16:13:07 +03:00
config.apache Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00
config.nginx Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00
install.sh Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00
jilo-web.conf.php Adds initial conferences search support 2024-07-04 12:04:27 +03:00
jilo-web.schema Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00

README.md

Jilo Web

Jilo Web is a PHP web interface to Jilo (JItsi Logs Observer).

To have a working installation, in addition to the code here you need a jilo database file, generated by Jilo.

demo

To see a demo install, go to https://work.lindeas.com/jilo-web-demo/

requirements

  • web server (deb: apache | nginx)

  • php support in the web server (deb: php-fpm | libapache2-mod-php)

  • pdo and pdo_sqlite support in php (deb: php-db, php-sqlite3) uncomment in php.ini: ;extension=pdo_sqlite

config

  • edit jilo-web.conf.php and set all the variables correctly

  • "database" is the sqlite db file for jilo-web itself, create it with cat jilo-web.schema | sqlite3 jilo-web.db

  • "jilo_database" is the sqlite db file for jilo, with data from the Jitsi logs