diff --git a/plugins/Sidebar/SidebarPlugin.py b/plugins/Sidebar/SidebarPlugin.py index bb4fd1bf..6ef218b5 100644 --- a/plugins/Sidebar/SidebarPlugin.py +++ b/plugins/Sidebar/SidebarPlugin.py @@ -115,9 +115,17 @@ class UiWebsocketPlugin(object): else: local_html = "" + copy_link = "http://127.0.0.1:43110/%s/?zeronet_peers=%s" % ( + site.content_manager.contents["content.json"].get("domain", site.address), + ",".join([peer.key for peer in site.getConnectablePeers(20, allow_private=False)]) + ) + body.append(_(u"""
  • - +