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

Disable "running as root" warning in Jackett WebUI/Logs ()

Upstream checks if running under root and displays alert in both startup logs and WebUI. This environment variable disables that behavior.
pull/3044/head
Marco Cunha 1 year ago committed by GitHub
parent d468fc6c1f
commit 6b33fdd9f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,6 +39,7 @@ Type=simple
WorkingDirectory=/opt/Jackett
ExecStart=/bin/sh /opt/Jackett/jackett_launcher.sh
TimeoutStopSec=30
Environment="DisableRootWarning=true"
[Install]
WantedBy=multi-user.target
EOF

Loading…
Cancel
Save

Powered by BW's shoe-string budget.