From 188a8eafd139f4cc15cf39584f9092e464a2fdf0 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 30 May 2026 17:53:29 +0300 Subject: init commit - heimdall running --- apps/heimdall/notes.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/heimdall/notes.txt (limited to 'apps/heimdall/notes.txt') diff --git a/apps/heimdall/notes.txt b/apps/heimdall/notes.txt new file mode 100644 index 0000000..76c832a --- /dev/null +++ b/apps/heimdall/notes.txt @@ -0,0 +1,2 @@ +Basic docker command: +sudo docker run --name=heimdall -d -v ./config:/config -e PGID=1000 -e PUID=1000 -p 8090:80 -p 8443:443 lscr.io/linuxserver/heimdall:latest -- cgit v1.2.3