pub / yt2html

Fetches Youtube content via RSS and provides a chronological timeline
git clone https://src.jayvii.de/pub/yt2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit 9aa24d2ee8a4b24547f8dc6d69e35b239e5da7b3
parent fe3af96391a94053867f89f5a1e015f1ccb62e24
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Tue, 21 May 2024 22:02:55 +0200

Require valid user

Diffstat:
M.htaccess | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess @@ -21,4 +21,4 @@ RedirectMatch 404 ^/url.csv$ AuthType Basic AuthName "Private Area! You need a password to access this." AuthUserFile /etc/apache2/.htpassword -Require valid-user -\ No newline at end of file +Require valid-user