site for the tildeverse irc network https://tilde.chat
Go to file
Ben Harris d15fccb3ab
use tildeverse/wiki
2019-07-03 01:11:55 -04:00
badges Force badges to be green and not blue 2018-12-21 15:40:03 -05:00
js use tildeverse/wiki 2019-07-03 01:11:55 -04:00
stats add note about +s to stats/ page 2019-03-16 15:29:57 -04:00
wiki use tildeverse/wiki 2019-07-03 01:11:55 -04:00
.editorconfig use tildeverse/wiki 2019-07-03 01:11:55 -04:00
.gitignore python3, blacklist 2019-03-16 14:53:20 -04:00
README.md python3, blacklist 2019-03-16 14:53:20 -04:00
apple-icon.png Have OGP preview show ~team logo 2018-06-20 17:26:28 -04:00
composer.json use tildeverse/wiki 2019-07-03 01:11:55 -04:00
composer.lock use tildeverse/wiki 2019-07-03 01:11:55 -04:00
favicon-96x96.png Add favicon (why ben why) 2018-06-20 18:10:14 -04:00
footer.php use tildeverse/wiki 2019-07-03 01:11:55 -04:00
gen_stats skip channels with +s 2019-03-16 15:26:15 -04:00
header.php change default header 2018-10-15 19:35:30 -04:00
index.php add info about opers@tilde.chat 2019-03-03 21:45:20 -05:00
navbar.php use tildeverse/wiki 2019-07-03 01:11:55 -04:00
rules.txt add rules.txt 2019-02-12 18:50:21 -05: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
  6. cp blacklist{.example,}
  7. vim blacklist - stats gen will fail if this is missing