Wiki.js

{{Short description|Wiki engine written in JavaScript}}

{{Infobox software

| title =

| name = Wiki.js

| logo = Wiki.js logo.svg

| screenshot = Wiki-screenshot.png

| caption =

| collapsible =

| author =

| developer = Nicolas Giard and community members

| released = {{Start date and age|2016|09|12}}

| discontinued =

| latest release version = {{Wiki.js version}}

| latest release date = {{Wiki.js version|releasedate}}

| latest preview version =

| latest preview date =

| programming language = JavaScript

| operating system = Cross-platform

| platform = Cross-platform

| size =

| language = Multilingual

| genre = Wiki software

| license = AGPL

| website = {{URL|https://js.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. It is available as a self-hosted solution or using "single-click" install on the DigitalOcean{{cite web |url=https://marketplace.digitalocean.com/apps/wiki-js |title=DigitalOcean Marketplace |website=marketplace.digitalocean.com |language=en-US |access-date=2020-01-02}} marketplace.

Features

= Markdown editor =

Content is written using the Markdown syntax, using a visual editor, and saved directly 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. Git in 2.x is optional and can be replaced with other storage providers.{{cite web |url=https://docs.requarks.io/install/requirements |title=Installation requirements |last= |first= |date= |website=docs.requarks.io |access-date=2019-11-30}}

= Integrated access control =

Access can be given to all or specific sections of the wiki. Guest view is supported. More integrations are planned to be added in the next major upgrade to Wiki.js.

= Authentication =

Authentication with Wiki.js can be done in many ways. Some popular authentication methods are Local Authentication, LDAP/Active Directory, Google OAuth, GitHub, Discord or SAML 2.0. With future updates, more providers are being added such as Microsoft and Central Authentication Service.{{cite web |url=https://docs.requarks.io/auth |title=Authentication |last= |first= |date= |website=docs.requarks.io |access-date=2021-12-12}}

= 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. Administrators have the ability to use external search engines if required.

System requirements

Prerequisites for running Wiki.js 2.x:{{cite web |url=https://docs.requarks.io/install/requirements |title=Installation requirements |last= |first= |date= |website=docs.requarks.io}}

Prerequisites for running Wiki.js 1.x:{{cite web |url=https://docs-legacy.requarks.io/wiki/prerequisites |title=Wiki.js 1.x Prerequisites |last= |first= |date= |website=docs-legacy.requarks.io}}

License

Wiki.js is free and open source software and is distributed under the terms of the Affero GNU General Public License.{{cite web |url=https://github.com/Requarks/wiki/blob/master/LICENSE |title=Wiki.js License |date=16 January 2018}}

See also

{{Portal|Free and open-source software}}

References

{{reflist}}