v1.2.3
Added
- Custom database name / path override (#62) — a new Database path field on the Connection panel (and the add-instance form) lets you point Starr at a non-standard DB name, e.g. hotio's Whisparr v2 uses
whisparr2.dbinstead ofwhisparr.db. Accepts a bare filename (resolved next to the auto-detected DB) or a full container path; persists per-instance via Save Credentials and is honoured by manual runs, scheduled runs, and restore. Newdb_path_overridefield on/api/instances.
Changed
- Unraid Community Applications readiness — the template (
templates/unraid.xml) is now ready to submit to CA:- Added a template
<Icon>(templates/starr-icon.png, a 256×256 PNG) — CA rejects templates without one. - Added
<Beta>False</Beta>. - The Docker socket mount is now optional (
Required="false") instead of mandatory, with a description that spells out the root-equivalent trade-off and the shutdown-API fallback — CA moderators scrutinise forceddocker.sockmounts, and the app works without it. SECRET_KEYdescription rewritten to match the app's actual security behaviour (unset ⇒ unauthenticated + insecure banner).
- Added a template
Docker images
docker pull krippler52/starr:1.2.3
docker pull ghcr.io/krippler/starr:1.2.3Also published as latest, 1.2, and 1.