You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a machine I'm using which already has Ollama and other services running and is using port 8080.
I have installed Fabric CLI and all is well. I now wanted to try the WebUi but when I run fabric --serve I get the following.
I just can seam to locate the config file in fabric where I can change the API and web ports. Can anyone point me in the right direction?
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
2025/05/30 13:54:51 WARN Starting REST API server without API key authentication. This may pose security risks.
[GIN-debug] GET /patterns/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func1 (3 handlers)
[GIN-debug] GET /patterns/names --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func2 (3 handlers)
[GIN-debug] DELETE /patterns/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func3 (3 handlers)
[GIN-debug] GET /patterns/exists/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func4 (3 handlers)
[GIN-debug] PUT /patterns/rename/:oldName/:newName --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func5 (3 handlers)
[GIN-debug] POST /patterns/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func6 (3 handlers)
[GIN-debug] GET /contexts/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func1 (3 handlers)
[GIN-debug] GET /contexts/names --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func2 (3 handlers)
[GIN-debug] DELETE /contexts/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func3 (3 handlers)
[GIN-debug] GET /contexts/exists/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func4 (3 handlers)
[GIN-debug] PUT /contexts/rename/:oldName/:newName --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func5 (3 handlers)
[GIN-debug] POST /contexts/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func6 (3 handlers)
[GIN-debug] GET /sessions/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func1 (3 handlers)
[GIN-debug] GET /sessions/names --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func2 (3 handlers)
[GIN-debug] DELETE /sessions/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func3 (3 handlers)
[GIN-debug] GET /sessions/exists/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func4 (3 handlers)
[GIN-debug] PUT /sessions/rename/:oldName/:newName --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func5 (3 handlers)
[GIN-debug] POST /sessions/:name --> github.com/danielmiessler/fabric/restapi.NewStorageHandler[...].func6 (3 handlers)
[GIN-debug] POST /chat --> github.com/danielmiessler/fabric/restapi.(*ChatHandler).HandleChat-fm (3 handlers)
[GIN-debug] GET /config --> github.com/danielmiessler/fabric/restapi.(*ConfigHandler).GetConfig-fm (3 handlers)
[GIN-debug] POST /config/update --> github.com/danielmiessler/fabric/restapi.(*ConfigHandler).UpdateConfig-fm (3 handlers)
[GIN-debug] GET /models/names --> github.com/danielmiessler/fabric/restapi.(*ModelsHandler).GetModelNames-fm (3 handlers)
[GIN-debug] GET /strategies --> github.com/danielmiessler/fabric/restapi.NewStrategiesHandler.func1 (3 handlers)
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :8080
[GIN-debug] [ERROR] listen tcp :8080: bind: address already in use
listen tcp :8080: bind: address already in use
Beta Was this translation helpful? Give feedback.
All reactions