diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index ddfb2e0890a..9dae10bf76a 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -72,8 +72,8 @@ jobs: - catalog-test - charts-test - charts-lint - - print_head_msg - if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'update container image' ) }} + - print_head_msg + if: ${{ contains( needs.print_head_msg.outputs.head-commit-message, 'update container image' ) }} name: Automerge and Approve build runs-on: ubuntu-latest steps: diff --git a/charts/incubator/nitter/questions.yaml b/charts/incubator/nitter/questions.yaml index 07f48986256..eb21468364f 100644 --- a/charts/incubator/nitter/questions.yaml +++ b/charts/incubator/nitter/questions.yaml @@ -244,4 +244,4 @@ questions: # Include{codeserver} # Include{netshoot} # Include{vpn} -# Include{documentation} \ No newline at end of file +# Include{documentation} diff --git a/charts/stable/qbittorrent/docs/port-forwarding.md b/charts/stable/qbittorrent/docs/port-forwarding.md index 9df0df07c75..2ec668d206d 100644 --- a/charts/stable/qbittorrent/docs/port-forwarding.md +++ b/charts/stable/qbittorrent/docs/port-forwarding.md @@ -1,13 +1,13 @@ -# Automatic Gluetun Port Forwarding - -qBittorrent can be configured to automatically utilize the VPN forward port when used with Gluetun. - -:::danger GLUETUN PORT FORWARDING REQUIRED - -qBittorrent will fail to start if Gluetun is not configured for use with port forwarding enabled. - -::: - -To enable automatic port forwarding check the box `Gluetun Port Forwarding` in the qBittorrent App Configuration section. - -You are required to provide the qBittorrent WebUI username and password. Because of this requirement you *CANNOT* enable this feature until you have completed the installation of qBittorrent and configured the WebUI username and password in the qBittorrent settings first. +# Automatic Gluetun Port Forwarding + +qBittorrent can be configured to automatically utilize the VPN forward port when used with Gluetun. + +:::danger GLUETUN PORT FORWARDING REQUIRED + +qBittorrent will fail to start if Gluetun is not configured for use with port forwarding enabled. + +::: + +To enable automatic port forwarding check the box `Gluetun Port Forwarding` in the qBittorrent App Configuration section. + +You are required to provide the qBittorrent WebUI username and password. Because of this requirement you _CANNOT_ enable this feature until you have completed the installation of qBittorrent and configured the WebUI username and password in the qBittorrent settings first. diff --git a/charts/stable/redmine/docs/custom-theme.md b/charts/stable/redmine/docs/custom-theme.md index 731bf573a12..97f9dd0d5b0 100644 --- a/charts/stable/redmine/docs/custom-theme.md +++ b/charts/stable/redmine/docs/custom-theme.md @@ -64,6 +64,7 @@ So I'm downloading the theme from https://github.com/mrliptontea/PurpleMine2 And Unzip it to my SMB share folder. Now in TrueNas shell I use + ``` sudo mc ``` @@ -91,7 +92,7 @@ Chage the owner of the files with the following command ``` sudo chown -R root:apps PurpleMine2-master -sudo chmod -R 775 PurpleMine2-master +sudo chmod -R 775 PurpleMine2-master ``` Repeat this commands for every theme folder you copied. And double check that owner have been changed and the permissions applied diff --git a/tools/cleanup.sh b/tools/cleanup.sh old mode 100644 new mode 100755 index e61ed85c050..8630fcd3673 --- a/tools/cleanup.sh +++ b/tools/cleanup.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env sh tag=$1 tag=$(echo $tag | sed "s/@.*//g") # Strip everything after '@' (e.g., "v1.2.3@sha256:abc123" -> "v1.2.3")