Wiki.js | A modern and powerful wiki app built on Node.js

Stephan Müller 16d88a7c7a fix: run docker image as non-root (#795) hace 6 años
.github 8b65a0873f misc: delete main.workflow hace 6 años
.vscode cb84df7a53 feat: save page hace 7 años
client 2a950575e2 fix: navigation save cache error #780 hace 6 años
dev 16d88a7c7a fix: run docker image as non-root (#795) hace 6 años
server 2089d586cb fix: postgres search pageWords table creation hace 6 años
.babelrc ed7d3ab540 fix: setup issues + webpack improvements hace 6 años
.editorconfig 72253f9cb5 fix: root admin access deny bug + patreon link hace 6 años
.eslintignore 392cbe9388 refactor: dev optimizations + improvements hace 7 años
.eslintrc.yml 6227690c94 feat: webpack refactor hace 7 años
.gitattributes b035a68ca4 Base Project Files hace 9 años
.gitignore 0fd681c1a5 fix: code lint hace 6 años
.npmrc 7f955707b7 chore: updated dependencies hace 8 años
.nvmrc e3943439e5 fix: terser dependency incompatbility hace 6 años
BACKERS.md 1fa4549c8a docs: updated BACKERS.md hace 6 años
CHANGELOG.md cce466e8f5 docs: updated CHANGELOG hace 6 años
LICENSE 5bec7ff5c5 Initial commit hace 9 años
Makefile cd3f88bad0 refactor: removed redis + new scheduler engine hace 6 años
README.md efe8322d33 docs: add newsletter badge hace 6 años
config.sample.yml abe5f3b25d feat: HTTP redirect to HTTPS server option hace 6 años
package.json 7c77cb0815 fix: postgres indexing (#791) + deactivate handler hace 6 años
sonar-project.properties be259d48a1 fix: sonarqube project key hace 6 años
wiki.js 3743777b97 fix: sqlite migrations hace 6 años
yarn.lock 7c77cb0815 fix: postgres indexing (#791) + deactivate handler hace 6 años

README.md

Wiki.js [![Release](https://img.shields.io/github/release/Requarks/wiki.svg?style=flat&maxAge=3600)](https://github.com/Requarks/wiki/releases) [![License](https://img.shields.io/badge/license-AGPLv3-blue.svg?style=flat)](https://github.com/requarks/wiki/blob/master/LICENSE) [![Backers on Open Collective](https://opencollective.com/wikijs/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/wikijs/sponsors/badge.svg)](#sponsors) [![Downloads](https://img.shields.io/github/downloads/Requarks/wiki/total.svg?style=flat)](https://www.npmjs.com/package/wiki.js) [![Docker Pulls](https://img.shields.io/docker/pulls/requarks/wiki.svg)](https://hub.docker.com/r/requarks/wiki/) [![Build status](https://dev.azure.com/requarks/wiki/_apis/build/status/build)](https://dev.azure.com/requarks/wiki/_build/latest?definitionId=9) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=wiki&metric=alert_status)](https://sonarcloud.io/dashboard?id=wiki) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=wiki&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=wiki) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=wiki&metric=security_rating)](https://sonarcloud.io/dashboard?id=wiki) [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Chat on Gitter](https://img.shields.io/badge/chat-on_gitter-CC2B5E.svg?style=flat&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAMAAADUg/YpAAAABlBMVEUAAAD///%2Bl2Z/dAAAAAXRSTlMAQObYZgAAABVJREFUeAFjwAUYYTQByAAh0WicAAAFnwAYeB5bLwAAAABJRU5ErkJggg==)](https://gitter.im/Requarks/wiki) [![Twitter Follow](https://img.shields.io/badge/follow-%40requarks-blue.svg?style=flat&logo=twitter)](https://twitter.com/requarks) [![Subscribe to Newsletter](https://img.shields.io/badge/newsletter-subscribe-yellow.svg?style=flat&logo=mailchimp)](https://wiki.requarks.io/newsletter) ##### A modern, lightweight and powerful wiki app built on NodeJS

:white_check_mark: STABLE v1.x version

This repository is for the 2.0 BETA of Wiki.js.
It is highly recommended to use the 1.x version until a stable version of 2.0 is released. An easy and quick upgrade path will be provided to migrate from 1.x to 2.0.

:point_right: Go to version 1.x instead :point_left:

Version 2.0 should NOT be used in production! Once again, please use 1.x for now!


:construction: UNSTABLE v2.0 BETA version

This version is for testing and development purposes only! It is not ready for production and is still missing critical features. You cannot migrate 1.x data at this time!

Donate

Wiki.js is an open source project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider becoming a patron or donating to our OpenCollective.

Become a Patron

Requirements

Wiki.js can run on virtually all platforms where Node.js can (Windows, Mac, Linux, etc.) or using Docker!

  • Node.js 10.12 or later
  • One of the following supported database engines:
    • MySQL 5.7.8 or later
    • PostgreSQL 9.5 or later
    • MariaDB 10.2.7 or later
    • Microsoft SQL Server 2012 or later
    • SQLite 3.9 or later

Read the full prerequisites article for full details.

Docker

Docker is the recommended way to go! Simply use Docker image: requarks/wiki:beta

You can also use Docker Compose (see example) to run Wiki.js with all dependencies.

Demo

Check out our documentation site, it's running Wiki.js!

Milestones

:bookmark_tabs: See project board to keep track of current progress.

Gitter

Want to discuss features, ideas or issues? Join our gitter channel. We are very active and friendly!
Chat on Gitter

Twitter

Follow our Twitter feed to learn about upcoming updates and new releases!
Twitter Follow

T-Shirts Shop

Want to donate to this project but get something in return as well? Check out our amazing t-shirts for men, women and kids, as well as other goodies: Wiki.js Shop

Translations

We are looking for translators to make Wiki.js UI available in as many languages as possible. If you would like to contribute to this project, contact us on our gitter channel and we'll provide you access to our translation tool, absolutely no coding required!

Special Thanks

Algolia
Algolia for providing access to their incredible search engine.

Browserstack
Browserstack for providing access to their great cross-browser testing tools.

Cloudflare
Cloudflare for providing their great CDN, SSL and advanced networking services.

DigitalOcean
DigitalOcean for providing hosting of the Wiki.js documentation site.

Netlify
Netlify for providing hosting for landings and blog websites.

Sponsors

Support this project by becoming a sponsor. Your logo will show up in the Contribute page of all Wiki.js installations as well as here with a link to your website! [Become a sponsor]

Backers

Thank you to all our backers! 🙏 [Become a backer]

Contributors

This project exists thanks to all the people who contribute. [Contribute].