NAS-121454 / 23.10 / Add nginx-proxy-manager to community train (#1117)

* Add nginx-proxy-manager (initial commit)

* Update questions and readme

* Add a note/fixme

* remove host network
This commit is contained in:
Stavros Kois
2023-04-20 01:26:20 +03:00
committed by GitHub
parent a3dd3f460b
commit 37b070fe7a
16 changed files with 449 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ YQ_PATH="/tmp/yq"
BASE_PATH="library/ix-dev"
if [[ ! -f "$YQ_PATH" ]]; then
wget "https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}" -O "$YQ_PATH" && \
wget -q "https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}" -O "$YQ_PATH" && \
chmod +x "$YQ_PATH"
fi