diff --git a/README.md b/README.md index 6d2ff51..203528c 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,10 @@ services: BNB_SUBSONIC_URL: http://navidrome:4533 ``` +### Running bonob on synology + +[See this issue](https://github.com/simojenki/bonob/issues/15) + ## Configuration item | default value | description @@ -218,6 +222,13 @@ ffmpeg -i %s -af aresample=resampler=soxr:out_sample_fmt=s16:out_sample_rate=480 ![Lime & Alice Blue](https://github.com/simojenki/bonob/blob/master/docs/images/limeAliceBlue.png?raw=true) +```bash +-e 'BNB_ICON_FOREGROUND_COLOR=#1db954' \ +-e 'BNB_ICON_BACKGROUND_COLOR=#121212' +``` + +![Spotify-ish](https://github.com/simojenki/bonob/blob/master/docs/images/spotify-ish.png?raw=true) + ## Credits - Icons courtesy of: [Navidrome](https://www.navidrome.org/), [Vectornator](https://www.vectornator.io/icons), and @jicho diff --git a/docs/images/spotify-ish.png b/docs/images/spotify-ish.png new file mode 100644 index 0000000..23acd49 Binary files /dev/null and b/docs/images/spotify-ish.png differ