mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-05-07 03:26:43 +02:00
* follow recommendation in #20: add restart: unless-stopped to fluidd * Update MacOS Compatibility note Added comment that MacOS Docker cannot currently map TTY devices to containers, preventing using Klipper via host serial devices * fixed klipper paths added mjpg stremer * removed privilaged mode --------- Co-authored-by: Dieter Schmidt <dima.loschkin@gmail.com> Co-authored-by: Adam Nock <adamnock@users.noreply.github.com> Co-authored-by: dimalo <ds_github@schmidt-in.space>
10 lines
251 B
HTML
10 lines
251 B
HTML
<html>
|
|
<head><title>mjpg_streamer test page</title></head>
|
|
<body>
|
|
<h1>Snapshot</h1>
|
|
<p>Refresh the page to refresh the snapshot</p>
|
|
<img src="./?action=snapshot" alt="Snapshot">
|
|
<h1>Stream</h1>
|
|
<img src="./?action=stream" alt="Stream">
|
|
</body>
|
|
</html> |