From 203da50e1dbac8a48efb7f0c6430bfc5449b7b8f Mon Sep 17 00:00:00 2001 From: rene Date: Wed, 10 Jun 2026 20:58:31 +0200 Subject: [PATCH] =?UTF-8?q?make=20dev:=20--host=20per=20HOST-Variable=20?= =?UTF-8?q?=C3=BCberschreibbar=20(Default=20127.0.0.1)=20=E2=80=94=20HOST?= =?UTF-8?q?=3D0.0.0.0=20make=20dev=20macht=20das=20Dev-Backend=20im=20LAN?= =?UTF-8?q?=20erreichbar=20f=C3=BCr=20iPhone-Tests=20der=20iOS-App?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ff38c1..7fc461a 100644 --- a/Makefile +++ b/Makefile @@ -298,7 +298,7 @@ dev: DB_PATH=./dev.db \ MEDIA_DIR=$${MEDIA_DIR:-/tmp/banyaro-media} \ BREEDER_DOCS_DIR=$${BREEDER_DOCS_DIR:-/tmp/banyaro-breeder} \ - uvicorn main:app --reload --port 8001 + uvicorn main:app --reload --port 8001 --host $${HOST:-127.0.0.1} # ---------------------------------------------------------- # REPORTS — Quartalsberichte generieren und committen