Jilo Web - Jitsi logs web observer https://lindeas.com/jilo/
 
 
 
Go to file
Yasen Pramatarov 0c9f900e21 Adds fromnt page widgets 2024-07-06 17:21:21 +03:00
public_html Adds fromnt page widgets 2024-07-06 17:21:21 +03:00
.gitignore Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00
CHANGELOG.md Adds search filter for conferences 2024-07-05 19:57:42 +03:00
LICENSE Initial commit 2024-06-28 15:03:43 +00:00
README.md Fixes error handling and adds changelog 2024-07-04 22:14:12 +03:00
TODO.md Adds note to implement mysql/mariadb option 2024-07-03 13:47:30 +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

This is still not operational. Goals for v.0.1 - browsing of basic info about Jilo config and about Jitsi Meet conferences.

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