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
1
vote
1 answer

Wiki.js doesn't work with a preexisting repo

Running docker container with Wiki.JS on my Linux host machine. Everything working good, but I want use Wiki.JS feature for side-to-side synchronization via Git. I use local Gitlab server and create new repo (try clean and try with readme.md file).…
Cascade
  • 11
  • 2
1
vote
0 answers

nodejs process keeps respawning

I can no longer access my node.js application. I see thee following behaviours. 1> netstat shows the server listening on the port I expect it to. 2> tcpdump shows traffic from my laptop on the server when I attempt to open the page. 3> When I try…
Shawn Taylor
  • 270
  • 2
  • 4
  • 11
0
votes
0 answers

fullscreen overlay navigation on WikiJS

Fullscreen overlay navigation on a page in wikijs works on firefox. but not on chrome. Not totally that it doesnt work on chrome. it works on first try after changing something on script like changing the jquery source but after you refresh the page…
0
votes
1 answer

wikijs Error: Database Initialization Error: create table "migrations"

I am in the process of installing wikijs on CentoOS7.9 I did: download and install node-v16.9.1-linux-x64 yum install postgresql15-server yum install postgresql15-contrib /usr/pgsql-15/bin/postgresql-15-setup initdb When I start the wikijs I…
user1980099
  • 573
  • 1
  • 8
  • 30
0
votes
1 answer

Root privilege can connect to postgresql db via node, but other cannot

For setting the wiki.js onto my linux server(ubuntu 20.04), I followed steps with url below. wiki.js installation guide Following to installation process, starting temporary web with node server root can connect to database but other user…
0
votes
1 answer

Wiki.JS authentication with Azure AD B2C (Generic OpenID Connect)

I am trying to configure Wiki.js to work with my Azure AD B2C authentication. My Wiki.js version is 2.5.296. To achieve, this I am using the "Generic OpenID Connect / OAuth2" authentication option on the Wiki.js side. This does not work. After…
Røye
  • 1,077
  • 3
  • 14
  • 27
0
votes
1 answer

wiki.js exec user process caused: exec format error on postgress container

I'm trying to deploy a wiki.js into my K3S cluster of four RPi4. For this, I run this commands according to the install instructions (https://docs.requarks.io/install/kubernetes): $ helm repo add requarks https://charts.js.wiki $ helm repo update $…
carlosV2
  • 1,167
  • 6
  • 15
0
votes
0 answers

Wiki.js: SSL Cert Installation (Docker/Ubuntu)

I have installed my wiki.js with one click install @ digitalocean. However, throughout the assignment of an SSL Certificate, it asks me to put in the root directory of my installed wiki.js. Input the webroot for xxx: (Enter 'c' to cancel): I am…
0
votes
1 answer

Im having trouble connecting Azure Active Directory to Wiki.js

I have followed this guide exactly multiple times without issue. https://docs.requarks.io/auth/azure But when I try to log in with Azure Active Directory, I get a white page with "Not Found". Can anyone help troubleshoot this, i'm not sure what else…
Darth Scitus
  • 490
  • 1
  • 9
  • 21
0
votes
1 answer

Configure wiki.js(open source) on AWS EC2 instance

I've deployed wiki.js on AWS EC2 instance using docker. With installation Command as follows : docker run -d -p 8080:3000 --name wiki --restart unless-stopped -e "DB_TYPE=mysql" -e "DB_HOST=172.0.0.1" -e "DB_PORT=3306" -e "DB_USER=wikijs" -e…
nidhi_007
  • 21
  • 12
0
votes
0 answers

Not able to start mongoDB services

I have installed mongodb but when trying to start mongodb.service but it shows the error Failed to start mongodb.service: Unit mongodb.service not found. what might be the reason how to resolve this. Thanks!!!!!
0
votes
0 answers

issue connecting to mongodb

While installing wiki.js in the configure window, wiki.js is unable to connect to mongodb and mongodb is unable to start the service. Executing this command wont give any error: systemctl start mongodb.service; systemctl enable mongodb.service…
0
votes
1 answer

Issue while installing wiki js

I have been trying to install Wiki js with Apache 2 while executing command: curl -sSo- https://wiki.js.org/install.sh | bash got this error: bash: line 1: Redirecting: command not found How to avoid this and execute the command?
0
votes
1 answer

Wiki.js not running as a Windows Service

Windows Server 2019 Standard (1809) Installed Wiki.js with PostgreSQL. Works great when starting the server manually node server Installed node-windows and registered to run Wiki.js as a service. The service fails to start. wiki.out.log in the…
0
votes
1 answer

Connect Kubernetes Postgres pod to existing database stored on persistent volume

I am trying to connect a new Wiki.js app instance running in Kubernetes to a Postgres DB created from a prevous app instance and stored in a persistent volume. I get a CrashLoopBackOff try to start the postgres pod, looking at the logs they…
Ergin
  • 9,254
  • 1
  • 19
  • 28