-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Comments
I can confirm that bots are not responding. |
This robot is sometimes good and sometimes bad. |
Yeah, it goes down frequently. |
yesterday Integram bot is out of service. |
is it down again today? |
is it down today? Using a telegram integration |
Same problem, today the bot is down |
yeah today it's down again, facing this issue on the GitLab integration |
is it down again @requilence ? |
I think that bot is it down again @requilence |
Bot is down, wtf? (( |
If you have time and budget, I recommend deploy integram to your private server. |
Bot has been down for a week now. |
@zerthimon IMO, using docker is the best way. #! /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
|
Not responding for /start command.
Webhooks don't work:
The text was updated successfully, but these errors were encountered: