Skip to content

Latest commit

 

History

History
executable file
·
34 lines (20 loc) · 608 Bytes

README.md

File metadata and controls

executable file
·
34 lines (20 loc) · 608 Bytes

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;
}