3 Commits 1a9918e7af ... 7180702fb5

Author SHA1 Message Date
  Fabian Peter Hammerle 7180702fb5 config: manually load resource 'family' (delgation == true insufficient, apparently unsupported by radicale) 4 years ago
  Fabian Peter Hammerle 5b0d95cfa0 config: card dav server := dav.hammerle.me:5232 4 years ago
  Fabian Peter Hammerle 5f3434c67e config: disable settings account 4 years ago
1 changed files with 3 additions and 6 deletions
  1. 3 6
      config.js

+ 3 - 6
config.js

@@ -284,16 +284,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 // port, ... (client installed into Davical "htdocs" subdirectory;
 // works "out of the box", no additional setup required):
 var globalNetworkCheckSettings={
-	href: location.protocol+'//'+location.hostname+
-		(location.port ? ':'+location.port: '')+
-		location.pathname.replace(RegExp('/+[^/]+/*(index\.html)?$'),'')+
-		'/caldav.php/',
+	href: 'https://dav.hammerle.me:5232/',
 	timeOut: 90000,
 	lockTimeOut: 10000,
 	checkContentType: true,
-	settingsAccount: true,
+	settingsAccount: false,
 	delegation: true,
-	additionalResources: [],
+	additionalResources: ['family'],
 	hrefLabel: null,
 	forceReadOnly: null
 }