From 5d052034577db1f6f565ad303b781b5fd322e38a Mon Sep 17 00:00:00 2001 From: zino Date: Thu, 6 Jun 2024 19:21:49 +0200 Subject: [PATCH] m --- .gitignore | 3 ++- volumes/html/registry.zinomedia.de/.gitkeep | 0 volumes/html/registry.zinomedia.de/.htpasswd | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 volumes/html/registry.zinomedia.de/.gitkeep create mode 100644 volumes/html/registry.zinomedia.de/.htpasswd diff --git a/.gitignore b/.gitignore index bf6a936..7d07f2d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ volumes/html/* !volumes/html/dl.zinomedia.de !volumes/html/pkrstarsbot.zinomedia.de !volumes/logs/ +!volumes/html/registry.zinomedia.de # Ignore contents of these directories volumes/html/dl.zinomedia.de/* @@ -12,4 +13,4 @@ volumes/html/pkrstarsbot.zinomedia.de/* volumes/logs/* # Do not ignore a special file name -!.gitkeep \ No newline at end of file +!.gitkeep diff --git a/volumes/html/registry.zinomedia.de/.gitkeep b/volumes/html/registry.zinomedia.de/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/volumes/html/registry.zinomedia.de/.htpasswd b/volumes/html/registry.zinomedia.de/.htpasswd new file mode 100644 index 0000000..ba5e772 --- /dev/null +++ b/volumes/html/registry.zinomedia.de/.htpasswd @@ -0,0 +1 @@ +zino:$apr1$XBzEVqBi$9SNhwAwBS2PJ47coYKoRH/ \ No newline at end of file