feat: Interaktives Installationsskript mit Mehrsprachigkeit, argparse und Logging#136
Merged
Schrolli91 merged 1 commit intoBOSWatch:developfrom Oct 21, 2025
Merged
Conversation
7053375 to
f3b3b93
Compare
2 tasks
f3b3b93 to
d146e51
Compare
Member
|
Steht auf meiner Todo Liste - muss ich mir mal in Ruhe durchlesen, alles. |
… und Logging - Neues CLI-Interface via argparse für flexible Steuerung - Unterstützt Dry-Run-Modus zur sicheren Vorschau - Sprachumschaltung via --lang (de/en) - Internationalisierung aller Ausgaben via `t()` und `TEXT`-Dict (Deutsch/Englisch) - Logging mit farbiger Terminalausgabe und Logdatei (log/install/) - YAML-Validierung und Service-Typ-Erkennung (client/server) - Interaktive Benutzerführung für (De)Installation von Services - Verbesserte Fehlerbehandlung und Nutzerabfragen mit Fallback - DOKU: - Install.md (Installation von BW3) ergänzt - Service.md (für Install as a Service-Skript) zweisprachig (Deutsch/Englisch) ergänzt - mkdocs um Seiten Install/Service/Usage.md ergänzt
d146e51 to
cd21f07
Compare
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.
t()undTEXT-Dict (Deutsch/Englisch)Würde #69 schließen.
Auf Basis der Idee von Install.sh von Boswatch1.
Das service_install.py ist im Main-Verzeichnis, da es nur eine Datei ist (kein Ordner für nur eine Datei). Das Log wird in log/install geschrieben (service_install.log).
So weit, Feuer frei für euren Input!