Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/95a762c38f322cfd1c1ef4778c08ced4670b24a6?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update paperless-ngx-install.sh

fix unbound variable
pull/1851/head
tteckster 2 years ago committed by GitHub
parent 51dc62aa74
commit 95a762c38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,6 +124,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
$STD apt install -y adminer $STD apt install -y adminer
$STD a2enconf adminer $STD a2enconf adminer
systemctl reload apache2 systemctl reload apache2
IP=$(hostname -I)
echo "" >>~/paperless.creds echo "" >>~/paperless.creds
echo "Adminer Interface" >>~/paperless.creds echo "Adminer Interface" >>~/paperless.creds
echo $IP/adminer/ >>~/paperless.creds echo $IP/adminer/ >>~/paperless.creds

Loading…
Cancel
Save

Powered by BW's shoe-string budget.