last fixes + json

This commit is contained in:
GoldenSpring 2026-01-21 14:44:16 +03:00
parent 725ea94087
commit cbf9c2567d
No known key found for this signature in database
GPG Key ID: 75701174BCB6A808
2 changed files with 14 additions and 2 deletions

View File

@ -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}"

View File

@ -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"
}
]
} }