site for the tildeverse irc network https://tilde.chat
Go to file
Ben Harris 77be1ae7be
All checks were successful
continuous-integration/drone/push Build is passing
update wiki links to remove /wiki/
2024-08-06 18:19:38 -04:00
badges fix some typos and warnings 2022-01-16 15:11:20 -05:00
js use tildeverse/wiki 2019-07-03 01:11:55 -04:00
motd update wiki links to remove /wiki/ 2024-08-06 18:19:38 -04:00
stats fix XSS in webchatlink variable (#63) 2023-05-16 18:03:45 +00:00
.drone.yml composer no longer needed 2024-08-05 12:28:09 -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
apple-icon.png Have OGP preview show ~team logo 2018-06-20 17:26:28 -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 catch utf8 error 2022-06-12 20:04:37 -04:00
header.php offset #fragment urls 2021-03-05 11:39:59 -05:00
index.php update wiki links to remove /wiki/ 2024-08-06 18:19:38 -04:00
navbar.php update wiki links to remove /wiki/ 2024-08-06 18:19:38 -04:00
README.md move wiki to mediawiki 2024-08-05 12:27:14 -04:00
rules.txt update wiki links to remove /wiki/ 2024-08-06 18:19:38 -04:00

tilde.chat

Build Status

this is the source for tilde.chat.

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

stop by irc and say hi!


deployment

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