Alek Ratzloff d931f52f01 Move off WinBox to JSFrame
WinBox is nice, but it has this annoying bug that I don't feel like
figuring out how to fix. JSFrame seems to work much better, although
centering the window seems to be a chore. I'll figure it out soon
enough.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-06-26 20:52:47 -07:00
2022-06-26 20:52:47 -07:00
2022-06-25 20:42:10 -07:00
2022-05-03 18:02:04 -07:00
2022-05-03 18:03:09 -07:00
2022-05-03 18:02:04 -07:00
2022-06-19 19:22:36 -07:00
2022-06-19 19:22:36 -07:00
2022-05-07 14:52:39 -07:00

interchan

It's a 4chan clone!

Setup

  1. Create a .env file, and add a SECRET_KEY= value. Make sure the value is 20 characters long and random. Just mash on your keyboard and that should be plenty secure.
  2. If you plan on using hCaptcha, add HCAPTCHA_SITEKEY= and HCAPTCHA_SECRET= with your site key and secret.

Everything else is standard Django setup. Make sure to check threadchat/settings.py.

Description
4chan clone
Readme 4.7 MiB
Languages
Python 59.1%
HTML 22.5%
JavaScript 15.3%
CSS 2.4%
Nginx 0.3%
Other 0.4%