git show 6fd6475:playbook.yml
ssh-copy-id -o PreferredAuthentications=password -o PubkeyAuthentication=no -i ~/.ssh/rsa_private_key <server> for copying ssh pubkey to remote server after password authentication
Due to Python lint.
find . -type f -name "*.py" -exec sed -i 's/^[[:space:]]*$//' {} \;
ffmpeg -i inFile.m4a -c:a mp3 -b:a 192k outFile.mp3 # if the conversion is failing use -vnIn docker-compose.yaml:
---
services:
navidrome:
...
environment:
ND_ENABLESHARING: true
...