Wiki.js
Developer(s) | Nicolas Giard |
---|---|
Stable release | 1.0.11
/ 14 October 2017 |
Repository | |
Written in | JavaScript |
Operating system | Cross-platform |
Type | Wiki software |
License | AGPL |
Website | wiki |
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:
- Node.js 6.11.1 or later
- MongoDB 3.2 or later
- A public or private Git repository (Any standard Git server, GitHub, GitLab, BitBucket, Visual Studio Team Services, etc.)
See also
References
- ^ "Wiki.js | A modern open-source Wiki software". wiki.requarks.io. Retrieved 2017-01-28.
- ^ "Wiki Documentation". docs.wiki.requarks.io. Retrieved 2017-01-28.
External links