Questions tagged [wiki.js]

An open source wiki engine running on Node.js and written in Javascript.

Wiki.js is an open source wiki engine built on Node.js, Git and Markdown. It allows to create websites on which users collaboratively modify content and structure directly from the web browser.

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.

35 questions
8
votes
8 answers

Wiki.js not running. Database Connection Error

Windows Enterprise 2016 LTSB Version 1607. Installed Wiki.js with PostgreSQL. Has Node.js installed previously (v12.16.2). Got to step 8 of wiki.js installation process using the Powershell: node server I receive this error: PS C:\wiki> node…
Felicity
  • 81
  • 1
  • 1
  • 3
5
votes
3 answers

Wiki.js can't go through corporate proxy

I'm new to Ubuntu, but I've got a job to install Wiki.JS with docker. It works, the server is running, but for some reason it cannot reach GraphQL API. I've ran into the following problem: Server: 2020-06-14T11:43:53.980Z [MASTER] error: Fetching…
kmp
  • 692
  • 6
  • 17
3
votes
3 answers

Wiki.js Installation in Windows Localhost

I am trying to install to Wiki.js on windows 10 localhost. I am getting the following error when doing node server (node:11360) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'toString' of null at Object.init…
Gokul Hegde
  • 109
  • 1
  • 9
3
votes
1 answer

Response to Graphql API of Wiki.js is "Forbidden"

I am using Wiki.js as docker container and came to know that it does supports Graphql to respond to API request (for eg: getting wiki pages content). When I try to query it for a page's title, I get a response message as "Forbidden".…
Rizwan
  • 61
  • 1
  • 6
2
votes
1 answer

Wiki.js Setup page not loaded Properly?

I'm trying to get into the administration page of Wiki.js but it doesn't seem to be loading properly or is only partially loaded. After finishing the setup process (where the UI of the website was loaded properly): Properly loaded wiki.js I was…
Larry Wu
  • 21
  • 1
2
votes
2 answers

Why does wiki.js need public URL when installing?

After configuring my database and running my Wiki.js instance using nodejs, I was prompted to "install" Wiki.js on localhost:3000. However, there is this input bar asking for the public URL wiki.example.com: I am trying wiki.js out on my own…
Power_tile
  • 578
  • 1
  • 6
  • 18
2
votes
2 answers

Unable to start fresh wiki.js install on my virtual server

I am trying to install the latest wiki.js version 2.5.170 on my standalone virtual machine running Centos 7 https://docs.requarks.io/install/linux Nodejs is also the latest. [root@server101 wiki]# node -v v14.0.0 DB block in the config.yml…
vjwilson
  • 754
  • 2
  • 14
  • 30
2
votes
1 answer

Wiki.js GraphQL: create page example

I'm totally new at GraphQL and I don't understand how to compose a PageMutation create call for Wiki.js. Their GraphQL playground is available on the public docs. The schema for creation is: type PageMutation { create( content: String! …
Maxxer
  • 1,038
  • 1
  • 18
  • 37
2
votes
0 answers

Connecting Wiki.js to an existing PostgreSQL database using Azure Kubernetes

I am currently using WikiJS 2.x and storing the data in a PostgresSQL persistent volume using Azure Kubernetes. After upgrading Kubernetes version to stay within the Azure supported versions, Wiki.JS got disconnected from the database, and when…
Kyounee
  • 21
  • 3
2
votes
2 answers

How to edit tags in Wiki.js pages?

I have a Wiki.js 2.x server running with PostgreSQL. I'm using default theme. When creating new page, there is input field for tags, but after creation I couldn't find the place to add/remove tags. The question: how can I edit tags of my pages ?
Oleg Imanilov
  • 2,591
  • 1
  • 13
  • 26
1
vote
1 answer

i want use css in wiki.js,how to do it?

I am using lastest version of wiki.js. I want write html page on code mode,the page include css js,I upload css js files to wiki.js but I can'nt load in css stylesheet in html page. if I paste in css page , that will be load. so my question is how…
WXRLVY
  • 11
  • 3
1
vote
0 answers

Can Wiki js Connected to Bitbucket

Is it possible to do the connect the Product Documentation Done in wiki js to Bitbucket Repository to perform the pull request when required. Like i have 3 repositories Master-->Developemnt-->Product1,Product2,Product3, now if i want to merge…
1
vote
1 answer

Electron: Crash after build exe

I am tring merge wiki.js with electron and, I can make simple electron application as below code main.js const { app, BrowserWindow } = require('electron'); const path = require('path') var winGlobal; // This will run express server with port 3000…
Wang Liang
  • 4,244
  • 6
  • 22
  • 45
1
vote
1 answer

How well does Weblate integrate with Wiki.js and git?

Weblate has a detailed explanation on "Translating documentation using Sphinx." Currently, I am using wiki.js and Github. Localise integrates well with Wiki.js but I prefer Weblate, which is an open-source and self-hosted app. I like how Wiki.js…
Habi
  • 161
  • 1
  • 9
1
vote
0 answers

Wiki.js GitHub integration failure

I was asked to set up Wiki.js for my company, and I picked GitHub authentication, which seemed pretty easy, but it doesn't work. It's clearly trying, but it comes to a message that says Invalid Authentication Provider. I tried from a different…
Richard Haley
  • 247
  • 1
  • 2
  • 7
1
2 3