Is there a way to categorize the apps or is it just one list? I feel I have to many of them to have just a list.
Comment on Landing page for all my services
boydster@sh.itjust.works 2 weeks ago
I’m super basic when it comes to dashboard. Spinning up a Heimdall docker container is so insanely easy and it lets me make nice looking links to all my services. Of all the things I’ve spent energy to try and learn to be better at, my dashboard has never been one and maybe it’s time to revisit… But man, it’s just a really quick compose file and one command and it’s there.
docs.linuxserver.io/images/docker-heimdall/#usage
`
services: heimdall: image: lscr.io/linuxserver/heimdall:latest container_name: heimdall environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /path/to/heimdall/config:/config ports: - 80:80 - 443:443 restart: unless-stopped `
jeena@piefed.jeena.net 2 weeks ago
boydster@sh.itjust.works 2 weeks ago
It’s buttons you click on, arranged in a grid. You can color them based on grouping. I know you can have some marked “bookmarked” and some that aren’t, and then you’ll only see the bookmarked tabs on your Dashboard’s main listing. I’m actually not sure if there are further ways to delve into grouping. I certainly never bothered. Basic, like I said, lol
golli@lemm.ee 2 weeks ago
That’s pretty much me aswell, besides that I didn’t even spend energy to try and learn others. Simple docker compose, simple ui and easy way to add services.
I am sure there are alternatives that allow for more elaborate setups and fancier things. But for the low effort I put into it, I got a page with some nice buttons with appropriate icons that scales to whatever screen size it’s displayed on. Only additional thing I did was enabled to show some basic info to see if e.g. SABnzbd is downloading something, which was also super easy.