Sergey Krashevich
7748346b1f
fix(index.html): respect 12-hour format
2026-02-14 07:26:53 +03:00
Sergey Krashevich
39febb67b6
feat(index.html): add time history for system info graph
...
- introduce timeHistory array to track timestamps
- implement formatClock function for time formatting
- create renderXAxisLabels function for x-axis labels
2026-02-13 15:47:08 +03:00
Sergey Krashevich
8d329fea2e
feat(index.html): implement system info update handling
...
- add timer for periodic updates of system information
- enhance renderInfo function to handle unsupported usage
- improve updateInfo function to manage historical data updates
2026-02-13 15:34:40 +03:00
Sergey Krashevich
cfc9c86a66
fix(index.html): replace hash symbol with block character in graph - change the character used for bars from '#' to '█' for better visual representation
2026-02-13 15:13:04 +03:00
Sergey Krashevich
8a083d6f53
feat(index.html): enhance system information display
...
- add ASCII graph rendering for CPU and memory usage
- implement history tracking for better visualization
- introduce error handling for data fetching
chore(main.js): define system info update interval
- set a common refresh interval for system info updates
2026-02-13 15:11:22 +03:00
Sergey Krashevich
0b80fa53cf
feat(api): add system resource monitoring functionality
...
- implement getSystemInfo to gather CPU and memory usage
- add platform-specific implementations for memory and CPU usage
- enhance OpenAPI documentation to include system resource metrics
2026-02-13 14:49:20 +03:00
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
Alex X
f68c602a7d
Add sitemap to website
2026-02-08 14:00:55 +03:00
Alex X
7f36033bff
Merge pull request #2080 from skrashevich/260208-fix-grammar
...
Fix documentation grammar
2026-02-08 13:04:29 +03:00
Sergey Krashevich
6304987a26
Review uncommitted changes
2026-02-08 08:50:18 +03:00
Alex X
2735bafd86
Rename mpegts module to mpeg
2026-02-08 07:10:30 +03:00
Alex X
44f6f111c4
Move kasa source to separate module
2026-02-08 07:01:14 +03:00
Alex X
e5bb03349b
Add support pet feeder to xiaomi source #2078
2026-02-07 16:14:10 +03:00
Alex X
e90f159c68
Add meta info to website
2026-02-07 13:19:11 +03:00
Alex X
be4b6c3271
Update docs
2026-02-07 09:12:31 +03:00
Alex X
f3ad4ad977
Fix links in docs
2026-02-07 00:08:47 +03:00
Alex X
7083afe9b2
Merge pull request #2044 from skrashevich/documentation-site
...
(website): new documentation site
2026-02-06 21:49:35 +03:00
Alex X
d01b99d105
BIG docs refactoring
2026-02-06 21:45:55 +03:00
Alex X
d1d7846aed
Merge pull request #2064 from jmelancondev/webrtc/ice-server-urls-list
...
webrtc: Fix ice_servers parsing for a list of URLs
2026-02-03 13:42:13 +03:00
Alex X
8d58cc7f97
Merge pull request #2065 from skrashevich/260201-small-fixes
...
Fix error handling in stream creation and patching tests
2026-02-03 13:15:16 +03:00
Sergey Krashevich
f1d61bf15a
fix: handle errors in stream creation and patching in tests
2026-02-01 04:18:04 +03:00
José Mélançon
d2c4e44844
webrtc: Fix ice_servers parsing for a list of URLs
2026-01-31 14:25:13 -05:00
Sergey Krashevich
5bf5327a45
Merge branch 'AlexxIT:master' into documentation-site
2026-01-29 00:38:10 +03:00
Sergey Krashevich
4bf0aef124
Merge branch 'documentation-site' of https://github.com/skrashevich/go2rtc into documentation-site
2026-01-26 17:06:11 +03:00
Sergey Krashevich
8e01d5cfa9
🔧 chore(gh-pages): change default branch for deployment
2026-01-26 17:05:55 +03:00
Alex X
6085c8aabe
Merge pull request #2058 from skrashevich/260126-fix-spelling
...
📝 docs(README): update documentation for clarity and accuracy
2026-01-26 11:23:35 +03:00
Sergey Krashevich
8d4869fd08
Merge branch 'AlexxIT:master' into documentation-site
2026-01-26 04:22:35 +03:00
Sergey Krashevich
5970dd2fe4
📝 docs(README): update documentation for clarity and accuracy
2026-01-26 00:40:48 +03:00
Alex X
a41185c22a
Merge pull request #2054 from jeis4wpi/master
...
Propose fix a couple of typos
2026-01-25 21:41:31 +03:00
Alex X
c793855800
Merge pull request #2056 from martinbjeldbak/patch-1
...
docs: fix link to updated JSONSchema
2026-01-25 14:46:33 +03:00
Martin Bjeldbak Madsen
a556bca7bd
docs: fix link to updated JSONSchema
2026-01-25 19:57:58 +11:00
John E
051aa664cd
Propose fix a couple of typos
...
Signed-off-by: John E <jeis4wpi@outlook.com >
2026-01-23 17:17:53 -05:00
Alex X
6374366da5
Add support xiaomi isa.camera.df3 on old firmwares
2026-01-21 22:26:16 +03:00
Alex X
de157eb144
Strip Userinfo from log entries and errors #2051
2026-01-21 17:15:36 +03:00
Sergey Krashevich
72ec880300
Merge branch 'AlexxIT:master' into documentation-site
2026-01-21 15:56:17 +03:00
Alex X
6eeba1ae4c
Merge pull request #1720 from felipecrs/update-readme
...
Update README
2026-01-21 07:23:37 +03:00
Alex X
8f68f80bff
Add support xiaomi chuangmi.camera.ipc019e
2026-01-20 20:51:40 +03:00
Alex X
2f9d138692
Fix zero channel for xiaomi source #2047
2026-01-20 17:05:14 +03:00
Alex X
366cbd200d
Fix unknown msg 0xF0 for cs2 proto
2026-01-20 14:24:27 +03:00
Alex X
6f75b2f75e
Add trace log for xiaomi devices list
2026-01-20 14:19:51 +03:00
Alex X
75bd1f1b2b
Improve packet loss on old TUTK proto
2026-01-20 14:19:18 +03:00
Alex X
7793a55853
Add support xiaomi lumi.camera.gwagl01
2026-01-20 14:18:03 +03:00
Alex X
06cbbe5543
Add support xiaomi isa.camera.isc5c1
2026-01-19 21:55:07 +03:00
Felipe Santos
861bc9728b
Fix some other markdownlint violations
2026-01-19 14:24:59 -03:00
Felipe Santos
ae0646ea9e
Remove outdated section about Tuya cameras
2026-01-19 14:16:12 -03:00
Felipe Santos
c8412eb067
Merge branch 'master' of https://github.com/AlexxIT/go2rtc into update-readme
2026-01-19 14:12:00 -03:00
Alex X
a37fdf38d8
Add support xiaomi chuangmi.camera.v2 on old firmwares
2026-01-19 18:17:38 +03:00
Alex X
b5948cfb25
Update version to 1.9.14
v1.9.14
2026-01-19 11:59:09 +03:00
Alex X
c64fcc55a5
Update dependencies
2026-01-19 11:28:09 +03:00
Sergey Krashevich
ba9fb70929
✨ feat(vitepress): enhance title extraction from files
...
📝 docs(ffmpeg): add title to ffmpeg README
2026-01-19 02:40:02 +03:00