I had a problem installing on Raspberry Pi 4. After checking, I found
that version 0.50.0 had a problem with the image when pushing it to
Docker hub, and Navidrome fixed it in version 0.50.1.
Source: https://github.com/navidrome/navidrome/releases/tag/v0.50.1
1、Update the mirror version (have manually check the parameter problems
between versions)
2、Fix the correct support architecture
In many linuxserver docker images, [linuxserver dropped armv7
support](https://www.linuxserver.io/blog/a-farewell-to-arm-hf), making
it impossible to install and upgrade these applications on armv7
devices. And the current CasaOS AppStore rules are not perfectly
compatible with these yml files.
**Fortunately, armv7 can be supported by the community store,**
[Apps_arm](https://github.com/Cp0204/CasaOS-AppStore-Play/tree/main/Apps_arm)
store source link:
```
https://play.cuse.eu.org/Cp0204-AppStore-Play-arm.zip
```
---------
Co-authored-by: raller1028 <57336867+raller1028@users.noreply.github.com>