mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
Task URL for reminders #9
Reference in New Issue
Block 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 @vitobotta on GitHub (Jul 30, 2021).
Hi! I am testing Vikunja and I really like it! How do I configure the URLs for tasks in email notifications? They don't include the domain. I have tried setting the variable VIKUNJA_FRONTEND_URL but it seems to be ignored. Thanks!
@kolaente commented on GitHub (Jul 30, 2021):
Hi there!
Try
VIKUNJA_SERVICE_FRONTENDURLinstead. More info here.@vitobotta commented on GitHub (Jul 30, 2021):
That worked, thanks!