1
0
espelhamento de https://github.com/mail-in-a-box/mailinabox.git sincronizado 2026-03-15 17:37:22 +01:00

Update carddav url towards nextcloud

Esse commit está contido em:
kiekerjan
2021-03-20 16:54:41 +01:00
commit de GitHub
commit 1ba239a328

Ver Arquivo

@@ -145,7 +145,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
'name' => 'ownCloud',
'username' => '%u', // login username
'password' => '%p', // login password
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts',
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts',
'active' => true,
'readonly' => false,
'refresh_time' => '02:00:00',