Security: Replace hardcoded passwords with placeholders

- Replace kawa:kawa123@100.64.0.1:4222 with NATS placeholders
- Replace initialPassword 'kawa2026' with <INITIAL_PASSWORD>
- Update README with password placeholders
- Add security notes for default credentials

Safe for public release.
This commit is contained in:
Debian
2026-03-17 02:00:37 +00:00
parent 68877a5b20
commit 46d9c852ab
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ import pyaudio
import pyttsx3 import pyttsx3
# Configuration # Configuration
NATS_SERVER = "ws://kawa:kawa123@100.64.0.1:4222" NATS_SERVER = "ws://<NATS_USER>:<NATS_PASSWORD>@<NATS_SERVER>"
OLLAMA_SERVER = "http://100.64.0.7:11434" OLLAMA_SERVER = "http://100.64.0.7:11434"
MODEL_PATH = os.path.expanduser("~/.local/share/vosk/vosk-model-fr") MODEL_PATH = os.path.expanduser("~/.local/share/vosk/vosk-model-fr")

View File

@@ -63,7 +63,7 @@
users.users.kawa = { users.users.kawa = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "tailscale" ]; extraGroups = [ "wheel" "networkmanager" "tailscale" ];
initialPassword = "kawa2026"; initialPassword = "<INITIAL_PASSWORD>";
}; };
# Firewall # Firewall