From 9e97a152aec79e673b44bbd1e4c3cbf65dcdbe28 Mon Sep 17 00:00:00 2001 From: quietsy Date: Wed, 22 Jan 2025 20:43:08 +0200 Subject: [PATCH 1/2] Add categories to readme-vars.yml --- readme-vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readme-vars.yml b/readme-vars.yml index 94e2851..671b31f 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -6,6 +6,7 @@ project_url: "https://github.com/kgretzky/pwndrop" project_logo: "https://raw.githubusercontent.com/kgretzky/pwndrop/master/media/pwndrop-logo-512.png" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" +project_categories: "File Sharing" # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} From 1075c590120d4375513b5582bd1b3751597a44c3 Mon Sep 17 00:00:00 2001 From: quietsy Date: Wed, 22 Jan 2025 22:21:12 +0200 Subject: [PATCH 2/2] Update categories --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 671b31f..ab15839 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -6,7 +6,7 @@ project_url: "https://github.com/kgretzky/pwndrop" project_logo: "https://raw.githubusercontent.com/kgretzky/pwndrop/master/media/pwndrop-logo-512.png" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" -project_categories: "File Sharing" +project_categories: "File Sharing,Security" # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}