-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Wekan on Qnap TS-469L #1180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey there xet7! thanks for the fast reply! Qnap devices use there own proprietary linux distribution named "QTS".. My device runs kernel version 3.4.6. For some newer qnap devices they have virtualization features, but sadly not for mine :( The only packaging system's I've found available for my qnap device are Entware (--> opkg) I will try to do some research on why and how wekan crashes when used with MongoDB 3.4.x and a user uploads an attachment. The error message printed for me is:
|
Have you tried installing MongoDB 3.2 from binary tarball? I don't know is it really necessary to compile MongoDB. |
wow, thanks xet7! I didn't do exactly what you told me to but you gave me the idea that got me a working installation 👍 I downloaded mongodb-linux-x86_64-3.2.16.tgz from the link you gave me, extracted it and (after backing up the 3.4.0 binaries) overwrote the binaries installed by the working mongodb 3.4.0 qpkg package and restarted the db. this gave me some verbose error messages that it couldn't open the existing database because some indexes where used that are not supported - then I moved the database files to some backup location tried again and it worked! now I can upload attachments to my wekan installation! :) Another problem I have is that the mail sending doesn't work
I've configured it like that: |
I think using Gmail for sending email does not work. I recommend registering free account at SendGrid and using it to send email with these settings for ports. In addition to MAIL_URL, setup same setting in Admin Panel. Also do check Troubleshooting Email. |
hey there xet7! But now when I keep the wekan setting Is there a way to do make wekan know it run's in a subdirectory of my webserver? |
Wekan config:
|
thanks again for your help xet7! I am unsure if I understand the linked configuration instructions correctly but it seems to me this is for making a virtual host (i.e. another domain served by the same apache server) that points to wekan. I want to simply point a subdirectory of my single domain to the node.js server where I have the problem that wekan doesn't want to run as a subdirectory (when configured to do so it prints "unknown path"? I have tried exactly the wekan config that you wrote and this gives me "unknown path" when browsing to the wekan installation either directly or via the apache proxy. |
Got it! The trick was to make wekan run in a subdirectory using
And then adapt the redirect on my apache to redirect the apache subdirectory wekan to the same wekan subdirectory on the node.js server:
|
Moved to here from Wefork issues because Wekan fork has been merged to Wekan already.
From @kaefert
On MongoDB 3.4.x Wekan crashes when uploading attachment. Nobody has tried yet to track down could this be fixed with some code update. It would be very useful for somebody to try to do Google searches for solutions to that crash.
What operating system does Qnap TS-469L use ?
What kernel version does Qnap TS-469L use ?
Is the operating system Open Source ? URL ?
Is there development environment or VirtualBox image available that has Qnap operating system, so I could test Wekan there ?
Are there different operating systems available for Qnap ?
What packaging system does Qnap use? Is there Docker, Ubuntu snap or some others available?
The text was updated successfully, but these errors were encountered: