site for the tildeverse irc network
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Ben Harris 88676355f4 update ~team location 4 years ago
badges Force badges to be green and not blue 4 years ago
discord Add deprecation notice for the discord 5 years ago
stats add note about +s to stats/ page 4 years ago
wiki update ~team location 4 years ago
.editorconfig Add .editorconfig 5 years ago
.gitignore python3, blacklist 4 years ago
README.md python3, blacklist 4 years ago
apple-icon.png Have OGP preview show ~team logo 5 years ago
blacklist.example python3, blacklist 4 years ago
composer.json add wiki 5 years ago
composer.lock add wiki 5 years ago
favicon-96x96.png Add favicon (why ben why) 5 years ago
footer.php add footer with site source link and add README 4 years ago
gen_stats skip channels with +s 4 years ago
header.php change default header 5 years ago
index.php add info about opers@tilde.chat 4 years ago
jasny-bootstrap.js Add jasny bootstrap 5 years ago
navbar.php update some links and wiki 5 years ago
rules.txt add rules.txt 4 years ago

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