Files
go2rtc/website
Sergey Krashevich ab80450b66 Expose process PID in API and UI
Include the process PID in the API info payload and surface it in the frontend. apiHandler now adds app.Info["pid"] = os.Getpid(); openapi.yaml documents the new pid property as an integer with an example; www/index.html is updated to show pid alongside version and config. This aids debugging and identifying the running process.
2026-02-13 11:12:00 +03:00
..
2026-02-08 14:00:55 +03:00
2026-02-13 11:12:00 +03:00
2024-05-13 18:22:35 +03:00
2026-02-07 09:12:31 +03:00
2025-12-27 15:43:07 +03:00
2026-02-06 21:45:55 +03:00
2026-02-06 21:45:55 +03:00

WebSite

These are the sources of the go2rtc.org website. It's content published on GitHub Pages and is a mirror of alexxit.github.io/go2rtc/.

The site contains:

  • Project's documentation, which is compiled via vitepress from README.md files located in the root of the repository, as well as in the internal folder.
  • Project's API in OpenAPI format, and the Redoc viewer
  • Project's assets (logo).