Results 2867 comments of MichaIng

Bug in Deluge itself due to a change in recent Python versions (3.10/3.11 => Bookworm): https://github.com/jendrikseipp/rednotebook/issues/632 Reported and fixed on Debian: https://bugs.debian.org/1031593 Due to repo freeze that short before Bookworm...

I just realised that the fix came with Deluge v2.1.1 while Bookworm ships v2.0.3. Since there are usually no such package version updates done within a stable Debian release, I...

Good point. Let's add the hint + link to the input box.

Can you show the full error message, at best the full output of the script? There should be nothing stopping the network connection with the minimal image, but probably they...

We create images from scratch via `debootstrap`, so no pre-image is used. See our build script: https://github.com/MichaIng/DietPi/blob/master/.build/images/dietpi-build

> I mean you need to boot an image to create this image right?? You can create this on any Debian or Ubuntu host system. BUT: It does only work...

> Can't you create a one time only Image for the Orange Pi One ?? Not without implementing support for it into all related scripts. There are a lot of...

Did you login as non-root user? One issue with this banner info is that usually only root has access to the certificate directory `/etc/letsencrypt/live/`. We could show a different info...

Many thanks for your request. I remember we thought about this once already. This means that Subsonic clients can be used, right? We'd need to add those rewrites for all...

For Apache, there are `.htaccess` files in `/var/www/ampache/rest` and `/var/www/ampache/play` to enable those rewrites. But they seem to be disabled OOTB: ```sh mv /var/www/ampache/rest/.htaccess{-dist,} mv /var/www/ampache/play/.htaccess{-dist,} ``` The contained rules...