-
Notifications
You must be signed in to change notification settings - Fork 173
Update README.md #624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update README.md #624
Conversation
Grundstruktur und Aktualisierung
Apollon77
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Danke!
Paar Kommentare anbei
docs/de/trouble/README.md
Outdated
| - SSH-Zugang für Wartungsarbeiten | ||
|
|
||
| **Warum die OS-Wahl wichtig ist:** | ||
| Eine falsche Betriebssystem-Wahl führt zu wiederkehrenden Problemen. Ubuntu-Zwischenversionen haben kurze Support-Zyklen und werden schnell obsolet[99]. Windows-Installationen sind möglich, aber nicht empfohlen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eckige Klammer text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
und vllt auch macos noch als "möglich aber nicht empfohlen" adden?
docs/de/trouble/README.md
Outdated
| curl -sL https://iobroker.net/fix.sh | bash - | ||
| ``` | ||
|
|
||
| **Was Sie NIEMALS tun sollten:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Sie" -> "man" :-)
| # Danach: Aus- und wieder einloggen | ||
|
|
||
| # Fixer-Script bei Rechteproblemen: | ||
| curl -sL https://iobroker.net/fix.sh | bash - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
am besten "iob fix" ... das curl nur fallback wenn anderes nicht geht
docs/de/trouble/README.md
Outdated
| ### 5. **Node.js aktuell halten** | ||
|
|
||
| **Kompatibilität verstehen:** | ||
| - **js-controller 7.x**: Node.js 18.x, 20.x, 22.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mach vllt 24.x dazu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
und node 18 eher schon mal wegnehmen. Ja es geht ist aber eol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/de/trouble/README.md
Outdated
| - Sicherheitsupdates schließen Lücken | ||
| - Neue Adapter benötigen moderne Node.js-Versionen | ||
| - Performance-Verbesserungen | ||
| - LTS-Versionen (18, 20, 22) sind stabil und langfristig unterstützt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auch 24 ist inzwischen LTS und 18 hier vllt raus weil eol
ergänzt und angepasst
sollte so final jetzt passen
Grundstruktur und Aktualisierung