Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot is down #114

Open
zerthimon opened this issue May 20, 2021 · 14 comments
Open

Bot is down #114

zerthimon opened this issue May 20, 2021 · 14 comments

Comments

@zerthimon
Copy link

Not responding for /start command.
Webhooks don't work:

<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.17.6</center>
</body>
</html>
@slavafomin
Copy link

I can confirm that bots are not responding.

@niracler
Copy link

This robot is sometimes good and sometimes bad.

@zerthimon
Copy link
Author

Yeah, it goes down frequently.

@mobintmu
Copy link

mobintmu commented Aug 8, 2021

yesterday Integram bot is out of service.

@ucay
Copy link

ucay commented Sep 26, 2021

is it down again today?

@frwellmonalisa
Copy link

is it down today? Using a telegram integration

@BrunoGGM
Copy link

BrunoGGM commented Dec 7, 2021

is it down today? Using a telegram integration

Same problem, today the bot is down

@pararang
Copy link

yeah today it's down again, facing this issue on the GitLab integration

@ucay
Copy link

ucay commented Dec 21, 2021

is it down again @requilence ?

@mobintmu
Copy link

I think that bot is it down again @requilence

@eosemeyko
Copy link

eosemeyko commented Feb 7, 2022

Bot is down, wtf? ((

@ucay
Copy link

ucay commented Feb 16, 2022

If you have time and budget, I recommend deploy integram to your private server.

@zerthimon
Copy link
Author

Bot has been down for a week now.
Can anyone shere info on how to deploy integram to a private server ? The official documentation is really bad.
I'm about to switch to shell scripts sending messages to api.telegram.org/bot

@ucay
Copy link

ucay commented May 12, 2022

Can anyone shere info on how to deploy integram to a private server ?

@zerthimon
Without docker gave me more headache 🤮

IMO, using docker is the best way.
And the documentation are clear.
Maybe for the SSL section you need additional script after ssl cert renewal.
copy from let's encrypt dir to docker volume data.

#! /bin/bash -

## Schell script to copy ssl certificate
## from letsencrypt to docker mount  dir

letsencrypt_dir=/etc/letsencrypt/live/[your-domain]
docker_mount_dir=/var/lib/docker/volumes/integram_data-mainapp/_data

## check if directory exists
if [[ -d $docker_mount_dir ]]; then
        cp --remove-destination $letsencrypt_dir/fullchain.pem $docker_mount_dir/ssl.crt
        cp --remove-destination $letsencrypt_dir/privkey.pem $docker_mount_dir/ssl.key

        echo "ssl key & cert successfully copied"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants