Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/050015872794e556cb03653d13cf7e9894a5319d?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -53,7 +53,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
mkdir -p /opt/stacks/immich
mkdir -p /opt/stacks/immich
wget -q -O /opt/stacks/immich/compose.yaml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
wget -q -O /opt/stacks/immich/compose.yaml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
wget -q -O /opt/stacks/immich/.env https://github.com/immich-app/immich/releases/latest/download/example.env
wget -q -O /opt/stacks/immich/.env https://github.com/immich-app/immich/releases/latest/download/example.env
wget -q -O /opt/stacks/immich/hwaccel.yml https://github.com/immich-app/immich/releases/latest/download/hwaccel.yml
# wget -q -O /opt/stacks/immich/hwaccel.m l.yml https://github.com/immich-app/immich/releases/latest/download/hwaccel.ml. yml
msg_ok "Added Immich compose.yaml"
msg_ok "Added Immich compose.yaml"
fi
fi