From 8cb5b7962d467eadf380ef655d416e666cbf4f54 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Fri, 13 Dec 2024 14:29:25 +0100 Subject: [PATCH] fix demo of bar assistant - ref: #1 - `https://bar.karlomikus.com/ : HTTPSConnectionPool(host='bar.karlomikus.com', port=443): Max retries exceeded with url: / (Caused by NameResolutionError(": Failed to resolve 'bar.karlomikus.com' ([Errno -2] Name or service not known)"))` - Demo was moved to a different domain - Added their new website as well --- software/bar-assistant.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/bar-assistant.yml b/software/bar-assistant.yml index 1f01bf60b4..2f0c6a2f74 100644 --- a/software/bar-assistant.yml +++ b/software/bar-assistant.yml @@ -1,5 +1,5 @@ name: Bar Assistant -website_url: https://github.com/karlomikus/bar-assistant +website_url: https://barassistant.app/ description: Bar assistant is a self hosted application for managing your home bar. It allows you to add your ingredients, search for cocktails and create custom cocktail recipes. licenses: - MIT @@ -9,7 +9,7 @@ platforms: tags: - Recipe Management source_code_url: https://github.com/karlomikus/bar-assistant -demo_url: https://bar.karlomikus.com/ +demo_url: https://demo.barassistant.app/ stargazers_count: 622 updated_at: '2024-12-11' archived: false