Skip to content

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 14:20
0012bce

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.db instead of whisparr.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. New db_path_override field 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 forced docker.sock mounts, and the app works without it.
    • SECRET_KEY description rewritten to match the app's actual security behaviour (unset ⇒ unauthenticated + insecure banner).

Docker images

docker pull krippler52/starr:1.2.3
docker pull ghcr.io/krippler/starr:1.2.3

Also published as latest, 1.2, and 1.