3 次代码提交 1a9918e7af ... 7180702fb5

作者 SHA1 备注 提交日期
  Fabian Peter Hammerle 7180702fb5 config: manually load resource 'family' (delgation == true insufficient, apparently unsupported by radicale) 5 年之前
  Fabian Peter Hammerle 5b0d95cfa0 config: card dav server := dav.hammerle.me:5232 5 年之前
  Fabian Peter Hammerle 5f3434c67e config: disable settings account 5 年之前
共有 1 个文件被更改,包括 3 次插入6 次删除
  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;
 // port, ... (client installed into Davical "htdocs" subdirectory;
 // works "out of the box", no additional setup required):
 // works "out of the box", no additional setup required):
 var globalNetworkCheckSettings={
 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,
 	timeOut: 90000,
 	lockTimeOut: 10000,
 	lockTimeOut: 10000,
 	checkContentType: true,
 	checkContentType: true,
-	settingsAccount: true,
+	settingsAccount: false,
 	delegation: true,
 	delegation: true,
-	additionalResources: [],
+	additionalResources: ['family'],
 	hrefLabel: null,
 	hrefLabel: null,
 	forceReadOnly: null
 	forceReadOnly: null
 }
 }