openwork-server 0.11.68 → 0.11.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/bin/openwork-server +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,14 +124,14 @@ OpenCode proxy:
|
|
|
124
124
|
- `GET|POST|... /opencode/*`
|
|
125
125
|
- `GET|POST|... /w/:id/opencode/*`
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
OpenCode Router proxy:
|
|
128
128
|
|
|
129
|
-
- `GET|POST|... /
|
|
130
|
-
- `GET|POST|... /w/:id/
|
|
129
|
+
- `GET|POST|... /opencode-router/*`
|
|
130
|
+
- `GET|POST|... /w/:id/opencode-router/*`
|
|
131
131
|
|
|
132
132
|
Auth policy:
|
|
133
|
-
- `GET /
|
|
134
|
-
- All other `/
|
|
133
|
+
- `GET /opencode-router/health` requires client auth.
|
|
134
|
+
- All other `/opencode-router/*` endpoints require host/owner auth.
|
|
135
135
|
|
|
136
136
|
## Approvals
|
|
137
137
|
|
package/dist/bin/openwork-server
CHANGED
|
Binary file
|