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
0
votes
2 answers

Run Nodejs Script Without "Node Server" Command

Os : CentOS Linux release 7.7.1908 (Core) Node Version : v12.11.1 Npm Version : 6.11.3 Hey guys I have Apache and Nodejs on same server , i installed WikiJs on my server and its ok , its running on port 8000 . For running apache and nodejs together…
meti
  • 468
  • 1
  • 5
  • 27
0
votes
1 answer

Wiki.js Serve Help Wanted

OS: centos 7.6 Node version: v12.11.1 NPM version: 6.11.3 I install and config wiki.js on a virtual server, and I want to serve it, the problem is I'm not familiar with Node.js, I set up the wiki.js base on Linux install documentation:…
meti
  • 468
  • 1
  • 5
  • 27
0
votes
1 answer

Deploying to google app engine failed

I'm trying to deploy an app using https://wiki.js.org/ After getting everything set up locally, and then trying to deploy to our app engine project it will go through its motions and say it's Updating Service, which is the last step. After a minute…
good_afternoon
  • 1,529
  • 1
  • 12
  • 41
0
votes
1 answer

Accessing EC2 Instance via Internet Security Rules

I have configured an EC2 instance and I am now trying to install an open source app (Wiki.js). One of the steps (visible here under configuration) requires me to navigate to http://localhost:3000/ but replace localhost with the IP address of my…
-1
votes
1 answer

wiki.js sutaible for public wiki

Is wiki.js suitable for developing public wiki (would be a specific topic) available online? It is considered a small project, however, search function should be a must also. I will be the only developer, I am more .NET/C# developer, but I have no…
renathy
  • 5,125
  • 20
  • 85
  • 149
1 2
3