Skip to content

neochaner/neochan

 
 

Repository files navigation

NEOBOARD

alt text Currently the project is not completed.

Demo : neochan

Description

Anonymous imageboard, continued development of the infinity engine.

Requirements

  • Linux like OS
  • PHP >= 7.0
  • MYSQL / MariaDB
  • ffmpeg, memcached (optional: graphicsmagick, gifsicle, imagemagick, exiftool)

Nginx config for embed images:

location ~ ^/embed/ {
	rewrite ^/embed/([\w\d_-]+)/([\w\d_-]+).jpg$ /embed.php?service=$1&id=$2 last;
}

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.2%
  • PHP 40.3%
  • JavaScript 9.1%
  • HTML 8.5%
  • Other 0.9%