Jilo Web - Jitsi logs web observer
https://lindeas.com/jilo/
Yasen Pramatarov 308c92af2c | ||
---|---|---|
public_html | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
TODO.md | ||
config.apache | ||
config.nginx | ||
install.sh | ||
jilo-web.conf.php | ||
jilo-web.schema |
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