Last modified by XWikiGuest on 2026/03/11 21:04

From version 2.1
edited by XWikiGuest
on 2026/03/11 20:04
Change comment: There is no comment for this version
To version 3.1
edited by XWikiGuest
on 2026/03/11 20:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -96,9 +96,10 @@
96 96   var LINKDING_TAG = 'Nuclear-&-Energy';
97 97   var LINKDING_COUNT = 20;
98 98  
99 - var WEBDAV_BASE = 'https://cloud.rhebergen.org/remote.php/dav/files/jan_rhebergen/SingleFile-Archives/';
99 + var SHARE_TOKEN = 'eT2X9ttBHK5GoEY';
100 + var WEBDAV_BASE = 'https://cloud.rhebergen.org/public.php/webdav/';
100 100   var INDEX_URL = WEBDAV_BASE + 'index.json';
101 - var NC_AUTH = 'Basic amFuX3JoZWJlcmdlbjpAWnMzUUwkJmZ4TVE=';
102 + var NC_AUTH = 'Basic ' + btoa(SHARE_TOKEN + ':');
102 102  
103 103   var urlToFile = {}; // reverse map: URL -> filename
104 104   var archiveMap = {}; // button index -> filename