You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Enhancements:
11
11
- DietPi-Software | Nextcloud Talk/Synapse/WireGuard: It is now possible to install these software options non-interactively, e.g. via automated first boot installs: "AUTO_SETUP_AUTOMATED=1" in dietpi.txt. For this, a new dietpi.txt setting "SOFTWARE_PUBLIC_DOMAIN_NAME" has been added to define the (planned) public domain name of the DietPi system, used as default for software options which require or benefit from it. For now, only these software options and dietpi-letsencrypt will make use of SOFTWARE_PUBLIC_DOMAIN_NAME for non-interactive setups, while installs from an interactive terminal will still show a dialogue to change the default.
12
12
- DietPi-Software | Synapse: In addition to SOFTWARE_PUBLIC_DOMAIN_NAME, for Synapse installations, the new "SOFTWARE_SYNAPSE_USERNAME" dietpi.txt option can be set to define the initial admin username on non-interactive installs, which defaults to "dietpi". Hence be sure to set this when using "AUTO_SETUP_AUTOMATED=1" and "AUTO_SETUP_INSTALL_SOFTWARE_ID=125".
13
13
- DietPi-Software | WireGuard: In addition to SOFTWARE_PUBLIC_DOMAIN_NAME, for WireGuard installations, the new "SOFTWARE_WIREGUARD_MODE" and "SOFTWARE_WIREGUARD_PORT" dietpi.txt options can be set to define whether WireGuard will shall be installed as server or client, and in case which UDP port it shall listen to. The defaults are server mode and port 51820.
14
+
- DietPi-Software | Portainer: Fresh installs and reinstalls will now enable HTTPS access on port 9442. Plain HTTP access via port 9002 remains possible for now, but will be probably disabled in the future. Let us know if you face any issues accessing Portainer via HTTPS, aside of the fact that you need to accept the self-signed certificate in browsers once.
14
15
15
16
Bug fixes:
16
17
- Raspberry Pi | Resolved issues due to conflicting APT packages for the Raspberry Pi OS desktop. The related packages are now prevented via APT pins on all Raspberry Pi systems, added as well with this DietPi update. This was previously done only on LXDE install, since its base packages from the RPi repo are highly customized for the RPi OS desktop. But e.g. related GTK packages with conflicting dependencies are pulled in by other desktop and GUI packages as well. Many thanks to @anijatsu and others for reporting related issues: https://github.com/MichaIng/DietPi/issues/6959
@@ -28,6 +29,7 @@ Bug fixes:
28
29
- DietPi-Software | Nukkit: Resolved an issue where a reinstall/update overwrote the config file. It is now never overwritten if present.
29
30
- DietPi-Software | Node.js: Resolved an issue where the installed Node.js on ARMv6 Bullseye systems was not functional, since it required a newer C++ ABI version than provided by Raspbian Bullseye.
30
31
- DietPi-Software | ADS-B Feeder: Resolved an issue on non-usr-merged Bullseye systems where the service startup failed due to explicit /usr/bin/bash usage.
32
+
- DietPi-Software | MicroK8s: Resolved an issue where the installation could have failed on Debian Bullseye and Bookworm, due to too old snapd. snapd is updated with its own snap in the process anyway, so we do this now before installing the actual MicroK8s snap, just changing the order of things to fix it.
31
33
32
34
As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/7678
0 commit comments