From 255dd954220d65e4bd7d099a74c1f9c97ffe6569 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sun, 1 Feb 2026 11:57:10 +0100 Subject: [PATCH] Add Fredy project configuration file (#1862) Co-authored-by: Rabenherz112 --- software/fredy.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/fredy.yml diff --git a/software/fredy.yml b/software/fredy.yml new file mode 100644 index 0000000000..6b7ccec1d5 --- /dev/null +++ b/software/fredy.yml @@ -0,0 +1,13 @@ +name: "Fredy" +website_url: "https://fredy.orange-coding.net/" +source_code_url: "https://github.com/orangecoding/fredy" +description: "Searches for new apartments, houses, and flats in Germany on platforms like ImmoScout24, Immowelt, and others, and instantly delivers the results to you via Slack, Telegram, and more." +licenses: + - Apache-2.0 +platforms: + - Nodejs + - Docker +depends_3rdparty: true +tags: + - Automation +demo_url: "https://fredy-demo.orange-coding.net"