v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

Ještě ne před sekundami.
            False
        
Ještě ne před sekundami
Aktuální snímek obrazovky s chybou z posledního požadavku
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              coder / code-server Public
              * Notifications You must be signed in to change notification settings
              * Fork 6.8k
                * Star 78.7k
          * Code
          * Issues 140
          * Pull requests 13
          * Pull requests 14
          * Discussions
          * Actions
          * Projects
          * Security and quality 1
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights
                                              main
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                            Name                              Last commit message    Last commit date
                                            Latest commit

                                                History

                                                4,240 Commits
                                                  4,240 Commits
                                                  .github                         .github
                                                  .tours                          .tours
                                                  ci                              ci
                                                  docs                            docs
                                                  lib                             lib
                                                  patches                         patches
                                                  src                             src
                                                  test                            test
                                                  typings/ httpolyglot            typings/ httpolyglot
                                                  .dockerignore                   .dockerignore
                                                  .editorconfig                   .editorconfig
                                                  .git-blame-ignore-revs          .git-blame-ignore-revs
                                                  .gitattributes                  .gitattributes
                                                  .gitignore                      .gitignore
                                                  .gitmodules                     .gitmodules
                                                  .node-version                   .node-version
                                                  .nvmrc                          .nvmrc
                                                  .prettierignore                 .prettierignore
                                                  .prettierrc.yaml                .prettierrc.yaml
                                                  CHANGELOG.md                    CHANGELOG.md
                                                  LICENSE                         LICENSE
                                                  ThirdPartyNotices.txt           ThirdPartyNotices.txt
                                                  eslint.config.mjs               eslint.config.mjs
                                                  flake.lock                      flake.lock
                                                  flake.nix                       flake.nix
                                                  install.sh                      install.sh
                                                  package-lock.json               package-lock.json
                                                  package.json                    package.json
                                                  renovate.json                   renovate.json
                                                  tsconfig.json                   tsconfig.json
                                            View all files


                                              Repository files navigation

                                                *
                                                * README
                                                * Code of conduct
                                                * Contributing
                                                * MIT license
                                                * Security
                                                More items

                                                code-server

                                              Run VS Code on any machine anywhere and access it in the browser.

                                                Highlights

                                                * Code on any device with a consistent development environment
                                                * Use cloud servers to speed up tests, compilations, downloads, and more
                                                * Preserve battery life when you're on the go; all intensive tasks run on your server

                                                Requirements

                                              See requirements for minimum specs, as well as instructions on how to set up a Google VM on which you can install code-server.

                                              TL;DR: Linux machine with WebSockets enabled, 1 GB RAM, and 2 vCPUs

                                                Getting started

                                              There are five ways to get started:

                                               1. Using the install script, which automates most of the process. The script uses the system package manager if possible.
                                               2. Manually installing code-server
                                               3. Deploy code-server to your team with coder/coder
                                               4. Using our one-click buttons and guides to deploy code-server to a cloud provider ⚡
                                               5. Using the code-server feature for devcontainers, if you already use devcontainers in your project.

                                              If you use the install script, you can preview what occurs during the install process:

                                                curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run

                                              To install, run:

                                                curl -fsSL https://code-server.dev/install.sh | sh

                                              When done, the install script prints out instructions for running and starting code-server.

                                              Note To manage code-server for a team on your infrastructure, see: coder/coder

                                              We also have an in-depth setup and configuration guide.

                                                Questions?

                                              See answers to frequently asked questions.

                                                Want to help?

                                              See Contributing for details.

                                                Hiring

                                              Interested in working at Coder? Check out our open positions!

                                                For Teams

                                              We develop coder/coder to help teams to adopt remote development.

                                        About

                                        VS Code in the browser

                                          coder.com

                                        Topics

                                          browser-idedev-toolsdevelopment-environmentideremote-workvscodevscode-remote

                                        Resources

                                          Readme
                                          MIT license

                                        Code of conduct

                                          Code of conduct

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          78.7k stars

                                        Watchers

                                          734 watching

                                        Forks

                                          6.8k forks
                                          Report repository

                                        Releases

                                        Packages

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.
Tip: Zvýrazněte text, který chcete sdílet nebo přidat do seznamů ignorovaných.  — Download difference patch
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Snímek obrazovky vyžaduje aktivaci nástroje Playwright/WebDriver