Kalender in iCal

da die 14.0.2 das nun nach dem update auch moniert hat im admin-panel,
ich benutze openmandriva 3.0 als Server, hab ich das dann auch bei mir hinzugefügt
Und da ich das über google gefunden hab, knall ich die webapp-config gleich hier rein,
dann findet’s auch jeder … wenn ein Wiki existieren würde, würd’s ich dann im wiki posten.
beim mir funtzt das so… keine meldung mehr im Admin-panel
also hier da :

/etc/httpd/conf/webapps.d/nextcloud.conf

# nextcloud configuration
Alias /nextcloud /srv/nextcloud
<Directory /srv/nextcloud>
    DirectoryIndex index.html index.php
    AllowOverride All
    Options FollowSymlinks
    Require all granted
    Header always set Strict-Transport-Security "max-age=31556926; includeSubDomains; preload"
    Header always set Referrer-Policy "no-referrer"
</Directory>
    Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav
    Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav

Einen dank an Bernie_O :blush: :star::star::star::star::star: von 5

1 Like