From 307a19a2e88780aaf1e49ba05dc8794231b55e2e Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 17 Dec 2020 13:59:44 +0100 Subject: [PATCH] Now IPFS links are served through nginx (astrxbian.conf) --- .../addons/plugin.video.vstream/resources/sites/astroport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py b/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py index 2cfae6f..b161a32 100644 --- a/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py +++ b/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py @@ -16,7 +16,7 @@ SITE_IDENTIFIER = 'astroport' SITE_NAME = 'ASTROPORT _PROFIL_ (_LOGIN_) (_MDP_)' SITE_DESC = 'Partage ~/astroport/films (animes, series) avec ses amis https://gchnange.fr (https://cesium.app ) via IPFS' -URL_MAIN = 'http://127.0.0.1:8181/ipns/_IPNSKEY_/xbian/' +URL_MAIN = 'http://localhost:10021/' KEY_PASTE_ID = 'PASTE_ID' SETTING_PASTE_ID = 'pastebin_id_'