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
28 Mar 24
Latest version
Primary Language
Go
Size
57,526 KB
Stars
548
Forks
45
Watchers
548
Language Usage
Star History
Top Contributors
-
@kolaente (4531)
-
@dpschen (434)
-
@WofWca (16)
-
@cernst72 (7)
-
@adrinux (6)
-
@profi248 (5)
-
@davidangel (4)
-
@shilch (4)
-
@jtojnar (4)
-
@freaktechnik (4)
-
@eljef (3)
-
@LucaBernstein (3)
-
@dependabot[bot] (3)
-
@Viehlieb (3)
-
@dmorlitz (2)
-
@azymondrian (2)
-
@andreymal (2)
-
@vlasov-y (2)
-
@furai (2)
-
@KaibutsuX (2)
-
@Elscrux (2)
-
@geekgonecrazy (1)
-
@subnut (1)
-
@TheEdgeOfRage (1)
-
@TheZoker (1)
-
@cr1xu5 (1)
-
@earnestma (1)
-
@edelgrace (1)
-
@erri120 (1)
-
@jayden-chan (1)
Recent Commits
-
Frederick [Bot] (27 Mar 24)
chore(i18n): update translations via Crowdin
-
Frederick [Bot] (25 Mar 24)
chore(i18n): update translations via Crowdin
-
Frederick [Bot] (21 Mar 24)
chore(i18n): update translations via Crowdin
-
renovate (20 Mar 24)
fix(deps): update dependency ufo to v1.5.3
-
renovate (20 Mar 24)
fix(deps): update dependency express to v4.19.0
-
kolaente (20 Mar 24)
fix(reminder): do not close the popup directly after changing the value Fixes https://github.com/go-vikunja/vikunja/issues/225
-
kolaente (20 Mar 24)
fix(kanban): remove unused function
-
kolaente (20 Mar 24)
fix(kanban): do not use the bucket id saved on the task
-
kolaente (20 Mar 24)
fix(task): clear timeout for description save when closing the task detail
-
kolaente (20 Mar 24)
fix(tests): do not try to create tasks with bucket_id
-
kolaente (20 Mar 24)
chore: do not import message dynamically Since it was not done consistently, it would not get imported dynamically anyway. This fixes the compile warnings.
-
kolaente (20 Mar 24)
fix(views): do not map bucket id from xorm
-
kolaente (20 Mar 24)
fix(docker): don't install cypress in docker image
-
Frederick [Bot] (20 Mar 24)
[skip ci] Updated swagger docs
-
kolaente (20 Mar 24)
fix(projects): remove done bucket id field from projects struct
-
renovate (19 Mar 24)
fix(deps): update dependency @infectoone/vue-ganttastic to v2.3.1
-
renovate (20 Mar 24)
chore(deps): update dev-dependencies
-
Frederick [Bot] (20 Mar 24)
chore(i18n): update translations via Crowdin
-
Frederick [Bot] (19 Mar 24)
[skip ci] Updated swagger docs
-
konrad (19 Mar 24)
feat: decouple views from projects (#2217) This PR decouples views from projects. On the surface, everything stays the same - by default, there are the same views as right now in main - List, Gantt, Table, Kanban. With this feature, it is possible to modify these or create new ones. That means you can remove views you never need or create multiple ones if you need different configurations. Each view can have an optional filter to change what you see in the frontend on that view. For kanban, you can either set it to "manual" mode, where you can create buckets and move tasks around, or "filter" mode, where each bucket is the result of a filter (and you cannot move them around). All positions and buckets are now tied to the view, not the project. This means you can (finally!) have views for saved filters. Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2217
-
kolaente (19 Mar 24)
fix(views): create default bucket
-
renovate (19 Mar 24)
fix(deps): update module github.com/coreos/go-oidc/v3 to v3.10.0
-
kolaente (19 Mar 24)
fix(views): create bucket in test
-
kolaente (19 Mar 24)
fix(views): intercept request
-
kolaente (19 Mar 24)
fix(views): redirect to project after authenticating with a link share
-
kolaente (19 Mar 24)
fix(views): stable assertion for bucket in tests
-
kolaente (19 Mar 24)
fix(views): include order by fields in distinct clause when sorting by task position
-
kolaente (19 Mar 24)
fix(views): update done status of recurring tasks
-
kolaente (19 Mar 24)
fix(views): kanban test assertions
-
kolaente (19 Mar 24)
fix: lint
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!