From 35068e5e72501695919a444047319def8bebabe3 Mon Sep 17 00:00:00 2001 From: Collin Pendleton Date: Thu, 2 May 2024 16:33:39 -0400 Subject: [PATCH] Add Pinepods (#673) Co-authored-by: Rabenherz112 --- software/pinepods.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/pinepods.yml diff --git a/software/pinepods.yml b/software/pinepods.yml new file mode 100644 index 0000000000..fbacda54ab --- /dev/null +++ b/software/pinepods.yml @@ -0,0 +1,11 @@ +name: "Pinepods" +website_url: "https://www.pinepods.online/" +source_code_url: "https://github.com/madeofpendletonwool/PinePods" +description: "A rust based podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device." +licenses: + - GPL-3.0 +platforms: + - Docker +tags: + - Media Streaming - Audio Streaming +demo_url: "https://try.pinepods.online"