From c1d121712aede40d62f1d39795d0aa9ddf90ef1a Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Tue, 2 Sep 2025 07:01:02 +0000 Subject: [PATCH] Add Listaway to Task Management (#1588) Co-authored-by: Rabenherz112 --- software/listaway.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/listaway.yml diff --git a/software/listaway.yml b/software/listaway.yml new file mode 100644 index 0000000000..1c0bda62a4 --- /dev/null +++ b/software/listaway.yml @@ -0,0 +1,10 @@ +name: "Listaway" +website_url: "https://github.com/jeffrpowell/listaway/" +source_code_url: "https://github.com/jeffrpowell/listaway" +description: "List management app for creating and publicly sharing lists of items. Supports auth, admin tools, item notes and priorities, and opt-in public read-only links with randomized URLs (alternative to Amazon Lists)." +licenses: + - MIT +platforms: + - Docker +tags: + - Task Management & To-do Lists \ No newline at end of file