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

37 Topics 259 Posts
  • Vikunja - Package Updates

    Pinned Locked
    51
    0 Votes
    51 Posts
    15k Views
    Package UpdatesP
    [1.23.0] Update vikunja to 2.3.0 Full Changelog (auth) Normalize API base URL to prevent refresh cookie path mismatch (auth) Add retry and logging for token refresh failures (auth) Enforce TOTP on OIDC callback for users with 2FA enabled (background) Use targeted column update when removing background (caldav) Add tags and sync token to collections (#​2482) (caldav) Resolve lint issues in caldavtests package (caldav) Skip tests for known CalDAV bugs and fix timing issues (caldav) Escape user-controlled strings per RFC 5545 in VCALENDAR output (caldav) Enforce task read authorization on GetTasksByUIDs (caldav) Reject GetResource when URL project mismatches task project
  • Vikunja 1.22.0 - app fails to start after update (migration error)

    Solved
    5
    0 Votes
    5 Posts
    274 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
    2k 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
    1 Votes
    2 Posts
    620 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
    412 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
    1k 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.
  • I would like to move from Todoist... but no any iOs app...

    Solved
    2
    0 Votes
    2 Posts
    851 Views
    P
    Finally, an iOs client for Vikunja: https://trykuna.app/ https://community.vikunja.io/t/i-created-a-ios-app-for-vikunja/4092
  • 0 Votes
    3 Posts
    768 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
    370 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
    553 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
    997 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
    3k Views
    girishG
    @BetterWP awesome, thanks for updating with the solution!
  • OIDC config

    2
    0 Votes
    2 Posts
    925 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
    2k 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
    1k 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.
  • Labels are broken and don't function properly

    Solved
    14
    2 Votes
    14 Posts
    5k Views
    colonelpanicC
    @girish - I can also confirm that the latest package resolved the issue! Thanks!
  • Vikunja instance running into variety of errors

    Solved
    10
    1 Votes
    10 Posts
    4k Views
    S
    @girish Thanks for the quick update! The app is finally working again.