Coder Social home page Coder Social logo

Bot is down about integram HOT 14 OPEN

zerthimon avatar zerthimon commented on June 18, 2024
Bot is down

from integram.

Comments (14)

slavafomin avatar slavafomin commented on June 18, 2024 1

I can confirm that bots are not responding.

from integram.

ucay avatar ucay commented on June 18, 2024 1

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

from integram.

niracler avatar niracler commented on June 18, 2024

This robot is sometimes good and sometimes bad.

from integram.

zerthimon avatar zerthimon commented on June 18, 2024

Yeah, it goes down frequently.

from integram.

mobintmu avatar mobintmu commented on June 18, 2024

yesterday Integram bot is out of service.

from integram.

ucay avatar ucay commented on June 18, 2024

is it down again today?

from integram.

frwellmonalisa avatar frwellmonalisa commented on June 18, 2024

is it down today? Using a telegram integration

from integram.

BrunoGGM avatar BrunoGGM commented on June 18, 2024

is it down today? Using a telegram integration

Same problem, today the bot is down

from integram.

pararang avatar pararang commented on June 18, 2024

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

from integram.

ucay avatar ucay commented on June 18, 2024

is it down again @requilence ?

from integram.

mobintmu avatar mobintmu commented on June 18, 2024

I think that bot is it down again @requilence

from integram.

eosemeyko avatar eosemeyko commented on June 18, 2024

Bot is down, wtf? ((

from integram.

zerthimon avatar zerthimon commented on June 18, 2024

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

from integram.

ucay avatar ucay commented on June 18, 2024

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

from integram.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.