write your nginxproxymanager to 33102 port in ~/.zen/♥Box file (ie https://out.domain.tld )

This commit is contained in:
fred 2023-05-30 18:46:26 +02:00
parent a12633262f
commit 9cad898388
1 changed files with 4 additions and 1 deletions

View File

@ -158,8 +158,8 @@ else
else
HNAME="http://$(hostname -I | awk '{print $1}' | head -n 1)"
fi
[[ $isBOX ]] && HNAME="http://$isBOX"
RNAME="$HNAME:33102"
[[ $isBOX ]] && RNAME="$isBOX"
## AVAILABLE STYLES : CREATING SELECT
sytle=($(find ${MY_PATH}/${IMAGES}/* -type d | sort | rev | cut -d '/' -f 1 | rev))
@ -383,6 +383,9 @@ Content-Disposition: attachment; filename='${FILE_NAME}'
fi
## EMPTY YESTERDAY TMP FILES
find ${MY_PATH}/tmp -mtime +1 -exec rm -Rf '{}' \;
done
#####################################################################
## loop ###############################################################TITLE="${file%.*}"