mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2025-10-23 15:11:08 +00:00
feat(api): add remote services with client-provided authentication
Implement comprehensive remote services architecture allowing unshackle clients to connect to remote unshackle servers and use their configured services without needing local service implementations. Configuration: remote_services: - url: "http://remote-server:8786" api_key: "your-api-key" name: "server-name"
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -218,6 +218,7 @@ cython_debug/
|
||||
# you could uncomment the following to ignore the entire vscode folder
|
||||
.vscode/
|
||||
.github/copilot-instructions.md
|
||||
CLAUDE.md
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
Reference in New Issue
Block a user