diff --git a/core/http/views/explorer.html b/core/http/views/explorer.html index 033fa5466c6d..1db3dc9b4967 100644 --- a/core/http/views/explorer.html +++ b/core/http/views/explorer.html @@ -9,6 +9,9 @@ color: #e2e8f0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } + .token { + word-break: break-all; + } .container { max-width: 800px; margin: 0 auto; @@ -275,14 +278,28 @@
+ + Command to connect (click to copy): +
+
+ docker run -d --restart=always -e ADDRESS=":80" -e LOCALAI_P2P_NETWORK_ID= -e LOCALAI_P2P_LOGLEVEL=debug --name local-ai -e TOKEN="" --net host -ti localai/localai:master-ffmpeg-core federated --debug
+
+ or via CLI:
+
+ ADDRESS=":80" LOCALAI_P2P_NETWORK_ID= LOCALAI_P2P_LOGLEVEL=debug TOKEN="" local-ai federated --debug
+
+