-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Beta v6.23.2 #2774
Merged
Beta v6.23.2 #2774
Conversation
This file contains 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
+ DietPi-Software | SABnzbd: Install build tools on ARM only + DietPi-Software | HTPC Manager: Install Python pip via pre-req system + DietPi-Software | OctoPrint: Python pip/dev is installed via pre-req system already + DietPi-Software | Minor coding and alignment: "# Comment with space" / "#commented command without space"
+ DietPi-Software | Jackett: Add "--NoRestart" option to solve failing service restart after update + DietPi-Software | Jackett: Service sandboxing according to official docs + DietPi-Software | Enhance run user creation: Use "usermod" in case of reinstall and set run users home dir to software install dir which makes "WorkingDirectory" and "Environment=USER=... HOME=..." in systemd units obsolete. + DietPi-Software | Minor coding and alignment
+ DietPi-Software | Jackett: Use new (v0.11+) standalone version on non-ARMv6 devices. "PrivateTmp=true" required to allow access to (then isolated) /tmp in combination with "ProtectSystem=strict". + DietPi-Software | Jackett: On Jessie systemd "ProtectSystem=strict" and "ReadWritePaths" is not supported, use "ProtectSystem=full" instead which allows /opt/jackett access already. + DietPi-Patch | Reinstall Jackett to apply service fix (for using internal updater) and install new standalone binary on non-ARMv6 devices + DietPi-Software | LibSSL1.0.0: Skip whole install loop in Jessie to avoid misleading output and install mark + DietPi-Software | LibSSL1.0.0: Requires "multiarch-support" which is usually pre-installed, but was not on my Buster VM
No need to hurry with this, I just want to get an overview 😉. |
+ DietPi-Morsecode | Fix console output mode: "printf '\ec'" does not fill the console with the defined background colour. "clear" does this on some terminals, but e.g. not through PuTTY. The echo/printf codes "\e[H" "\eJ" navigate to start and end of screen, filling everything with the defined background colour reliably. + DietPi-Morsecode | Minor coding and alignment
+ DietPi-Software | Blynk Server: Resolve an issue where logging does not work as the service tries to create logging directory in root + DietPi-Software | Blynk Server: Enable Buster support by installing the Java 11 binary. Otherwise select the Java 8 binary explicitly, which was done already since the Java 8 binary is the first match from the GitHub API page. + DietPi-Software | Blynk Server: Log to /var/log/blynk by default + DietPi-Software | OpenBazaar: Install latest Golang Go v11 + DietPi-Software | Reinstalls: Adjust last run user creations to use "usermod" if user already exists + DietPi-Software | Coding: Finish "software_id=<ID> # <NAME>" line reduction, comments+alignment consistency and some minor tweaks
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.
Beta v6.23.2
(11/05/19)
Changes / Improvements / Optimisations (since v6.23.1)
Bug Fixes (since v6.23.1)