Jump to content

Wiki.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 21:31, 27 February 2018 (Dating maintenance tags: {{Notability}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Developer(s)Nicolas Giard and community members
Initial releaseError: df must be either "yes" or "y" (help)
Stable release
1.0.68 / 11 January 2018; 7 years ago (2018-01-11)
Repository
Written inJavaScript
Operating systemCross-platform
PlatformCross-platform
Available inMultilingual
TypeWiki software
LicenseAGPL
Websitewiki.requarks.io

Wiki.js is a wiki engine running on Node.js and written in JavaScript. It is free software released under the Affero GNU General Public License.

Features[1]

Markdown editor

Content is written using the Markdown syntax, using a visual editor and saved directly to disk as markdown files.

Git-backed storage

Content is continuously synced with a remote Git repository, which serves both as a backup and single source of truth in case of restores or multiple servers setup.

Integrated Access Control

Access can be given to all or specific sections of the wiki. Users can login using local authentication, Google, Microsoft or Facebook social login. Guest view is supported.

Assets Management

Media content such as images, videos, documents or any type of files can be inserted into content. Assets can be classified under folders and thumbnails are automatically generated for compatible media.

Built-in Search Engine

All content is automatically indexed and accessible from any page via the search bar.

System requirements[2]

Prerequisites for running Wiki.js server:

License

Wiki.js is free and open source software and is distributed under the terms of the Affero GNU General Public License.[3]

See also

References

  1. ^ "Wiki.js | A modern open-source Wiki software". wiki.requarks.io. Retrieved 2017-01-28.
  2. ^ "Wiki Documentation". docs.requarks.io. Retrieved 2018-02-14.
  3. ^ "Wiki.js License". 16 January 2018.