Skip to content

Commit 3c2cc88

Browse files
committed
release: prepare 0.1.1
1 parent b5144c7 commit 3c2cc88

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,14 @@ icey-server [options]
149149
-c, --config <path> Config file (default: ./config.json)
150150
--host <host> Bind host (default from config)
151151
--port <port> HTTP/WS port (default: 4500)
152+
--tls-cert <path> TLS certificate for direct HTTPS/WSS serving
153+
--tls-key <path> TLS private key for direct HTTPS/WSS serving
152154
--turn-port <port> TURN port (default: 3478)
153155
--turn-external-ip <ip> Public IP advertised by TURN
154156
--mode <mode> stream|record|relay
155157
--source <path-or-url> Media source file, device, or RTSP URL
156158
--record-dir <path> Output directory for record mode (default: ./recordings)
157-
--web-root <path> Path to web UI dist/ directory
159+
--web-root <path> Path to web UI dist/ directory (packaged installs auto-fallback to share/icey-server/web)
158160
--loop Enable looping in stream mode
159161
--no-loop Disable looping in stream mode
160162
--no-turn Disable embedded TURN server
@@ -178,7 +180,7 @@ If the browser cannot even see the server peer, you have a signalling problem, n
178180

179181
- `GET /api/health` returns a basic liveness payload
180182
- `GET /api/ready` returns preflight readiness and reports `503` when the runtime is not ready to serve
181-
- `GET /api/status` returns mode, version, session counts, uptime, and enabled intelligence branches
183+
- `GET /api/status` returns readiness, mode, version, peer identity, session counts, `uptimeSec`, and intelligence state
182184
- `GET /api/config` returns browser-facing ICE/TURN config plus runtime mode/version
183185

184186
The binary also now supports `--help`, `--version`, and `--doctor`, and exposes `--host`, `--turn-external-ip`, `--loop`, and `--no-loop` for operator bring-up without editing JSON first.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)