Vikunja
vikunja.io Web, Android LinuxVikunja is an open-source to-do application. It is suitable for a wide variety of projects, supporting List, Gantt, Table and Kanban views to visualize all tasks in different contexts. For collaboration, it has sharing support via private teams or public links. It can be self-hosted or used as a managed service for a small fee.
- Homepage: vikunja.io
- GitHub: github.com/go-vikunja/vikunja
- Web info: web-check.xyz/results/vikunja.io
Vikunja Source Code
Author
Description
Mirror of vikunja from https://code.vikunja.io/api
Homepage
License
AGPL-3.0
Created
28 Nov 18
Last Updated
07 Apr 24
Latest version
Primary Language
Go
Size
57,932 KB
Stars
563
Forks
46
Watchers
563
Language Usage
Star History
Top Contributors
-
@kolaente (4564)
-
@dpschen (434)
-
@WofWca (16)
-
@cernst72 (7)
-
@adrinux (6)
-
@profi248 (5)
-
@freaktechnik (4)
-
@jtojnar (4)
-
@shilch (4)
-
@davidangel (4)
-
@eljef (3)
-
@LucaBernstein (3)
-
@dependabot[bot] (3)
-
@Viehlieb (3)
-
@Elscrux (2)
-
@KaibutsuX (2)
-
@furai (2)
-
@vlasov-y (2)
-
@andreymal (2)
-
@azymondrian (2)
-
@geekgonecrazy (1)
-
@thelicato (1)
-
@ariep (1)
-
@Bouni (1)
-
@ritchris (1)
-
@JimChr-R4GN4R (1)
-
@danstewart (1)
-
@waza-ari (1)
-
@SDonCode (1)
-
@ZeWaren (1)
Recent Commits
-
kolaente (07 Apr 24)
fix: drop bucket index before recreating it Resolves https://kolaente.dev/vikunja/vikunja/issues/2243
-
kolaente (07 Apr 24)
chore(dev): move nix flake to top level, add api tooling
-
kolaente (07 Apr 24)
fix(projects): do not return parent project id of parents where the user does not have access This caused the frontend to not show such projects, throwing errors in the process and sometimes made it hang.
-
kolaente (07 Apr 24)
fix(projects): allow arbitrary nesting of new projects
-
kolaente (06 Apr 24)
feat(kanban): set task position to 0 (top) when it is moved into the done bucket automatically after marking it done
-
kolaente (06 Apr 24)
fix: lint
-
kolaente (06 Apr 24)
fix: update task in typesense when adding a label or assignee to them Resolves https://community.vikunja.io/t/typesense-only-works-if-i-re-index/2212
-
kolaente (06 Apr 24)
fix: do not try to fetch nonexistant bucket
-
kolaente (06 Apr 24)
fix(kanban): save done and default bucket on the view and not on the project The frontend was still trying to update the two in the project which won't work since they are now saved at the view level, not the project.
-
kolaente (06 Apr 24)
fix(kanban): Make sure all saved taskBucket positions are saved with their project view id When the tasks were migrated from belonging directly to a bucket to only belonging to a view, I forgot to add the view in that migration, resulting in task buckets where the view was 0. These entries were not deleted when a task was moved between buckets, but the new task bucket relation nevertheless inserted. This resulted in tasks showing up multiple times on the kanban board. This change adds a new migration which adds the correct project view id (as derived from the bucket) and fixes the old migration as well. Resolves https://community.vikunja.io/t/no-longer-able-to-properly-move-tasks-between-kanban-columns/2175
-
kolaente (06 Apr 24)
docs: add Korganizer to supported caldav clients
-
kolaente (06 Apr 24)
fix(filter): move spaces out of button to after the matched filter value to prevent removal of spaces
-
kolaente (06 Apr 24)
fix(modal): do not set p in modal card as flex This fixes a bug where the description of a project or filter would be aligned right.
-
kolaente (06 Apr 24)
fix(filters): always show filter values in a readable color
-
kolaente (06 Apr 24)
fix(filters): enclose values with a slash in them as strings so that date math values work Previously, in a filter like "due_date = now/d", the / was parsed as the beginning of a comment, but as it did not contain the full value, this is an invalid comment, resulting in an error message. Resolves https://community.vikunja.io/t/filter-setting-s/1791/12
-
kolaente (06 Apr 24)
fix(filters): make sure the same filter attribute is transformed in all instances Resolves https://community.vikunja.io/t/filter-setting-s/1791/13
-
renovate (06 Apr 24)
fix(deps): update src.techknowlogick.com/xgo digest to e01c4fb
-
kolaente (06 Apr 24)
fix(test): correctly mock localstorage in unit tests
-
renovate (06 Apr 24)
chore(deps): update dev-dependencies
-
renovate (05 Apr 24)
chore(deps): update dev-dependencies (#2229) Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2229 Reviewed-by: konrad <k@knt.li> Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
-
waza-ari (02 Apr 24)
fix(views): remove default filter from frontend, apply by default to new list views instead (#2240) Fixes #2234 Co-authored-by: Daniel Herrmann <daniel.herrmann1@gmail.com> Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2240 Reviewed-by: konrad <k@knt.li> Co-authored-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de> Co-committed-by: waza-ari <daniel.herrmann@makerspace-darmstadt.de>
-
kolaente (02 Apr 24)
fix(reactions): do not enable reaction picker when the current user does not have write access
-
kolaente (02 Apr 24)
fix(test): use correct selector in Cypress test
-
kolaente (02 Apr 24)
fix(sharing): show user display name and avatar when displaying search results Resolves https://community.vikunja.io/t/autogenerated-username-using-google-openid/2183/12
-
kolaente (02 Apr 24)
feat(views): lint
-
kolaente (02 Apr 24)
feat(views): hide view switcher when there is only one view
-
kolaente (02 Apr 24)
fix(views): refactor filter button slot in wrapper Before this change, the filter button on the top right was positioned using absolute positioning and plenty of tricks, which were brittle and not really maintainable. Now, the buttons are positioned using flexbox, which should make this a lot more maintainable.
-
kolaente (02 Apr 24)
fix(views): transform view filter before and after loading it from the api Previously, the actual filter was kept as-is when sending it to the api, essentially creating an invalid filter. This change fixes this, transforming the filter before saving and after loading. Resolves https://kolaente.dev/vikunja/vikunja/issues/2233
-
kolaente (02 Apr 24)
fix(gantt): correctly show day in chart
-
kolaente (02 Apr 24)
fix(views): correctly pass view id to wrapper when gantt view is active
Vikunja Website
Website
The open-source, self-hostable to-do app | Vikunja
Vikunja - the open-source to-do app to organize your life.
Redirects
Does not redirect
Security Checks
All 66 security checks passed
Server Details
- IP Address 116.203.32.97
- Hostname static.97.32.203.116.clients.your-server.de
- Location Nuremberg, Bayern, Germany, EU
- ISP Hetzner Online GmbH
- ASN AS24940
Associated Countries
-
US
-
DE
Saftey Score
Website marked as safe
100%
Blacklist Check
vikunja.io was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
Vikunja Docker
Run Command
docker run -d \ -e IP=${IP} \ -e PORT=${PORT} \ undefined
Compose File
version: 3.8 services: vikunja: image: undefined ports: environment: IP: 192.168.0.2 PORT: 80 volumes: restart: undefined
Environment Variables
- Var Name Default
- IP 192.168.0.2
- PORT 80
Vikunja Reviews
More Cloud Productivity Suites
-
A zero knowledge cloud productivity suite. Provides Rich Text, Presentations, Spreadsheets, Kanban, Paint a code editor and file drive. All notes and user content, are encrypted by default, and can only be accessed with specific URL. The main disadvantage, is a lack of Android, iOS and desktop apps - CryptPad is entirely web-based. You can use their web service, or you can host your own instance. Price for hosted: free for 50mb or $5/ month for premium.
-
A complete self-hosted productivity platform, with a strong community and growing app store. NextCloud is similar to (but arguably more complete than) Google Drive, Office 365 and Dropbox. Clear UI and stable native apps across all platforms, and also supports file sync. Supports encrypted files, but you need to configure this yourself. Fully open source.
-
A platform providing online services based on principles of freedom, privacy, federation and decentralization. It is an implementation of NextCloud, with strong encryption configured - it is widely used by journalists, activists and whistle-blowers. It is free to use, but there have been reported reliability issues of the cloud services.
-
An open source platform for self-hosting web apps. Once you've set it up, you can install items from the Sandstorm App Market with -click, similar to NextCloud in terms of flexibility.
-
Skiff Pages is an end-to-end encrypted, privacy-first collaborative document, note-taking, and wiki product. Skiff Pages has a modern, easy-to-use UI and supports rich text documents with embedded content. Skiff also supports end-to-end encrypted file upload and sharing (Skiff Drive), as well as workspaces for multiple users to collaborate.
About the Data: Vikunja
API
You can access Vikunja's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/productivity/cloud-productivity-suites/vikunja
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share Vikunja
Help your friends compare Cloud Productivity Suites, and pick privacy-respecting software and services.
Share Vikunja and Awesome Privacy with your network!