How do you even get these mails in the first place? I’ve been searching for an option to get those, but our Vikunja is only sending reminders if the task is overdue
Learned something new myself now however cannot reproduce it in our environment (v0.24.2), mails are only ent once. Which version are you running exactly?
service:
JWTSecret: "{{vault_vikunja_jwt_secret}}"
frontendurl: "https://{{vikunja_external_url}}/"
enableregistration: false
enabletaskattachments: true
timezone: Europe/Berlin
enableuserdeletion: true
enablepublicteams: true
enableemailreminders: true
database:
type: "mysql"
user: "vikunja"
password: "{{vault_vikunja_mysql_password}}"
host: "mysql"
database: "vikunja"
redis:
enabled: true
host: "vikunja-redis:6379"
cors:
enable: true
origins:
- "https://{{vikunja_external_url}}"
mailer:
enabled: true
host: "..."
port: 587
authtype: "plain"
username: "no-reply@....de"
password: "{{vault_noreply_smtp_password}}"
fromemail: "no-reply@....de"
auth:
local:
enabled: disable
openid:
enabled: true
redirecturl: https://{{vikunja_external_url}}/auth/openid/
providers:
- name: Makerspace Login
authurl: {{ keycloak_realm_url }}
logouturl: {{ keycloak_logout_url }}
clientid: vikunja
clientsecret: "{{vault_vikunja_kc_client_secret}}"
scope: openid email profile vikunja_scope
metrics:
enabled: true
username: prometheus
password: "{{vault_vikunja_prometheus_password}}"
# Provide default settings for new users. When a new user is created, these settings will automatically be set for the user. If you change them in the config file afterwards they will not be changed back for existing users.
defaultsettings:
week_start: 1
language: de-DE
timezone: Europe/Berlin
discoverable_by_name: true
discoverable_by_email: true
We’re mostly sharing the projects using teams created from OIDC, and haven’t seen the duplicate notifications yet. The fact that they’re shown twice in the UI probably rules out any mail related configuration though
Whats best practice to get notifications from every task inside the project?
It’s just me and my teammate. We like to get every comments, that we stayed informed from each other.
Yes, I can confirm this behaviour - when I’m subscribed both to the project and to the task and someone comments, I’m getting the same notification twice. This seems like a bug to me, although no simple idea how to fix it. I’ve raised a bug report in the issue tracker.
Also can’t come up with a simple workaround unfortunately, as the UI won’t allow you to unsubscribe from an issue if you’re subscribed to the project
Do you mean the unstable version? I just used this tag:
vikunja/vikunja:unstable
But i will have a look in the about page. You will receive this later.
I was able to reproduce this locally and pushed a fix in 2c9becec10. Please check with the next unstable build (should be ready for deployment in ~45min, also on try).
Edit:
I have just noticed that the version is the same as yesterday.
Is this still the same version as yesterday, or is the version number not updated?