1
0

Add navidrome container
Deploy / Deploy (push) Successful in 23s

This commit is contained in:
2026-06-22 19:14:16 +01:00
parent 35ddac703d
commit fd8a377664
3 changed files with 96 additions and 0 deletions
Executable
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env sh
# Define a helper function that runs a command
# If the command fails, the script prints an error message
# and exits immediately.
run() {
# "$@" expands to all arguments passed to this function
# and preserves proper word splitting and quoting.
"$@" || {
echo "Error: command failed: $*" >&2
exit 1
}
}
# Make sure volumes have correct permissions
run chown navidrome:navidrome /data