Vikunja - The to-do app to organize your life.
-
-
Is someone able to package this app or has installed it before on a cloudron? The documentation is quite good and they have a full docker setup so it should be doable.
-
Looks like a pretty good app!! Be great to have on cloudron.
-
looks fantastic. realistic chance to get this?
-
Just found it and it looks amazing. Would love to see it on Cloudron.
-
I am currently working on packaging vikunja - however, my freetime doesn't allow me to spend too much time on it.
I have pushed a "working" version to the cloudron git: https://git.cloudron.io/philkrylc/vikunja-app
The basic configuration is done, postgres and redis are also configured and working. I cannot get mail to work, so those parts are commented out. Vikunja has no LDAP feature, so at the moment it comes with its own user management.As this is my first app I would call it a PoC - it is not even close to perfect. Please feel free to improve it so we can get Vikunja on cloudron.
-
and imports your data from Todoist. That sounds great.
-
I have updated vikunja to 0.14.0
https://git.cloudron.io/philkrylc/vikunja-app/
I'm using it for several weeks now and it runs without problems. Vikunja itself is in a pretty early development stage and is constantly getting better.
I cannot improve the package further, as I don't know how. Things that are missing:- tests
- email is not working (and I have no idea why )
- timezone setting should be set based on the location (currently it is Europe/Berlin)
Maybe @girish, @nebulon or anybody else finds the time to polish the app so we can officially get it released. I'm also happy for any hint on how to solve the latest issues.
-
@girish said in Vikunja - The to-do app to organize your life.:
We will add this to our TODO list of apps to get published.
Is that a list we can see?
Perhaps tag this WIP?
Thanks!
-
The package is updated to 0.14.1:
https://git.cloudron.io/philkrylc/vikunja-app -
I finally solved the sendmail problem. After reporting it upstream I figured a fix with the developer. It is fixed in the latest master. For this reason, the package is setting up vikunja using the master tag - I can change this once the fix is part of the next release.
-
@stantropics said in Vikunja - The to-do app to organize your life.:
I finally solved the sendmail problem. After reporting it upstream I figured a fix with the developer. It is fixed in the latest master. For this reason, the package is setting up vikunja using the master tag - I can change this once the fix is part of the next release.
Many thanks for your efforts!! I want to step away from Todoist and Vikunja was very nice from the start. Making it available through Cloudron is a big improvement for my users and myself.
-
Hey there, creator of Vikunja here.
It's really awesome to see people using Vikunja
I'm not very familiar with cloudron so this is probably a noob question, but is there a special reason you're creating seperate docker images instead of using the official ones? This feels a bit like doubled effort.
Maybe we could even officially support cloudron with releases automatically published through our ci.
Also, please don't hesitate to ping me if you have any questions about Vikunja, either here or in Vikunja's Forum or through other ways.
-
@kolaente said in Vikunja - The to-do app to organize your life.:
Hey there, creator of Vikunja here.
Welcome, great to have you here
It's really awesome to see people using Vikunja
I've not used it yet, but I really like the look of it - looks like you've created a really great app, so I'd really love to be able to install it on my Cloudron server!
I'm not very familiar with cloudron so this is probably a noob question, but is there a special reason you're creating seperate docker images instead of using the official ones?
I'm just a user, not a developer, of Cloudron, but I think it's because th Cloudron docker images have extra special added features which make all the apps integrate with the rest of the Cloudron platform (i.e. the built in email server, the LDAP server which powers single sign-on, the back-up systems etc etc).
The actual developers @girish & @nebulon will no doubt be able to explain more and better, but I think that's the gist of it
-
@kolaente said in Vikunja - The to-do app to organize your life.:
Hey there, creator of Vikunja here.
Thanks for dropping by And also answering the question on your forum about the roadmap.
I'm not very familiar with cloudron so this is probably a noob question, but is there a special reason you're creating seperate docker images instead of using the official ones? This feels a bit like doubled effort.
It's a good question. The main issue is most upstream images are not "standardized" . For example, logging (where are log files stored), tooling (does it have basic tools like say ping/vim etc installed in the docker image for debugging), read-only runtime (for immutable infrastructure and consistent backups), non-root user (for security), provisioning (like databases, caches, file system use) etc. When we bring all these concepts together, we can have a system where we easily push out rolling updates for apps. And if an update fails it can be immediately rolled back. There is a overview of all the best practices here - https://docs.cloudron.io/custom-apps/guide/ . Admittedly, we stole many idea from 12factor apps - https://12factor.net/ with a good dose of practicality.
-
Version 0.15.1 ist out and the package is up to date.
-
@stantropics
Thank you for creating an image for Vikunja. I just wanted to test your image by hitting the cloudron install button on the repo page but this does not work as expected. Do you have any hints for me why this doesn't work?