Skip to content

Rebase to 3.23#32

Merged
thespad merged 3 commits intomainfrom
3.23
Feb 16, 2026
Merged

Rebase to 3.23#32
thespad merged 3 commits intomainfrom
3.23

Conversation

@thespad
Copy link
Copy Markdown
Member

@thespad thespad commented Jan 18, 2026

linuxserver.io


  • I have read the contributing guideline and understand that I have made the correct modifications

Description:

Closes #31

Benefits of this PR and context:

How Has This Been Tested?

Source / References:

@LinuxServer-CI
Copy link
Copy Markdown
Contributor

I am a bot, here are the test results for this PR:
https://ci-tests.linuxserver.io/lspipepr/changedetection.io/0.52.6-pkg-ac12a80c-dev-3bb28f8c4697921628cd9b4901964bdd297aaf2a-pr-32/index.html
https://ci-tests.linuxserver.io/lspipepr/changedetection.io/0.52.6-pkg-ac12a80c-dev-3bb28f8c4697921628cd9b4901964bdd297aaf2a-pr-32/shellcheck-result.xml

Tag Passed
amd64-0.52.6-pkg-ac12a80c-dev-3bb28f8c4697921628cd9b4901964bdd297aaf2a-pr-32
arm64v8-0.52.6-pkg-ac12a80c-dev-3bb28f8c4697921628cd9b4901964bdd297aaf2a-pr-32

@LinuxServer-CI
Copy link
Copy Markdown
Contributor

I am a bot, here are the test results for this PR:
https://ci-tests.linuxserver.io/lspipepr/changedetection.io/0.52.9-pkg-44930ba0-dev-cd7b6b7f4926a6ef7a4b2f83b2ee8d574ffac279-pr-32/index.html
https://ci-tests.linuxserver.io/lspipepr/changedetection.io/0.52.9-pkg-44930ba0-dev-cd7b6b7f4926a6ef7a4b2f83b2ee8d574ffac279-pr-32/shellcheck-result.xml

Tag Passed
amd64-0.52.9-pkg-44930ba0-dev-cd7b6b7f4926a6ef7a4b2f83b2ee8d574ffac279-pr-32
arm64v8-0.52.9-pkg-44930ba0-dev-cd7b6b7f4926a6ef7a4b2f83b2ee8d574ffac279-pr-32

@thespad
Copy link
Copy Markdown
Member Author

thespad commented Feb 16, 2026

Have this working locally with PR image

services:
  changedetection:
    image: changedetection.io
    container_name: changedetection
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - PLAYWRIGHT_DRIVER_URL=ws://browserless:3000/chrome?token=6R0W53R135510
    volumes:
      - ./config:/config
    ports:
      - 5000:5000
    restart: unless-stopped

  browserless:
    image: ghcr.io/browserless/chromium
    container_name: browserless
    environment:
      - TOKEN=6R0W53R135510

@thespad thespad requested a review from a team February 16, 2026 21:58
@thespad thespad changed the title Rebase to 3.23, pin playwright Rebase to 3.23 Feb 16, 2026
@LinuxServer-CI LinuxServer-CI moved this from PRs to PRs Ready For Team Review in Issue & PR Tracker Feb 16, 2026
@LinuxServer-CI
Copy link
Copy Markdown
Contributor

I am a bot, here are the test results for this PR:
https://ci-tests.linuxserver.io/lspipepr/changedetection.io/0.53.3-pkg-2d4578b6-dev-5fcfeffe1a6037d2a3bf122ccd1a811d5a50739a-pr-32/index.html
https://ci-tests.linuxserver.io/lspipepr/changedetection.io/0.53.3-pkg-2d4578b6-dev-5fcfeffe1a6037d2a3bf122ccd1a811d5a50739a-pr-32/shellcheck-result.xml

Tag Passed
amd64-0.53.3-pkg-2d4578b6-dev-5fcfeffe1a6037d2a3bf122ccd1a811d5a50739a-pr-32
arm64v8-0.53.3-pkg-2d4578b6-dev-5fcfeffe1a6037d2a3bf122ccd1a811d5a50739a-pr-32

@github-project-automation github-project-automation bot moved this from PRs Ready For Team Review to PRs Approved in Issue & PR Tracker Feb 16, 2026
@thespad thespad merged commit b643994 into main Feb 16, 2026
5 checks passed
@thespad thespad deleted the 3.23 branch February 16, 2026 22:19
@LinuxServer-CI LinuxServer-CI moved this from PRs Approved to Done in Issue & PR Tracker Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

[BUG] Unable to use playwright as of version 0.52.1, also present in version 0.52.6

3 participants