From 80de5613a69586cd361ef8f0891cdb32e077c83a Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 21 Sep 2021 21:16:01 +0200 Subject: [PATCH] // TODO : dynamic finding FRIENDS xzuid with "cat /home/$YOU/.zen/ipfs_swarm/.*/_xbian.zuid" --- www/boris/conf.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/www/boris/conf.php b/www/boris/conf.php index a4a412e..4d067c4 100644 --- a/www/boris/conf.php +++ b/www/boris/conf.php @@ -15,7 +15,7 @@ define('XZUID', $xzuid[0]); exec("/bin/bash -c './get_ipfs_node_id.sh'", $output); if (isset($output)) { - define('IPFS_NODE_ID', $output[0]); + define('IPFS_NODE_ID', $output[0]); } define('IPFS_API_PORT', 5001); @@ -41,9 +41,11 @@ default 120x 90 Large Preview define('YOUTUBE_THUMB', 'https://i.ytimg.com/vi/%s/mqdefault.jpg'); define ('MEDIAQR','https://'.$_SERVER['SERVER_NAME'].'/ipns/%s/QR.png'); + +// TODO : dynamic finding FRIENDS xzuid with "cat /home/$YOU/.zen/ipfs_swarm/.*/_xbian.zuid" $stations = [ - 'virgo', - 'onelove', - 'Rea-3E', - 'foot1060' + 'virgo', + 'onelove', + 'Rea-3E', + 'foot1060' ];