Websites, VPS Setup und Deployments, die stabil laufen.
Ich baue und betreibe Web Projekte auf deinem VPS: Setup, Nginx, SSL, Deployments, Monitoring und Wartung. Metin2 Systeme laufen nebenbei als separater Bereich.
Landingpages, Unternehmensseiten, kleine Web Apps. Fokus: schnell live, sauber wartbar.
Ubuntu oder Debian, Users, Firewall, SSH, Nginx Reverse Proxy, SSL, Backups.
Deployments für Node oder Docker, Logs, Monitoring, Updates. Optional Wartungspaket.
- DNS Setup, Nginx, TLS, Redirects
- Build und Deploy Pipeline
- Logs, Monitoring, Backups
- C++ Server Source, DB Migrations, Client UI
- Performance und Stabilität, saubere Hooks
- Dokumentation und reproduzierbarer Build
- Source code + assets
- DB migration script
- Admin UI + config
- Source code + assets
- DB schema + indexes
- Search + price compare
- Source code
- Instance templates
- Matchmaking logic
Kurze Anfrage, Ziel und Rahmen. Danach bekommst du ein klares Vorgehen und Aufwand.
VPS, Nginx, SSL, Deploy Pipeline, Logs. Danach läuft es reproduzierbar.
Monitoring, Backups, Updates. Optional monatliche Wartung statt Firefighting.
- Websites und Web Apps (Next.js, klassische Stacks)
- VPS Setup, Nginx Reverse Proxy, SSL
- Deployments, Build Fixes, CI und Rollback
- Monitoring, Logging, Backups, Hardening Basics
- Saubere Doku und Übergabe
server {
listen 443 ssl;
server_name example.com;
location / {
proxy_pass http://127.0.0.1:3000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
}
Wenn du schon eine Domain und einen VPS hast: schick mir Zugang, Stack und Ziel. Ich setze Setup und Deploy auf und du kannst danach selbst weiterarbeiten oder Wartung buchen.
Was bietest du konkret an?
Websites, VPS Setup und Deployments inklusive Nginx, SSL und sauberer Übergabe. Metin2 Systeme sind ein separater Bereich.
Wie läuft die Zusammenarbeit ab?
Kurzes Briefing, dann Setup und Umsetzung. Du bekommst Doku und Zugriff. Wartung optional als Paket.
Kann das Kontaktformular wirklich E Mails senden?
Ja, wenn du im Deployment RESEND oder SMTP korrekt setzt. Ohne Mail Konfiguration wird die Anfrage trotzdem angenommen, aber es wird nichts versendet.