ChangeDetection.io with Browser Agent Support in Docker

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 28

  • @HenkRenting
    @HenkRenting ปีที่แล้ว +6

    I agree with @roddelkopf. Would be great if you showed us the steps we have to take to get Visual Selector to work as well… and thanks for this great video!

  • @roddelkopf
    @roddelkopf ปีที่แล้ว +11

    It would be very nice if you also would show how to install the Visual Selector tool :)

    • @learnallican3627
      @learnallican3627 ปีที่แล้ว +1

      I used ChatGPT and it helped me installed it

    • @HenkRenting
      @HenkRenting ปีที่แล้ว +1

      @@learnallican3627Can you help us out then? Would love to be able to use Visual Selector too…

    • @diegofelipe2119
      @diegofelipe2119 11 หลายเดือนก่อน +1

      @@HenkRentingJust use the official docker compose image, then uncomment some lines in the yml

  • @HandsOfBlue
    @HandsOfBlue ปีที่แล้ว +5

    backup early, backup often. I had this installed, and an update from watchtower removed everything I had setup

    • @DBTechYT
      @DBTechYT  ปีที่แล้ว +4

      Yeah. Automatic updates should never be taken lightly. I've got them set up on my non-mission-critial stuff, but not for anything that I need to guarantee access to. And I always run backups before running an update

  • @cgilani
    @cgilani ปีที่แล้ว

    Thank you for the great video! After installing docker desktop, I'm not sure how to go about actually installing change detection/linuxserver. The app you are using does not look like my version of docker, are you using a different application? I apologize if I'm missing something. Any additional help would be greatly apprecaited. Thank you!

    • @DBTechYT
      @DBTechYT  ปีที่แล้ว +1

      The difference is that you are using Docker desktop and I'm not. If I'm honest, I tried Docker Desktop and hated it so I never looked back at it. Lots of people use it, so I'm sure it's (at least partly) a *me* issue, but I'm just happier putting Docker on a Linux machine and deploying my apps there.

  • @learnallican3627
    @learnallican3627 ปีที่แล้ว

    Thank you so much

  • @mounirah8474
    @mounirah8474 ปีที่แล้ว

    Heyy there whats up,, i wanna ask u about notification body : so i want to receive only the green highlight ( new change ) ,,, because when i make {{diff}} i receive in my discord channel all of them ( red and green highlight ) ( old, new)

  • @hansatanPOL
    @hansatanPOL ปีที่แล้ว +1

    Works great beside sites which use... CloudFlare ;) Chrome headless/selenium doesn't work with them quite easily, any tips?

    • @DBTechYT
      @DBTechYT  ปีที่แล้ว

      I've used it successfully on dbt3ch.com and it runs on CloudFlare

    • @hansatanPOL
      @hansatanPOL ปีที่แล้ว

      @@DBTechYT hmm I checked your website and you don't seem to run cloudflare ddos protection which detects headless browser

    • @DBTechYT
      @DBTechYT  ปีที่แล้ว

      DDOS protection is enabled, but is rate limited

    • @cli
      @cli ปีที่แล้ว

      I think it has to do with whether the website has bot fight mode ticked on in the dashboard

  • @JohnAbuklau
    @JohnAbuklau ปีที่แล้ว

    distill or changedetection?

  • @JD-xb9eo
    @JD-xb9eo ปีที่แล้ว

    Hey please help me. My chromebook just lost all my file in my other account I did some research and it says it's because of low storage but threre's a lot of important file there how can I get it back?

    • @JD-xb9eo
      @JD-xb9eo ปีที่แล้ว

      Please answer ASAP

    • @DBTechYT
      @DBTechYT  ปีที่แล้ว

      If your Chromebook is attached to a Google account, then you should be able to go to any other computer and login with that Google Account and then go to Google drive and it should all be there

  • @GiorgoLazaridis
    @GiorgoLazaridis ปีที่แล้ว

    Is it possible to monitor the page where I am logged in?

    • @DBTechYT
      @DBTechYT  ปีที่แล้ว

      I don't believe so, but you'd have to reach out to the developer on Github to make 100% sure

    • @leoblack8497
      @leoblack8497 ปีที่แล้ว

      Yes it is , you need to use browser steps for that

  • @caseyj789456
    @caseyj789456 ปีที่แล้ว

    Great vdo! I find your vdo by exact words googled
    PS : Know how to use Stack by script/edit also now. Thx!
    Update = "For now, Differences are performed on text, not graphically, only the latest screenshot is available.
    Screenshot requires Playwright/WebDriver enabled". Could you please explain this ?

  • @HarjitSingh-o3q
    @HarjitSingh-o3q ปีที่แล้ว +1

    Thanks for the great video, It helped me to learn docker, portainer etc.., I am using changedetection as a basic plaintext/html client, but trying to use fetching with webdriver/chrome and I got an error
    "Content fetcher 'html_webdriver' did not respond.
    Be sure that the selenium/webdriver runner is running and accessible via network from this container/host.
    Did you follow the instructions in the wiki?
    WebDriver Host: localhost:4444
    Go here for more information
    Content fetcher did not respond properly, unable to use it. HTTPConnectionPool(host='localhost', port=4444): Max retries exceeded with url: /session (Caused by ConnectTimeoutError(, 'Connection to localhost timed out. (connect timeout=None)'))"
    I am using selenium/standalone-chrome:4.9.1-20230508selenium/standalone-chrome:latest in docker. It's active and running.using docker on Linux Mint.not a geek just trying to learn as it is a useful tool. official documentation is very poor. any help will be much appreciated and if you can write a detailed blog on this it will help a lot of guys who want to learn and setup this.

    • @freeuser616
      @freeuser616 ปีที่แล้ว

      same here unfortunately