site for the tildeverse irc network https://tilde.chat
Go to file
Ben Harris 1e372006f7
update homepage, fix round-robin host name
2018-11-15 23:20:06 -05:00
badges Add links to badges 2018-07-30 20:34:04 -04:00
discord Add deprecation notice for the discord 2018-08-26 02:08:33 -04:00
stats fix stat table width 2018-10-27 02:50:27 -04:00
wiki update homepage, fix round-robin host name 2018-11-15 23:20:06 -05:00
.editorconfig Add .editorconfig 2018-06-20 17:35:01 -04:00
.gitignore add wiki 2018-08-30 01:40:45 -04:00
README.md add deployment instructions to the README 2018-11-14 12:45:21 -05:00
apple-icon.png Have OGP preview show ~team logo 2018-06-20 17:26:28 -04:00
composer.json add wiki 2018-08-30 01:40:45 -04:00
composer.lock add wiki 2018-08-30 01:40:45 -04:00
favicon-96x96.png Add favicon (why ben why) 2018-06-20 18:10:14 -04:00
footer.php add footer with site source link and add README 2018-10-27 03:17:43 -04:00
gen_stats update some links and wiki 2018-10-15 18:31:10 -04:00
header.php change default header 2018-10-15 19:35:30 -04:00
index.php update homepage, fix round-robin host name 2018-11-15 23:20:06 -05:00
jasny-bootstrap.js Add jasny bootstrap 2018-07-19 10:48:32 -04:00
members.json update homepage, fix round-robin host name 2018-11-15 23:20:06 -05:00
navbar.php update some links and wiki 2018-10-15 18:31:10 -04:00

README.md

tilde.chat

this is the source for tilde.chat.

if you have any fixes/updates that you need to make, feel free to open a PR.

wiki updates are part of this repo as well.

stop by irc and say hi!


deployment

  1. clone the repo into your webroot
  2. composer install
  3. make sure inspircd has m_httpd.so m_httpd_stats.so loaded
  4. add a local bind for stats on 8081: <bind address="127.0.0.1" port="8081" type="httpd">
  5. add gen_stats to a crontab for a user that can write in the webroot: * * * * * /var/www/tilde.chat/gen_stats