Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2025 22:00:56 GMT
From:      =?utf-8?Q?Jes=C3=BAs?= Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2778526d151f - main - www/authelia: Fix broken WWW
Message-ID:  <202506222200.55MM0uOj071849@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dtxdf:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2778526d151fa8167e577167618f773a88f14108

commit 2778526d151fa8167e577167618f773a88f14108
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-06-22 21:58:02 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-06-22 21:58:02 +0000

    www/authelia: Fix broken WWW
    
    Current WWW returns 404 not found error.
    
    PR:             287388
    Approved by:    acm (mentor)
    Approved by:    yuri (implicit)
---
 www/authelia/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/authelia/Makefile b/www/authelia/Makefile
index 728ad37775c8..f7138fa0cd90 100644
--- a/www/authelia/Makefile
+++ b/www/authelia/Makefile
@@ -8,7 +8,7 @@ DISTFILES=	authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html #
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Single sign-on multi-factor portal for web apps
-WWW=		https://www.authelia.com/docs/
+WWW=		https://www.authelia.com/
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506222200.55MM0uOj071849>