From 2306aed1131e29d8acaf9d9c016c650a2166cc42 Mon Sep 17 00:00:00 2001 From: lunax Date: Wed, 3 Apr 2024 19:30:15 +0200 Subject: [PATCH] Add tinyfilemanager (#634) Co-authored-by: nodiscc Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> --- software/tinyfilemanager.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/tinyfilemanager.yml diff --git a/software/tinyfilemanager.yml b/software/tinyfilemanager.yml new file mode 100644 index 0000000000..aad99d1902 --- /dev/null +++ b/software/tinyfilemanager.yml @@ -0,0 +1,12 @@ +# softwre name +name: "Tiny File Manager" +website_url: "https://tinyfilemanager.github.io" +source_code_url: "https://github.com/prasathmani/tinyfilemanager" +description: "Web based File Manager in PHP, simple, fast and small file manager with a single file." +licenses: + - GPL-3.0 +platforms: + - PHP +tags: + - File Transfer - Web-based File Managers +demo_url: "https://tinyfilemanager.github.io/demo/"