Open
Conversation
Grundstruktur und Aktualisierung
Apollon77
reviewed
Oct 12, 2025
Collaborator
Apollon77
left a comment
There was a problem hiding this comment.
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. |
Collaborator
There was a problem hiding this comment.
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:** |
| # Danach: Aus- und wieder einloggen | ||
|
|
||
| # Fixer-Script bei Rechteproblemen: | ||
| curl -sL https://iobroker.net/fix.sh | bash - |
Collaborator
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
und node 18 eher schon mal wegnehmen. Ja es geht ist aber eol
Contributor
Author
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 |
Collaborator
There was a problem hiding this comment.
auch 24 ist inzwischen LTS und 18 hier vllt raus weil eol
ergänzt und angepasst
sollte so final jetzt passen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Grundstruktur und Aktualisierung