From be9fd9adb8c4e3083ec525c74fa051e80f6536cb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 11:47:29 -0700 Subject: [PATCH] Add GitHub as default web app too --- install/webapps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/webapps.sh b/install/webapps.sh index bcada68..615f233 100644 --- a/install/webapps.sh +++ b/install/webapps.sh @@ -3,3 +3,4 @@ web2app "Google Photos" https://photos.google.com/ https://cdn.jsdelivr.net/gh/h web2app "Google Contacts" https://contacts.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-contacts.png web2app "ChatGPT" https://chatgpt.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/chatgpt.png web2app "Youtube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png +web2app "GitHub" https://github.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png