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 `

source
Sort:hotnewtop