-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Wekan on Uberspace 7? #2009
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
No, Wekan requires MongoDB. If Uberspace 7 can run docker containers, then you could use docker-compose.yml that is at https://github.com/wekan/wekan There is related #787 and mention about nice-to-have other databases at blog post but currently it looks like adding other database support would require a lot of work, so probably will not happen soon. |
(Please forgive me digging out this old thread but, it made sense to me picking up this particular issue) @xet7 and @jeyca I've grown to be a fond user in a very short time, but recently failed miserably at my first update procedure (from 5.07.0 to—but not specifically—v5.17), as above stated guide on UberLab only provides a vague update procedure. A detailed step-by-step paragraph on how to do update in this specific environment, might encourage others to update frequently, or install Wekan on Uberspace 7 at all. I tried to get in touch with the guide author Andrej Schoeke, but could not find any publicly visible contact address. |
@mpc3k Thanks! I added it to wiki. At Wekan website https://wekan.github.io is Download section / Uberspace button that go Uberspace wiki page. Do you know more detailed install steps? Can you add those steps as comment to this issue? |
For Wekan bundle version, general install info is at https://github.com/wekan/wekan/wiki/Raspberry-Pi |
Unfortunately, no. The steps provided at UberLab were sufficient to get me started, without being proficient at all with the underlying assets, nor coding. That's why I'm looking for an equally detailed guide to update my existing installation, which failed.
If you think that helps others here, I can do that. Wouldn't that be redundant though, as we have the instructions at UberLab? Edit: Tried to find out the location of the file to edit, to let Wekan send Mails, but couldn't find it. Any pointers, please? |
@xet7 FYI, in cooperation with Uberspace support, there's a Bash script to automate updates on Uberspace 7 hosted domains: Tested working up to v5.91 (updated edit here) … looking forward to perform coming updates :). Maybe you want to include this in the manual. Minor caveat: The install location(s) differs to the instructions on UberLab for a good reason. Anyone running Wekan on U7 is encouraged to use it :) |
Works like this, added to wekan.ini in /home/YOUR-USERNAME/etc/services.d on uberspace server, added (seperated by a comma) to the "environment" string:
|
Thanks, @tobiasgraeber! Following your directions and restarting wekan via |
Seems as if the setting/variable then has not been recognized yet. Can you post your (anonymized) config file? Did you run 'supervisorctl update' and 'supervisorctl reload'? |
No, but I did run This is my wekan.ini (port # is different): |
Try adding a "," behind the ROOT_URLs Path and write all the environment Params in one line, like this:
Then it should work (my stucture is, besides of that, identical and working like this). Good luck ;-) |
That did change something, but we're not there yet :/ … With this alteration to wekan.ini, Wekan itself now reports |
Should still be correct. The error message EHOSTUNREACH only says that the specified host could not be reached. I think your used host address or the port is not correct. Config structure should be fine. Use Servername insted of the IP. See values on https://dashboard.uberspace.de/dashboard/datasheet (below "your primary email address"). If you use the default Ports and the uberspace SMTP with the structure as i suggested i my example for the environment string, it should definitely work:
|
@tobiasgraeber A non-specified server (at least not by me, as far as I recall whatever I already tried in this scope) is being called (the one used by Uberspace dashboard), that's the background of EHOSTUNREACH according to the support team. I'm trying to (hopefully) resolve the issue with their help and will report back. |
No solution available, I'm giving up here. |
Why you give up? It can only be a little difference in your case. Double check these parts:
Replace: USERNAME = With your Username from top of https://dashboard.uberspace.de/dashboard/datasheet Make als sure your password/username does not contain any non-url-conform letters/signs |
The SSH PW is the one I regularly use along with the user- and servername for SSH, frequently :) All of those have been confirmed by Uberspace support, as well as my full wekan.ini details, according to your template. Uberspace support told me, Wekan tries to connect to a different Uberspace server than the one I specified → [redacted].uberspace.de (which is used by Dashboard services, this one has no SMTP-Relay), when it should be [redacted].uberspace.de … go figure.
Within the scope of wekan.ini, there is nothing either them (support) or me can set up differently. And the reasons for that behaviour is completely beyond me :/
|
Ok. Sorry to hear that, then i also don't know 😕 |
@tobiasgraeber I solved my issue by chance: Thanks for helping me solve this, I hope it'll be useful to others too 😊. |
I had the same issue and was brute forcing all kinds of variations, that are mentioned in the wiki guide:
Finally this worked for me, posting here so no one else has to try it: |
I was happy to see, that there is even a script for installing Wekan on an Uberspace, but since Iam using Uberspace 7, I wanted to ask if there is a way to install it there as well? As far as I know, there is no mongodb yet on U7, is it possible to use Wekan with other databases?
The text was updated successfully, but these errors were encountered: