i just have a security question.
i just installed BOS and want to use notifications toward the telegram bot.
BOS documentation suggest to use aws SNS (notification service from amazon).
i’d rather use this command:
curl -s -X POST https://api.telegram.org/bot**/sendMessage -d chat_id=<CHAT_ID>** -d text=“some text”
my question is:
is it secure using ‘curl POST’ command when my umbrel node is TOR activated ?
i mean this command might bypass the TOR stuff and my node might be tracable.
my main concern is that the POST command requires the use of the BOT TOKEN and the Chat ID.
Any advice ? is it secure or not ? if not is there a way to make it more secure ?
thanks in advance…