chore: Pfade auf ~/my_voice_assistant_v3 umstellen (Repo-Umzug v2 -> v3)
systemd-Unit-Vorlage + Doku-Pfade auf den neuen flachen Pfad angepasst. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
303372f0b9
commit
789e3510fc
3 changed files with 4 additions and 4 deletions
|
|
@ -135,7 +135,7 @@ pip install -e .[local] # installiert faster-whisper + piper-tts
|
||||||
### 2.2 Installation
|
### 2.2 Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd voice-assistant-scaffold
|
cd my_voice_assistant_v3
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
|
|
|
||||||
|
|
@ -261,7 +261,7 @@ Verschlüsselung at-rest/in-transit, Löschkonzept, Einwilligung — „privacy
|
||||||
## 10. Verzeichnisstruktur (Ist)
|
## 10. Verzeichnisstruktur (Ist)
|
||||||
|
|
||||||
```text
|
```text
|
||||||
voice-assistant-scaffold/
|
my_voice_assistant_v3/
|
||||||
├── app/
|
├── app/
|
||||||
│ ├── main.py # FastAPI-App + Router-Registrierung
|
│ ├── main.py # FastAPI-App + Router-Registrierung
|
||||||
│ ├── config.py # Settings, TOML-Profile, Präzedenz
|
│ ├── config.py # Settings, TOML-Profile, Präzedenz
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@ After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/home/dschlueter/my_voice_assistant_v2/voice-assistant-scaffold
|
WorkingDirectory=/home/dschlueter/my_voice_assistant_v3
|
||||||
ExecStart=/home/dschlueter/my_voice_assistant_v2/voice-assistant-scaffold/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8003
|
ExecStart=/home/dschlueter/my_voice_assistant_v3/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8003
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue