Fork of Wiki.js 2.5.314_jp that adds full image clipboard pasting support — paste screenshots / drag-and-drop image files directly into the Markdown and Visual editors (Windows, macOS, Linux).
Install with Docker
docker run -d -p 3000:3000 \
-e DB_TYPE=sqlite -e DB_FILEPATH=/wiki/data/wiki.sqlite \
-v wiki-data:/wiki/data \
ghcr.io/arsenixprime/wiki:2.5.314_jpThen browse to http://localhost:3000 to complete setup. See the Wiki.js install docs for Postgres/MySQL and reverse-proxy setups.
Bare-metal install
Download wiki-js.tar.gz below, extract it, copy config.sample.yml to config.yml, fill in your database, then run node server.