last fixes + json
This commit is contained in:
parent
725ea94087
commit
cbf9c2567d
@ -35,7 +35,9 @@ function update_script() {
|
|||||||
msg_ok "Stopped sonobarr"
|
msg_ok "Stopped sonobarr"
|
||||||
|
|
||||||
msg_info "Updating sonobarr"
|
msg_info "Updating sonobarr"
|
||||||
|
cp "/opt/sonobarr/.env" "/opt/.sonobarr-env"
|
||||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball"
|
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball"
|
||||||
|
cp "/opt/.sonobarr-env" "/opt/sonobarr/.env"
|
||||||
msg_ok "Updated sonobarr"
|
msg_ok "Updated sonobarr"
|
||||||
|
|
||||||
msg_info "Starting sonobarr"
|
msg_info "Starting sonobarr"
|
||||||
@ -50,6 +52,6 @@ build_container
|
|||||||
description
|
description
|
||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${CREATING}${GN}rustypaste setup has been successfully initialized!${CL}"
|
echo -e "${CREATING}${GN}sonobarr setup has been successfully initialized!${CL}"
|
||||||
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
|
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
|
||||||
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:5000${CL}"
|
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:5000${CL}"
|
||||||
|
|||||||
@ -31,5 +31,15 @@
|
|||||||
"username": null,
|
"username": null,
|
||||||
"password": null
|
"password": null
|
||||||
},
|
},
|
||||||
"notes": []
|
"notes": [
|
||||||
|
{
|
||||||
|
"text": "secret_key in env is randomly generated at installation, feel free to change it",
|
||||||
|
"type": "info"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Change the default admin credentials",
|
||||||
|
"type": "info"
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user