This page contains the information on how to create your very own instance of wiki.js.org
https://wikijsorg.glitch.me/en/home
Requested in:
This page contains the information on how to create your very own instance of wiki.js.org
https://wikijsorg.glitch.me/en/home
Requested in:
I typically like nodejs apps because I can read JavaScript easier and most of them use databases that glitch supports.
If you want it you can also customize the css or turn on dark mode in the administration page under the theme section
looks amazing and is easy to set up
Lemme make a bash script for the installation process to get the process faster. Coming soon in GitLab…
Btw, while I am on the Wiki.js requirements page, I observed that SQLite is NOT RECOMMENDED for production deployments as what this screenshot below says.
Next, here’s more about requirements on installing Wiki.js. Most of people who had subscribed to Glitch’s paid plan can survive this.
Wiki.js doesn’t use a full gigabyte of ram, nor does it need a gigabyte of storage, these are just recommendations. The system runs completely fine on Glitch. You can also use Glitch assets for image hosting and other media types instead of deploying resources directly to glitch’s container.
When it comes to SQLite, I used SQLite for simplicity reasons, if you want to you can create a Postgres database, before you setup Wiki.js you can add a postgres database to the config.yml
file.
Would I be able to create documentation for an API or a module using this?
Their API Documentation feature is “coming soon”. I recommend learning something like GraphQL which is documented inline. Or for a restful API you should use the Open APIs Spec.
Aaaaannnd, I am now done on crafting a script to automate the installation process for Wiki.js in Glitch. I’ll test my script soon as I hop back to the Glitch editor.
## Currently work-in-progress, proceed at your own risk. Feedback are welcome!
curl -sL https://gitlab.com/MadeByThePinsTeam-DevLabs/bash-scripts-templates/-/raw/master/templates/glitch/wiki.js/setup.sh?inline=false | bash
As the script is under progress, I listed my to-dos to make things better for my script. Feedback and contributions are welcome in improving my script!
I think every project using wikijs went down? Since my one (custom URL) and https://wikijsorg.glitch.me is not working anymore
All glitch projects seem to be slow to wake up today, especially ones with wiki.js. But it will eventually load.
We have one issue, we need to migrate our wiki DB to Postgres on the next major version. Can we install Postgres in Glitch?
My package.json is apparently deleted and i’ve never touched to package.json
edit: i will just make a new project and wait 2 years to get my custom domain removed
I suppose you could try to rewind.
Hmm, my one loaded within seconds, not sure what is going on with Glitch atm.
I dont think it will work since it shows only this:
Thank you so much for this! I just set up a wiki with this!