From 82714d95936ab2eca369d085bd257cfd78934247 Mon Sep 17 00:00:00 2001 From: dschlueter Date: Wed, 6 May 2026 00:49:35 +0200 Subject: [PATCH] docs: Setup-Status im README aktualisieren Alle initialen Setup-Schritte abgeschlossen: DNS, YunoHost, SSOwat-Bypass, SMTP, Owner-Account. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 827d5a6..bfee11f 100644 --- a/README.md +++ b/README.md @@ -131,11 +131,10 @@ Bei Voll-Exporten (`.zip` mit mehreren JSONs): entpacken, dann Verzeichnis über | nginx lokal | `/etc/nginx/sites-available/n8n` (Port 8088) | | YunoHost nginx | `/etc/nginx/conf.d/n8n.linix.de.conf` | -## To-do (manuell auf YunoHost) +## Setup-Status -- [ ] DNS: `n8n.linix.de` → `92.50.108.218` (A-Record beim DNS-Provider) -- [ ] YunoHost: Domain hinzufügen: `sudo yunohost domain add n8n.linix.de` -- [ ] YunoHost: Let's Encrypt: `sudo yunohost domain cert install n8n.linix.de` -- [ ] YunoHost: `docs/yunohost-nginx-n8n.conf` → `/etc/nginx/conf.d/n8n.linix.de.conf` kopieren, dann `sudo nginx -t && sudo systemctl reload nginx` -- [ ] SMTP-Credentials in `.env` eintragen (`SMTP_USER`, `SMTP_PASSWORD`) -- [ ] Ersten Owner-Account in n8n anlegen (https://n8n.linix.de beim ersten Aufruf) +- [x] DNS: `n8n.linix.de` → `92.50.108.218` +- [x] YunoHost: Domain + Let's Encrypt +- [x] YunoHost: `my_webapp` als SSOwat-Shim installiert, nginx-Proxy auf 192.168.179.124:8088 +- [x] SMTP-Credentials in `.env` eingetragen +- [x] Owner-Account angelegt