Jilo Web - Jitsi logs web observer https://lindeas.com/jilo/
 
 
 
Go to file
Yasen Pramatarov 051b461c40 Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00
public_html Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00
.gitignore Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +03:00
LICENSE Initial commit 2024-06-28 15:03:43 +00:00
README.md Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +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 Initial code, moved here from the "jilo" repo. 2024-06-28 20:05:32 +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

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

TODO

  • jilo-web.db outside web root

  • jilo-web.db writable by web server user