Add OAuth provider runtime and providers UI

This commit is contained in:
lpf
2026-03-11 15:47:49 +08:00
parent d9872c3da7
commit 1c0e463d07
52 changed files with 9772 additions and 901 deletions

View File

@@ -438,8 +438,8 @@ deps:
run: build
@$(BUILD_DIR)/$(BINARY_NAME) $(ARGS)
## dev: Run the local gateway in foreground for debugging
dev: sync-embed-workspace
## dev: Build WebUI, sync workspace, and run the local gateway in foreground for debugging
dev: build-webui sync-embed-workspace
@if [ ! -f "$(DEV_CONFIG)" ]; then \
echo "✗ Missing config file: $(DEV_CONFIG)"; \
echo " Override with: make dev DEV_CONFIG=/path/to/config.json"; \