From 14fa4ef078b679090770f4ddeb448510ceec18cd Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 19 Apr 2026 18:50:02 +0200 Subject: [PATCH] remove debugger configuration from apps.yaml and link dockerStart.sh to the source --- apps/apps.yaml | 9 +++++---- dockerStart.sh | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) create mode 120000 dockerStart.sh diff --git a/apps/apps.yaml b/apps/apps.yaml index d6963e3..363b294 100644 --- a/apps/apps.yaml +++ b/apps/apps.yaml @@ -1,7 +1,8 @@ -debugger: - module: debugger - class: Debugger - port: 5678 +# I now directly run AppDaemon with debugpy in DockerStart.sh. Not sure which is best +# debugger: +# module: debugger +# class: Debugger +# port: 5678 motion_tracker: module: motiontracker diff --git a/dockerStart.sh b/dockerStart.sh new file mode 120000 index 0000000..d2e8064 --- /dev/null +++ b/dockerStart.sh @@ -0,0 +1 @@ +/usr/src/app/dockerStart.sh \ No newline at end of file