first changes to docker

This commit is contained in:
jt-chris
2026-04-10 02:25:36 +02:00
parent 1c94d0d810
commit 615cf26bdd
114 changed files with 65043 additions and 0 deletions

7
QPKG/shared/docker/getcfg.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
case "$1" in
"RoonServer") echo $ROONMNT_DIR
;;
"system") echo $QNAP_QTS_VER
;;
esac