Hi and thanks for this great app, I'm pretty new to it but i love it already!
I'd like to receive a notification via telegram (as with my other Starr app) but I'm not sure what the webook url should be. I've tried with:
UN_WEBHOOK_0_URL=https://api.telegram.org/bot(my_very_long_token)
UN_WEBHOOK_0_NICKNAME=(my chat id)
And I also tried with UN_WEBHOOK_0_URL=https://t.me/my_bot_name
--> [ERROR] Webhook (/test/tt = extracted): Telegram: invalid HTTP status reply (404 Not Found): {"ok":false,"error_code":404,"description":"Not Found"}
I must be missing something obvious but I don't think it's explained in the readme/wiki.
Hi and thanks for this great app, I'm pretty new to it but i love it already!
I'd like to receive a notification via telegram (as with my other Starr app) but I'm not sure what the webook url should be. I've tried with: UN_WEBHOOK_0_URL=https://api.telegram.org/bot(my_very_long_token) UN_WEBHOOK_0_NICKNAME=(my chat id) And I also tried with UN_WEBHOOK_0_URL=https://t.me/my_bot_name --> [ERROR] Webhook (/test/tt = extracted): Telegram: invalid HTTP status reply (404 Not Found): {"ok":false,"error_code":404,"description":"Not Found"} I must be missing something obvious but I don't think it's explained in the readme/wiki.
PS : the whole webhook config:
I'm using it with docker on ubuntu 22.04