Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Vikunja

39 Topics 281 Posts
  • Vikunja - Package Updates

    Pinned Locked
    53
    0 Votes
    53 Posts
    18k Views
    Package UpdatesP
    [1.25.0] Update vikunja to 2.5.0 Full Changelog Guard GetTokenFromTokenString against short token strings Strip internal error detail in NewError, not NewErrorWithContext Stop leaking the healthcheck cause to unauthenticated callers Close username enumeration oracle in basic auth (#3349) Burn authorization code even when validation fails (#3350) Rate limit the websocket upgrade endpoint (#3348) Allow attaching labels via inherited child-project access (#3374) Add bulk task creation endpoint Add a Content Security Policy to the app window (#3351) Stop masking filesystem paths in the systemd unit (#3306)
  • Vikunja app not responding after 2.5.0 update

    8
    0 Votes
    8 Posts
    169 Views
    humptyH
    My experience with ChatGPT has been.. spotty at best. I'm glad you figured it out!
  • Can't list users in Vikunja with Cloudron access control

    11
    1 Votes
    11 Posts
    433 Views
    nebulonN
    yes that might be worth asking upstream at the app to maybe improve this UI for better usability and predictability.
  • I would like to move from Todoist... but no any iOs app...

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    P
    Hi all, another iOs client for Vikunja, also supports off-line mode: https://marco308.github.io/mdone/ https://community.vikunja.io/t/mdone-a-native-ios-and-macos-app-for-vikunja/4548
  • Vikunja 1.22.0 - app fails to start after update (migration error)

    Solved
    5
    0 Votes
    5 Posts
    734 Views
    archosA
    The manual fix worked for me. I ran the following in the web terminal (repair mode): psql $CLOUDRON_POSTGRESQL_URL ALTER TABLE webhooks ADD COLUMN IF NOT EXISTS project_id bigint NULL; INSERT INTO migration (id) VALUES ('20260224215050'); \q After restarting the app, migrations ran successfully and Vikunja 2.2.0 is up and running. Thanks for the help!
  • Vikunja - Desktop App error Could not find or use Vikunja installation

    12
    0 Votes
    12 Posts
    3k Views
    humptyH
    @james Thanks for the quick fix. I can confirm it's working now on Windows desktop v.2.1.0.
  • How to become the Vikunja-Admin-User?

    2
    2 Votes
    2 Posts
    2k Views
    jamesJ
    Hello @bytepartner Please see: https://docs.cloudron.io/packages/vikunja With the config file you can control e.g.: self-registration (which is disabled by default when using the Cloudron user management). As far as I know, Vinkunja does not have Admin accounts, you will have to use the vinkunja cli => https://vikunja.io/docs/cli/ You can open the Web Terminal of your Vinkunja Cloudron app and just do e.g.: vikunja user create --help Create a new user. Usage: vikunja user create [flags] Flags: -a, --avatar-provider string The avatar provider of the new user. Optional. -e, --email string The email address of the new user. -h, --help help for create -p, --password string The password of the new user. You will be asked to enter it if not provided through the flag. -u, --username string The username of the new user.
  • Vikunja on Cloudron – enabling SSO after initial install

    4
    0 Votes
    4 Posts
    745 Views
    jamesJ
    Hello @archos Don't delete the "old" app until your new app is fully migrated and confirmed working. Install a new @vikunja app under a different location and in this new app, restore from a backup of your production @vikunja. Old backups are not cleaned up immediately but will be cleaned up according to your retention policy.
  • Vikunja update strategy

    7
    0 Votes
    7 Posts
    2k Views
    avatar1024A
    @james Thanks for explaining how to package how own version, that's really good to know in general! @shrey Just to say, I don't think the dev doesn't favour stable versions. Most versions are stable on the repo, it's just that there is major update coming (v1.0) and so they've released a few RC before release it stable, but that's pretty standard practice.
  • 0 Votes
    3 Posts
    1k Views
    nebulonN
    The new app package has the default folder set to /app/data so the cli now works out of the box
  • Vikunja - OIDC enabled reset after restart

    7
    0 Votes
    7 Posts
    2k Views
    JUVOJustinJ
    Love it! Solved for me
  • Link to homepage is broken

    2
    2 Votes
    2 Posts
    513 Views
    girishG
    thanks, https://git.cloudron.io/packages/vikunja-app/-/merge_requests/16
  • New Install: cloudron login not working

    Solved
    5
    0 Votes
    5 Posts
    757 Views
    nebulonN
    Yeah I agree, the UI could be improved a bit in the app.
  • issue with update to 1.6.6?

    5
    1
    1 Votes
    5 Posts
    2k Views
    D
    @joseph said in issue with update to 1.6.6?: @uwcrbc said in issue with update to 1.6.6?: I am also wondering why the logs are showing a time that is neither the one set in the Cloudron server settings nor the one from the server. Cloudron server time is always UTC. This timezone is an implementation detail but it's easier if all logs and db fields are in standard time. Cloudron Time zone is used for cron job schedules (https://docs.cloudron.io/settings/#timezone) The times you see in the UI like the logs, eventlog are from the browser timezone . So.. I guess your browser is in UTC+1 ? This also makes sense - I have a fairly locked down browser security wise, which explains the difference between local time and the time displayed in the browser. I will try to remember this. Many thanks again @joseph
  • Links in emails are broken

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    nebulonN
    Should be fixed with latest package now.
  • Frontend still not on the same version as the Server

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    nebulonN
    this should be fixed with the latest package now.
  • I lost Access After Upgrade To v1.6.2

    19
    1 Votes
    19 Posts
    4k Views
    girishG
    @BetterWP awesome, thanks for updating with the solution!
  • OIDC config

    2
    0 Votes
    2 Posts
    1k Views
    girishG
    Haven't tried this but have asked @vladimir-d to take a look.
  • Vikunja constantly goes into not responding

    6
    1 Votes
    6 Posts
    3k Views
    nebulonN
    This may be related to default timezone and language settings for users created with the previous package version containing a broken setting. Latest package is fixed, but unfortunately those users already created with the broken package version have to be recreated.
  • Vikunja breaks when setting Timezone.

    2
    1 Votes
    2 Posts
    2k Views
    girishG
    @ramiroro https://community.vikunja.io/ is a better place to report bugs/errors. Use this forum for more packaging related issues and the other one for bugs in the app itself.