Skip to content

Commit

Permalink
v8.18
Browse files Browse the repository at this point in the history
- CI | DietPi-Software: Disable Squeezelite service check since it exits if no audio device exists
  • Loading branch information
MichaIng committed May 31, 2023
1 parent 7639bb3 commit 8769e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Process_Software()
32) aSERVICES[i]='ympd' aTCP[i]='1337';;
33) (( $arch == 10 )) && aSERVICES[i]='airsonic' aTCP[i]='8080' aDELAY[i]=30;; # Fails in QEMU-emulated containers, probably due to missing device access
35) aSERVICES[i]='logitechmediaserver' aTCP[i]='9000';;
36) aSERVICES[i]='Squeezelite';; # Random high UDP port
#36) aSERVICES[i]='Squeezelite';; # Random high UDP port # Service exits if no audio device has been found, which does not exist on GitHub Actions runners, respectively within the containers
37) aSERVICES[i]='shairport-sync' aTCP[i]='5000';; # AirPlay 2 would be TCP port 7000
39) aSERVICES[i]='minidlna' aTCP[i]='8200';;
41) aSERVICES[i]='emby-server' aTCP[i]='8096';;
Expand Down

0 comments on commit 8769e0a

Please sign in to comment.