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

Update wikijs.sh

Fix backup directory path
fixes https://github.com/tteck/Proxmox/issues/1760
pull/1851/head
tteckster 2 years ago committed by GitHub
parent 421ba29201
commit 966c08a061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,7 @@ systemctl stop wikijs
msg_ok "Stopped ${APP}"
msg_info "Backing up Data"
mkdir -p data-backup
mkdir -p ~/data-backup
cp -R /opt/wikijs/{db.sqlite,config.yml,/data} ~/data-backup
msg_ok "Backed up Data"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.