From 0d69dd3b6151fe9fdb8d864d954ae7e2c5ead132 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sat, 14 Dec 2024 11:59:29 +0100 Subject: [PATCH] fix demo of bar assistant (#1009) - 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 Co-authored-by: nodiscc --- 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 212c1b9720..f2934a1cd4 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: 624 updated_at: '2024-12-11' archived: false