Skip to content

Commit

Permalink
v8.23
Browse files Browse the repository at this point in the history
- CI | DietPI-Software: Complement port tests based on info form our docs
  • Loading branch information
MichaIng committed Sep 25, 2023
1 parent 3090ab6 commit 6a8dfb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Process_Software()
41) aSERVICES[i]='emby-server' aTCP[i]='8096';;
42) aSERVICES[i]='plexmediaserver' aTCP[i]='32400';;
43) aSERVICES[i]='mumble-server' aTCP[i]='64738';;
44) aSERVICES[i]='transmission-daemon' aTCP[i]='9091';;
44) aSERVICES[i]='transmission-daemon' aTCP[i]='9091 51413' aUDP[i]='51413';;
45) aSERVICES[i]='deluged deluge-web' aTCP[i]='8112 58846 6882';;
46) aSERVICES[i]='qbittorrent' aTCP[i]='1340 6881';;
49) aSERVICES[i]='gogs' aTCP[i]='3000';;
Expand Down Expand Up @@ -131,8 +131,8 @@ Process_Software()
94) aSERVICES[i]='proftpd' aTCP[i]='21';;
95) aSERVICES[i]='vsftpd' aTCP[i]='21';;
96) aSERVICES[i]='smbd' aTCP[i]='139 445';;
97) aCOMMANDS[i]='openvpn --version';; # aSERVICES[i]='openvpn' aUDP[i]='1194' GitHub Action runners to not support the TUN module
98) aSERVICES[i]='haproxy' aTCP[i]='80';;
97) aCOMMANDS[i]='openvpn --version';; # aSERVICES[i]='openvpn' aUDP[i]='1194' GitHub Action runners do not support the TUN module
98) aSERVICES[i]='haproxy' aTCP[i]='80 1338';;
99) aSERVICES[i]='node_exporter' aTCP[i]='9100';;
#100) (( $arch < 3 )) && aCOMMANDS[i]='/usr/bin/pijuice_cli32 -V' || aCOMMANDS[i]='/usr/bin/pijuice_cli64 -V' aSERVICES[i]='pijuice' aTCP[i]='????' Service does not start without I2C device, not present in container and CLI command always puts you in interactive console
104) aSERVICES[i]='dropbear' aTCP[i]='22';;
Expand Down Expand Up @@ -196,7 +196,7 @@ Process_Software()
178) aSERVICES[i]='jellyfin' aTCP[i]='8097'; [[ $arch == [23] ]] && aDELAY[i]=300;; # jellyfin[9983]: arm-binfmt-P: ../../target/arm/translate.c:9659: thumb_tr_translate_insn: Assertion `(dc->base.pc_next & 1) == 0' failed. ### jellyfin[9983]: qemu: uncaught target signal 6 (Aborted) - core dumped ### about 5 times
179) aSERVICES[i]='komga' aTCP[i]='2037'; (( $arch == 10 )) && aDELAY[i]=30; (( $arch < 10 )) && aDELAY[i]=300;;
180) aSERVICES[i]='bazarr' aTCP[i]='6767'; (( $arch == 10 )) && aDELAY[i]=30; (( $arch < 10 )) && aDELAY[i]=90;;
181) aSERVICES[i]='papermc' aTCP[i]='25565';;
181) aSERVICES[i]='papermc' aTCP[i]='25565 25575';;
182) aSERVICES[i]='unbound' aUDP[i]='53'; [[ ${aSERVICES[126]} ]] && aUDP[i]+=' 5335';; # Uses port 5335 if Pi-hole or AdGuard Home is installed, but those do listen on port 53 instead
183) aSERVICES[i]='vaultwarden' aTCP[i]='8001'; (( $arch < 10 )) && aDELAY[i]=20;;
184) aSERVICES[i]='tor';; # aTCP[i]='443 9051' Interactive install with ports depending on choice and relay type
Expand Down

0 comments on commit 6a8dfb9

Please sign in to comment.