Rogs,
First off, thank you for this amazing setup. Second, it's been an extraordinary journey from casual MacOS user to a functional yams-docker setup on Debian 12. I have been stuck on the port forwarding instructions for about a week, and every rabbit hole I've followed hasn't panned out yet. I have received a syntax error for the script on line 23 after running the script:
/opt/yams/scripts/update-port.sh: line 23: syntax error near unexpected token ('
curl -s -i --header "Referer: http://${QBITTORRENT_SERVER}:${QBITTORRENT_PORT}" --cookie "$1" "http://${QBITTORRENT_SERVER}:${QBITTORRENT_PORT}/api/v2/app/preferences" | grep -oP '(?<=\"listen_port\"\:)(\d{1,5})''
/opt/yams/scripts/update-port.sh: line 23:
Running YAMS on Debian 12, on a separate drive than where my media saves to. YAMS is functioning after following your guide with protonvpn and all dockers running and working together.
Thank you