Giter VIP home page Giter VIP logo

Comments (13)

l3lack-eyes avatar l3lack-eyes commented on June 14, 2024 2

Hello again . Have you checked the service ?

from tg-filestreambot.

EverythingSuckz avatar EverythingSuckz commented on June 14, 2024

@l3lack-eyes You sure that you've filled out the env vars? If possible, can you share the logs?

from tg-filestreambot.

l3lack-eyes avatar l3lack-eyes commented on June 14, 2024

yes vars are filled . how to see logs?

from tg-filestreambot.

l3lack-eyes avatar l3lack-eyes commented on June 14, 2024

docker-compose.yml

version: "3.8"

services:
  fsb:
      build: .
      restart: unless-stopped
      container_name: fsb
      environment:
      # required
       - API_ID=28077###  # change this to your ID
       - API_HASH=e84821a2cb2###eba1b8334947ca###  # change this to your HASH
       - BOT_TOKEN=6###6958:AAEowfXEFUkPdIA51##DEQql-bN75ZE_FE  # enter you>       - BIN_CHANNEL=-1001##5193##6 # paste channel ID
      ports:
       - 127.0.0.1:8000:8000
      volumes:
       - $HOME/TG-FileStreamBot:/app/.env

from tg-filestreambot.

DeekshithSH avatar DeekshithSH commented on June 14, 2024

Added Bot as Admin in Bin Channel?

from tg-filestreambot.

l3lack-eyes avatar l3lack-eyes commented on June 14, 2024

oh . I did it now and it's working . thanks D:

from tg-filestreambot.

l3lack-eyes avatar l3lack-eyes commented on June 14, 2024

the given link are like this http://0.0.0.0:8080/f65b9d4 why it is not my server's ip address and myselected port was 8000 which in the link is 8080

from tg-filestreambot.

EverythingSuckz avatar EverythingSuckz commented on June 14, 2024

the given link are like this http://0.0.0.0:8080/f65b9d4 why it is not my server's ip address and myselected port was 8000 which in the link is 8080

Set the FQDN var to your server ip and set your PORT var to your desired port. Make sure to configure your docker-compose.yml file with the same port. See this section for the list of all available vars. Please also do make sure to whitelist the port in your server's firewall configuration.

from tg-filestreambot.

l3lack-eyes avatar l3lack-eyes commented on June 14, 2024
version: "3.8"

services:
fsb:
build: .
restart: unless-stopped
container_name: fsb
environment:
# required
- API_ID=28077### # change this to your ID
- API_HASH=e84821a2cb2###eba1b8334947ca### # change this to your HASH
- BOT_TOKEN=6##https://github.com/EverythingSuckz/TG-FileStreamBot/pull/6958:AAEowfXEFUkPdIA51##DEQql-bN75ZE_FE # enter you> - BIN_CHANNEL=-1001##5193##6 # paste channel ID
ports:
- 127.0.0.1:8000:8000
volumes:
- $HOME/TG-FileStreamBot:/app/.env
       - PORT=8000
       - FQDN=##.###ivr.link

is this right?it didn't work for me . port 8000 is open

from tg-filestreambot.

EverythingSuckz avatar EverythingSuckz commented on June 14, 2024

is this right?it didn't work for me . port 8000 is open

No the configuration is wrong.

version: "3.8"

services:
fsb:
build: .
restart: unless-stopped
container_name: fsb
environment:
- API_ID=28077XXXX
- API_HASH=e84821a2cb2XXXXXXXXXX
- BOT_TOKEN=XXXXXXX
- BIN_CHANNEL=-100XXXXXXXX
- PORT = 8000
- FQDN = 192.165.15.1 #(Your server IP or domain without protocol)
ports:
- 127.0.0.1:8000:8000

from tg-filestreambot.

l3lack-eyes avatar l3lack-eyes commented on June 14, 2024

Still the same issue. Can you send this configuration with same indents of code?

from tg-filestreambot.

EverythingSuckz avatar EverythingSuckz commented on June 14, 2024

Still the same issue. Can you send this configuration with same indents of code?

Let me try deploying it on a docker and I'll see for myself. Please wait till then.

from tg-filestreambot.

l3lack-eyes avatar l3lack-eyes commented on June 14, 2024

Thanks

from tg-filestreambot.

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.