|
|
2 weeks ago | |
|---|---|---|
| badges | 1 year ago | |
| js | 1 year ago | |
| motd | 3 weeks ago | |
| stats | 2 months ago | |
| wiki | 3 months ago | |
| .drone.yml | 11 months ago | |
| .editorconfig | 1 year ago | |
| .gitignore | 1 year ago | |
| README.md | 11 months ago | |
| apple-icon.png | 2 years ago | |
| composer.json | 2 weeks ago | |
| composer.lock | 2 weeks ago | |
| favicon-96x96.png | 2 years ago | |
| footer.php | 1 year ago | |
| gen_stats | 2 weeks ago | |
| header.php | 2 years ago | |
| index.php | 5 months ago | |
| navbar.php | 5 months ago | |
| rules.txt | 6 months ago | |
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!
composer install<bind address="127.0.0.1" port="8081" type="httpd">* * * * * /var/www/tilde.chat/gen_statslocation ~* ^/wiki/(.+)$ {
try_files $uri $uri/ /wiki/index.php?page=$1;
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
}
}