mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-05 19:18:16 -05:00
Apprise Integration #15
Open
opened 2025-11-01 20:44:07 -05:00 by GiteaMirror
·
10 comments
No Branch/Tag Specified
main
renovate/dev-dependencies
feat-v2-foundation
dependabot/npm_and_yarn/frontend/axios-1.15.2
spike-huma-openapi3
claude/investigate-swagger3-support-nyyUa
feat-list-view-buckets
ci-mysql-8-test
codex/analyze-codebase-for-email-task-feature
feat-project-templates
csv-import-feature
claude/email-reply-comments-wpdcQ
fix-oidc-pkce-support
fix/overview-subtasks-expand
feat/bucket-select-task-detail
feat-soft-delete-projects
claude/review-bot-design-plan-cf5C3
claude/project-scoped-api-tokens-KTqR3
claude/explore-openclaw-integration-KQEzg
claude/project-scoped-api-tokens-yv5KS
fix-duplicate-close-button
feat-list-view-sorting
feat/official-vite-sentry-plugin
feat/highlight-overdue-tasks
feat/add-enter-key-form-submission-handling
feat/TipTap-nits
feat/update-caldavtimetotimestamp-parsing
feat-phosphor-icons
wip-plans
claude/investigate-issue-2173-llKme
fix-description-text-drag
feat-custom-keyboard-shortcuts
pr-1845-ci
codex/fix-drag-and-drop-behavior-inconsistency
copilot/add-clickable-labels-for-filtering
copilot/fix-issue-1786
playwright-migration
fix-kanban-repeating-wip
copilot/fix-1498
feature/replace-axios
codex/upgrade-to-tailwind-4.1.8-using-pnpm
codex/add-cypress-test-for-avatar-types
feature/biome
feature/oxc
codex/update-flexsearch-to-0.8.205
4r6ni9-codex/fix-deprecated-sass-@import-usage
codex/fix-deprecated-sass-@import-usage
codex/add-cypress-test-for-task-list-refresh-fix
codex/fix-quick-add-magic-not-adding-tasks
codex/fix-all-type-errors
codex/fix-mimetype-for-docs.json
feature/caldav-from-scratch
feature/gh-actions-hetzner
fix-ci
feat/new-logger
jyte-better-dev-config
feat/add-team-member-with-enter
fix/button-and-icon-types
fix/notifications-component-name-collision
feature/null-time
renovate/tailwindcss-4.x
feature/unplugin-vue-router
fix/deprecated-import
feature/zod-schema
renovate/golangci-golangci-lint-1.x
fix/tiptap-editor-reactive-destructuring
release/0.24
feat/improve-add-task
fix/saved-filter-search
feat/webp-and-avif-attachment-previews
feature/migrate-back-to-bulma
fix/sass-add-missing-list-import
feature/sticky-demo-bar
fix/gantt-view-switch
feature/typesense-position-join
feature/focus-visible
dependencies/golangci-lint
feature/better-filter-syntax
fix/tiptap-task-list
renovate/github.com-golang-jwt-jwt-v4-5.x
feature/hide-forbidden-related-tasks
renovate/golang-1.x
release/0.20
release/0.17
release/0.16
release/0.15
release/0.14
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
v1.1.0
v1.0.0
v1.0.0-rc4
v1.0.0-rc3
v1.0.0-rc2
v1.0.0-rc1
v1.0.0-rc0
v0.24.6
v0.24.5
v0.24.4
v0.24.3
v0.24.2
v0.24.1
v0.24.0
v0.23.0
v0.22.1
v0.22.0
0.21.0
v0.21.0
v0.20.4
v0.20.5
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.19.2
v0.19.1
v0.19.0
vue3
v0.18.1
v0.18.0
v0.17.1
v0.17.0
v0.16.1
v0.16.0
v0.15.1
v0.15.0
v0.14.1
v0.14.0
v0.13.1
v0.13
v0.12
v0.11
v0.10
v0.9
v0.8
v0.7
v0.6
v0.5
v0.4
v0.3
v0.2
v0.1
Labels
Clear labels
area/api
area/attachments
area/auth
area/avatars
area/backup-restore
area/caldav
area/calendar-view
area/comments
area/config
area/database
area/desktop
area/docker
area/email
area/favorites
area/filters
area/frontend
area/gantt
area/i18n
area/import-export
area/internal-code
area/kanban
area/labels
area/list-view
area/mobile
area/notifications
area/permissions
area/projects
area/pwa
area/recurring-tasks
area/reminders
area/search
area/shortcuts
area/subtasks
area/sync
area/table-view
area/task-editor
area/task-metadata
area/task-relations
area/teams
area/theming
area/time-tracking
area/typesense
area/views
area/webhooks
bug
changes requested
concern/accessibility
concern/performance
concern/regression
concern/ux
confirmed
db/mysql
dependencies
enhancement
good first issue
help wanted
integration/inbound
integration/outbound
kind/bug
kind/feature
needs reproduction
pull-request
question
security
support
upstream issue
waiting for reply
wontfix
Mirrored from GitHub Pull Request
No Label
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/vikunja#15
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @conor-f on GitHub (Sep 20, 2021).
Apprise is a platform-rich notifier. I think it would be a huge addition to notifications on Vikunja. It is a Python package which would make it awkward for integrating, but it also exposes a CLI util which could make this easier if you wanted to go down that route.
I have no experience with Go so I'm just filing this as a feature request and not accompanying it with a PR!
@kolaente commented on GitHub (Sep 21, 2021):
AFAIK apprise has a REST api so it should be quite easy to integrate into Vikunja. Added this to the backlog, but doesn't have a high priority right now.
@georgejung commented on GitHub (Jan 8, 2024):
I just discovered apprise and am trying to connect it to everything I can. An integration into vikunja would be great!
@Ducky6944 commented on GitHub (Apr 11, 2025):
This could be done more generically with some sort of outgoing webhook integration. This would allow a lot of complexity for users without adding a lot of complexity to the code base. Maybe a selection of events, the ability to add specific headers and a url. This would allow cool integrations with things like ntfy, appraise, and n8n.
Edit: Already outgoing webhooks in projects. Looking into it.
Edit: If this was a little more generic or had the ability to add headers or template the request it would be done. For those looking for an interim solution you should be able to send this to n8n, parse what you need and then send it to ntfy or something like that.
Edit: Project name would be useful to have in the outgoing webhooks in addition to the project id.
@kolaente commented on GitHub (Apr 12, 2025):
@typkrft do you think it would help if there was a webhook for notifications?
@Ducky6944 commented on GitHub (Apr 13, 2025):
Yes, an outgoing webhook similar to what you already have works well already. I setup n8n to parse the current outgoing webhook and then send it to ntfy after I posted my comment. It works great. A more direct way to do it would be ideal. Really the only thing that would need to be changed from what you have is the ability to add headers and some templating, that way people can use it with whatever service they'd like. This could be done in the same project webhook popup where you select the events so you can use different webhooks/services per project. Obviously you could hook it into whatever you want, or implement it in any way, but I'm just trying to think of the easiest way to satisfy everyone.
url:https://ntfy.your.serverheaders:{"someJson": "...."}body:Project: {{ project.name }} - ...Something like that would work for appraise, ntfy, etc.
@kolaente commented on GitHub (Apr 14, 2025):
I like the idea of templates for webhooks. To solve this issue here, we'd need to do these two things:
@RileyMathews commented on GitHub (May 5, 2025):
I just found this thread after searching if vikunja had a Ntfy integration. I have been using vikunja for the last year in my homelab for kanban and have been loving it so much I was hoping it could replace apple reminders for me and started looking into its notifications features. The ability to do what you described with webhook templating along with a reminders webhook would be absolutely amazing and let me use vikunja for so many workflows! So huge +1 to this idea.
I don’t have any real experience with go but if you are not planning to pick this up soon I might try to find some free time to see if this is something I could contribute.
@kolaente commented on GitHub (May 9, 2025):
Would love to get a contribution for webhook templates, it's not likely for me to start working on this soon.
@RileyMathews commented on GitHub (May 10, 2025):
I had some time to setup my devenv today and things are up and running pretty smoothly. I think my first thing I will try to contribute is just a simple hardcoded webhook for when reminders are sent instead of just having them sent via email. Then depending on how well I take to Go I may take that to the next step and see about web hook templates.
@kolaente commented on GitHub (May 11, 2025):
@RileyMathews awesome, looking forward to it! It's probably best if you extend the notification abstraction with another option for webhooks, similar to how we currently have it for mail and database.
Feel free to ping me here or on matrix if you have any specific questions about a possible implementation.