bugfix speech-to-text and implement avatar and personal greeting
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 53s

This commit is contained in:
2026-02-16 20:11:09 +01:00
parent 8f5bfa3cbc
commit 84cd052ded
8 changed files with 284 additions and 19 deletions

View File

@@ -10,7 +10,7 @@
server {
listen 80;
server_name fluentgerman.mydomain.io; # ← Replace with your subdomain
server_name fluentgerman.thiessen.io; # ← Replace with your subdomain
# Redirect HTTP → HTTPS (uncomment after certbot setup)
# return 301 https://$host$request_uri;