Solved Wiki.js - An open source, modern and powerful wiki app built on Node.js, Git and Markdown.
-
Hey all,
we would be really happy to see Wiki.js - which is an Open Source project - to be available on the cloudron.io platform. For us this would be one "killer app". ^^
From wiki.js.org:
An open source, modern and powerful wiki app built on Node.js, Git and Markdown.
Amongst other considerations this is exactly what we demand from a modern wiki engine. We evaluated various solutions during the last couple of months and this seems to be exactly what we are looking for. A great alternative seems to be bookstack.
According to their Github project site the project is quite active, maintained and seems to have a solid user base.
And they offer ready to go docker images, too.So long!
-
@ctrl I agree. This is the one app that Cloudron doesn't have that I'd like to use. Bookstack would also be nice. Hope they add them both soon!
-
Is there anything we - as a community - can do to get this up and running rather soon?
-
@ctrl is there already a docker hub image of this app ? if so packaging it for cloudron and testing it from different cloudron install could help move forward the state of this app..
Edit : it seems so : https://github.com/Requarks/wiki#docker--cloud-install
ps : future version of cloudron will facilitate loading dockerfile images and launch apps at an individual level (out of the cloudron store) if I understood correctly but it's not ready yet I guess..in the meantime, packaging for cloudron from an existing docker file seem to be the way to go !
-
Thank you for your input @rikmendes.
Do you have a pointer to where to start? Is the packaging process documented and available to the public?
-
@ctrl I only did this once for HackMD before it became an official app on the cloudron store..but I'm no expert and managed it by following the instructions here : https://cloudron.io/developer/packaging/ unless wikiJS has some really specific things you should be able with perhaps some help to move forward ?
-
Thanks a lot for your input. I'll give it a shot and will report back soon.
For a dev related discussion I'd create a new thread in the support section and link it with this thread. -
I just wanted to let you know that I ran out of time to get any further in packaging wiki.js unfortunately. Nevertheless it'd be quite nice if someone else could take the next steps in order to create an official Cloudron app.
-
Wiki.js looks promising. LDAP support and all.
-
Wiki.js 2 is in beta and brings some important changes (like change of database from MongoDB to RDBMS database of your choice), so anybody thinking of packaging might prefer to hold out for the v2 to come out (or package the beta instead).
There's no timeline for beta, so it might still take a while (or not) before v2 final is out.
-
@ruihildt
From https://wiki.js.org/get-started:Upgrading from 1.x to 2.0 will be quick and simple. You can safely use 1.x right now and upgrade later.
-
wiki.js is almost ready, v2.0.0-rc.17 Released on October 27th, 2019
hopefully cloudron could add this after the final v2 version release, thank you so much!
-
@517yykk yup, definitely! Since it's a node.js app it should be straightforward.
-
@girish wiki.js v2.0.12 Released on November 23rd, 2019! woohoo!!
Rock and Roll Baby!
-
Finding myself in need of a modern wiki like Wiki.js once again today. Please look into it!
-
lets wait for our lovely cloudron team to add it to the app list
-
There is now a package started at https://git.cloudron.io/cloudron/wikijs-app I am currently trying to figure out how to enable LDAP out of the box
-
This was published as unstable today. Please test if you are interested and once we have gotten feedback, I will mark it "stable"
-
@ahelton Bookstack is on Cloudron now
-
@nebulon Looks good so far, needs LDAP integration still.
Other than that, very pretty, decently performant. -
It has ldap integration, but this version still lacks login with email support through ldap.
-
I can't use the dummy admin credentials:
Invalid email / username or password.
No error in the app log though.
-
@yusf they work fine for me.
Probably unlikely this is your issue, but just in case: when I copy pasted the default username it had a space at the beginning which I needed to delete first.
-
Although when using WYSIWYG editor to create homepage I get weird text justification:
-
@yusf if more than one authentication methods are enabled (which is the case for Cloudron ldap) you have to select which one to use in the login screen. It is a bit annoying I think and will hopefully be improved later.
-
@jdaviescoates it would be great, if this issue could be reported upstream if it isn't yet.
-
@nebulon
I've tried this as well, both "Local" and "LDAP/Active Directory".That darn extra
-
@yusf ha, so that was your issue?!
-
@jdaviescoates It was but Iβve a new one now:
@nebulon I canβt promote my real user to admin. That dropdown is disabled.
-
I can confirm this issue. The current workaround I've found is to go into group settings and assign the user there to the admin group.
-
@nebulon said in Wiki.js - An open source, modern and powerful wiki app built on Node.js, Git and Markdown.:
@jdaviescoates it would be great, if this issue could be reported upstream if it isn't yet.
I'm guessing it was already: I never got around to reporting it but it appears to be fixed with a recent updateStill looks dodgy on mobile. I'll report...
-
@jdaviescoates said in Wiki.js - An open source, modern and powerful wiki app built on Node.js, Git and Markdown.:
Still looks dodgy on mobile. I'll report...
Here is my upstream issue (just realised I never got around to posting it here):
https://github.com/Requarks/wiki/issues/1545