<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=NextCloud_%2F_OwnCloud</id>
	<title>NextCloud / OwnCloud - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=NextCloud_%2F_OwnCloud"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=NextCloud_/_OwnCloud&amp;action=history"/>
	<updated>2026-05-06T11:31:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://entorb.net//wiki/index.php?title=NextCloud_/_OwnCloud&amp;diff=4944&amp;oldid=prev</id>
		<title>Torben at 21:00, 30 October 2024</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=NextCloud_/_OwnCloud&amp;diff=4944&amp;oldid=prev"/>
		<updated>2024-10-30T21:00:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Webserver]]&lt;br /&gt;
===Contacts Bug Workaround===&lt;br /&gt;
from [https://github.com/Uberspace/lab/pull/1287]&lt;br /&gt;
&lt;br /&gt;
When your instance is hanging when you open the contacts app you might be affected by [https://github.com/nextcloud/server/issues/33048 Nextcloud issue #33048]&lt;br /&gt;
&lt;br /&gt;
Workaround: .htaccess file inside nextcloud dir&lt;br /&gt;
 ErrorDocument 403 &amp;quot;Forbidden&amp;quot;&lt;br /&gt;
 ErrorDocument 404 &amp;quot;Not found&amp;quot;&lt;br /&gt;
&lt;br /&gt;
afterwards &lt;br /&gt;
 uberspace tools restart php&lt;br /&gt;
&lt;br /&gt;
===Syncing calendar and contacts===&lt;br /&gt;
====NextCloud URLs====&lt;br /&gt;
The NextCloud web frontend shows these URLs:&lt;br /&gt;
 Addressbook : https://host.de/nextcloud/remote.php/dav/addressbooks/users/&amp;lt;USER&amp;gt;/contacts/&lt;br /&gt;
 Calendar    : https://host.de/nextcloud/remote.php/dav/calendars/&amp;lt;USER&amp;gt;/&amp;lt;CalName&amp;gt;/&lt;br /&gt;
&lt;br /&gt;
====Android====&lt;br /&gt;
Use App [https://f-droid.org/en/packages/at.bitfire.davdroid/ DavDroid] from OpenSource App-store [https://f-droid.org F-Droid] to sync. See this [https://www.davdroid.com/tested-with/nextcloud/ howto].&lt;br /&gt;
 URL: https://host.de/nextcloud/remote.php/dav&lt;br /&gt;
 Settings&lt;br /&gt;
 CalDav: Past event time limit -&amp;gt; empty (=all events will be synchronized)&lt;br /&gt;
 CardDav: Contact group method -&amp;gt; per-contact categories (since NextCloud web App can only handle this.&lt;br /&gt;
&lt;br /&gt;
In order to be able to view and savely modify the contact categories replace the default contacts App by [https://play.google.com/store/apps/details?id=com.simplemobiletools.contacts Simple Mobile Tools&amp;#039; Contacts]&lt;br /&gt;
&lt;br /&gt;
====iOS: iPhone, iPad====&lt;br /&gt;
 Server: host.de&lt;br /&gt;
 URL   : https://host.de/nextcloud/remote.php/dav/principals/users/&amp;lt;USER&amp;gt;/&lt;br /&gt;
 Port  : 443&lt;br /&gt;
(for calendar and addressbook)&lt;br /&gt;
&lt;br /&gt;
====MacOSX====&lt;br /&gt;
same for contacts and calendar&lt;br /&gt;
 server : host.de&lt;br /&gt;
 path   : /nextcloud/remote.php/dav/principals/users/&amp;lt;USER&amp;gt;/&lt;br /&gt;
 port   : 443&lt;br /&gt;
 &lt;br /&gt;
 worked as well: /nextcloud/remote.php/dav/addressbooks/users/&amp;lt;USER&amp;gt;/contacts/&lt;br /&gt;
&lt;br /&gt;
For some reason I spend hours debugging, but suddenly it worked. Maybe you need to wait for quite some time for initial syncing to finish...&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Update&amp;#039;&amp;#039;&amp;#039;: Still there occured issues, {https://docs.nextcloud.com/server/13/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar here} I found the solution, which worked out of the box:&lt;br /&gt;
&lt;br /&gt;
In webserver root .htaccess add&lt;br /&gt;
 Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav&lt;br /&gt;
 Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav&lt;br /&gt;
&lt;br /&gt;
Than in MacOS Contacts remove the old entry and add a new carddav connection of Account Type: Automatic. Fill Email Address with user@server.com and add password, that&amp;#039;s all.&lt;br /&gt;
&lt;br /&gt;
Important to know: MacOS Contacts (as of MacOS version 10.14.1) does not allow for more than one addressbook per connection :-(&lt;br /&gt;
&lt;br /&gt;
====Thunderbird====&lt;br /&gt;
Use Calender URL, displayed by NextCloud web frontend (as shown above)&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>