Installation
Installer
Here is the link for the installer.
Once the pre-requisites are satisfied, run the installation script (install_on_aws.sh).
Check for your cloud specific installation script. The above one is for the AWS which is the default one.
Load Balancer Configuration
After completing the provisioning process, log in to your cloud account. Then, map the load balancer DNS to your domain by updating the CNAME records in the DNS settings.
WebHook for Telegram Client
To set the BOT webhook, use the below curl:
Replace the {BOT_TOKEN_HERE}
and {DOMAIN_URL_HERE}/api/webhook/telegram
with the actual values.
Accessing the Telegram Wrapper Service
To access the telegram-unified service externally, hit the URL: https://<domain_name>/api/webhook/telegram
Manual Installation Steps:
Last updated