Duplicati password now saved to dashboard in v1.6.108
Posted by tomspark
Fixed a credential-handling bug where SparkBox generated a Duplicati admin password at install but never stored it where the dashboard could retrieve it. This left users seeing a password prompt with no way to find the credentials. v1.6.108 captures the password during install and surfaces it in the Backups tile — same place you'd look for any other service credential. The fix has three parts: - install.sh now writes the generated password to state/duplicati-admin-password.txt - dashboard/server.js knows to look there when you click the credentials icon - sparkbox up on v1.6.108+ will backfill the state file for any install that was missing it (idempotent, won't overwrite existing files) If you're on v1.6.107 or earlier and need your password right now, run sudo grep '^DUPLICATIPASSWORD=' /opt/sparkbox/.env | cut -d= -f2-. That value is both your admin password and your backup encryption key — save it somewhere durable. Head to your Updates tab in the dashboard to pull v1.6.108. If you hit any issues, post here in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.