-
hello i am new to this i am trying to set up shoptrrr notification under watchtower but somehow i cant get it to work i always get the error level=fatal msg="Failed to initialize Shoutrrr notifications: error initializing router services: accepted values are 1, true, yes or 0, false, no\n" have in the env WATCHTOWER_NOTIFICATIONS: shoutrrr
WATCHTOWER_NOTIFICATION_URL: matrix://user:api-token@domian:port/[?rooms=!room-id] where do I have the error I have the domain without https in it port is clear of matrix server hope someone can help me wants the watchtower always on matrix reports when he has made update ok update: it was WATCHTOWER_NOTIFICATIONS the S is so much but now it tells me the room id doesn't work this is what my room id looks like |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
This comment has been hidden.
This comment has been hidden.
-
I don't think you want double Just to be clear, the
or (depending on how you authenticate)
Where |
Beta Was this translation helpful? Give feedback.
-
bor many thanks now goes there was the error only because brackets 😅 |
Beta Was this translation helpful? Give feedback.
I don't think you want double
!
in the prefix. See the shoutrrr docs for more information: https://containrrr.dev/shoutrrr/v0.7/services/matrix/#roomsJust to be clear, the
[
and]
just denotes optional parts of the syntax. Your URL should look like either:or (depending on how you authenticate)
Where
user
,password
,api-token
,domain
(both of them) andport
need to be replaced with your actual values.