feat: Adds webapps specs and insallation, also an uninstall-webapp script that will also remove any downloaded icons.

This commit is contained in:
2025-09-28 17:36:55 -04:00
parent d5ab230d3f
commit c6a0056ad6
12 changed files with 208 additions and 0 deletions

6
webapps/excalidraw.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "Excalidraw",
"url": "https://draw.housh.dev",
"icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/excalidraw.png"
}

6
webapps/gitea.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "Gitea",
"url": "https://git.housh.dev",
"icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/gitea.png"
}

6
webapps/github.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "Github",
"url": "https://github.com",
"icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png"
}

View File

@@ -0,0 +1,6 @@
{
"name": "HouseCall Pro",
"url": "https://pro.housecallpro.com/app/calendar_new",
"icon": "~/.local/share/applications/icons/housecallpro.png"
}

View File

@@ -0,0 +1,6 @@
{
"name": "Hyprland Wiki",
"url": "https://wiki.hypr.land",
"icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/hyprland.png"
}

6
webapps/immich.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "Immich",
"url": "https://photos.housh.dev",
"icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/immich.png"
}

6
webapps/oryx.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "Oryx",
"url": "https://configure.zsa.io/voyager/layouts/v9LLL/latest/0",
"icon": "~/.local/share/applications/icons/oryx.png"
}

6
webapps/unifi.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "Unifi",
"url": "https://unifi.ui.com",
"icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/unifi.png"
}

6
webapps/youtube.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "YouTube",
"url": "https://youtube.com",
"icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png"
}