linuxserver / Heimdall

An Application dashboard and launcher
MIT License
7.77k stars 538 forks source link

Enhanced apps questions... #1237

Closed adm2k closed 11 months ago

adm2k commented 11 months ago

I am new to using Heimdall, nice tool! That being said, there are three apps I would like to see in the "enhanced category". Uptime Kuma, Network UPS Tools and maybe Proxmox Backup Server.

I do have some coding skills and would be happy to work on these. Can anyone provide me some guidance or links to a guide on how to approach this?

Also, are or can links to websites (like my CUPS print server) show any sort of "alive" indicator? For example, a green button if pinged and red if ping fails.

Here is screen shot of my current setup: image

Thanks in advance!

al...

ChrLau commented 11 months ago

Hi,

the Heimdall-Apps are maintained in a different Git-repository found here: https://github.com/linuxserver/Heimdall-Apps There you'll find the basic information to get you started in the wiki: https://github.com/linuxserver/Heimdall-Apps/wiki

I'm not sure which Laravel version is currently used by Heimdall, but you'll find the Framework documentation here: https://laravel.com/docs/

adm2k commented 11 months ago

Thank you for the response and directions, I will proceed from here.