mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
62 lines
2.2 KiB
Bash
Executable File
62 lines
2.2 KiB
Bash
Executable File
#!/bin/zsh
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Excalidraw" \
|
|
--url "https://draw.housh.dev" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/excalidraw.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Gitea" \
|
|
--url "https://git.housh.dev" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/gitea.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "GitHub" \
|
|
--url "https://github.com" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "HouseCall Pro" \
|
|
--url "https://pro.housecallpro.com" \
|
|
--icon "~/.dotfiles/assets/icons/housecallpro.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Hyprland Wiki" \
|
|
--url "https://https://wiki.hypr.land" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/hyprland.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Immich" \
|
|
--url "https://photos.housh.dev" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/immich.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Oryx" \
|
|
--url "https://configure.zsa.io/voyager/layouts/v9LLL/latest/0" \
|
|
--icon "~/.dotfiles/assets/icons/oryx.png"
|
|
#
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Proton Mail" \
|
|
--url "https://mail.proton.me" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/proton-mail.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Proton Pass" \
|
|
--url "https://pass.proton.me" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/proton-pass.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Unifi Drive" \
|
|
--url "https://192.168.10.105/drive/dashboard" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/unifi-drive.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "Unifi" \
|
|
--url "https://unifi.ui.com" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/unifi.png"
|
|
|
|
source ~/.dotfiles/scripts/arch/install-webapp \
|
|
--name "YouTube" \
|
|
--url "https://youtube.com" \
|
|
--icon "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png"
|