Skip to content

Commit

Permalink
Merge branch 'dev' into dev-StS_Releasenotes-v9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStS authored Aug 23, 2024
2 parents 3b283cc + 3f163fa commit c83bb06
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
5 changes: 4 additions & 1 deletion docs/software/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,11 @@ vaultwarden is an unofficial Bitwarden password manager server with web interfac

=== "Update to latest version"

As vaultwarden is installed via APT, it can be update with the following commands:

```sh
dietpi-software reinstall 183
apt Update
apt install vaultwarden
```

***
Expand Down
44 changes: 41 additions & 3 deletions docs/software/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,23 @@ Also installs:

![DietPi-JustBoom menu screenshot](../assets/images/dietpi-software-media-dietpi-justboom.png){: width="400" height="269" loading="lazy"}

=== "View logs"

Logs can be viewed with the following command:

```sh
journalctl -u ympd
```

=== "Update"

As ympd is installed via APT, it can be update with the following commands:

```sh
apt update
apt install ympd
```

## myMPD

A lightweight, bare-bones, no frills HiFi music player with a web based interface. myMPD is a front end for MPD, and a recent fork of ympd.
Expand Down Expand Up @@ -552,10 +569,11 @@ Squeezelite is a software audio player/client for the [Logitech Media Server](#l

=== "Update"

Squeezelite can be updated to the current version with the following command:
As Squeezelite is installed via APT, it can be update with the following commands:

```sh
dietpi-software reinstall 36
apt Update
apt install squeezelite
```

***
Expand Down Expand Up @@ -632,6 +650,23 @@ Audio played by a Shairport Sync-powered device stays synchronised with the sour

If the choppy playback continues, the CPU most likely is insufficient for the processing required for Soxr. Then Soxr should be disabled.

=== "View logs"

Logs can be viewed with the following command:

```sh
journalctl -u shairport-sync
```

=== "Update"

As Shairport Sync is installed via APT, it can be update with the following commands:

```sh
apt Update
apt install shairport-sync
```

## ReadyMedia

Stream your shared media to any DLNA/UPnP capable device.
Expand Down Expand Up @@ -1349,8 +1384,11 @@ A DLNA audio render/endpoint. Allows you to stream and play music, from another

=== "Update to the latest version"

As GMediaRender is installed via APT, it can be update with the following commands:

```sh
dietpi-software reinstall 163
apt update
apt install gmediarender
```

## Ubooquity
Expand Down
2 changes: 1 addition & 1 deletion docs/software/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ _Source: [User:`Maklaan` - Based on a Docker blog post](https://commons.wikimedi

Official documentation: <https://docs.docker.com/get-started/overview/>
Configuration docs: <https://docs.docker.com/reference/cli/dockerd/#daemon-configuration-file>
Logging docs: <https://docs.docker.com/config/containers/logging/configure/>
Logging docs: <https://docs.docker.com/engine/logging/>
Wikipedia: <https://wikipedia.org/wiki/Docker_(software)>
Source code: <https://github.com/moby/moby>
License: [Apache-2.0](https://github.com/moby/moby/blob/master/LICENSE)
Expand Down

0 comments on commit c83bb06

Please sign in to comment.