From 1d0e907631adef298ac1f0c2341aaeef25ef9643 Mon Sep 17 00:00:00 2001 From: clem9669 <18504086+clem9669@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:15:36 +0000 Subject: [PATCH] Update nextcloud-detect.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hey 👋 I have added another path to detect URL rewrite. URL rewrite is mentioned in the official documentation : https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#pretty-urls or https://help.nextcloud.com/t/removing-index-php-from-the-nextcloud-uri/13055 and so on. I just experienced the `/nextcloud/login`. Cheers 😄 --- technologies/nextcloud-detect.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/technologies/nextcloud-detect.yaml b/technologies/nextcloud-detect.yaml index f458ff5963..06e13fa604 100644 --- a/technologies/nextcloud-detect.yaml +++ b/technologies/nextcloud-detect.yaml @@ -18,6 +18,7 @@ requests: path: - '{{BaseURL}}' - '{{BaseURL}}/login' + - '{{BaseURL}}/nextcloud/login' - '{{BaseURL}}/nextcloud/index.php/login' stop-at-first-match: true