We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0741410 commit 4ae4031Copy full SHA for 4ae4031
docs/examples/kubernetes/configmap.yaml
@@ -19,13 +19,11 @@ data:
19
htmx_debug: false
20
downloaders:
21
plugins:
22
- - name: deezer
23
- path: /app/plugins/deemix/plugin.so
24
- icon: https://demo2.contre.io/img/deezer.png
25
- config:
26
- arl: !env_var DEEZER_ARL
27
- preferred_quality: FLAC
28
- fallback_quality: MP3_320
+ - name: dummy
+ url: https://github.com/contre95/soulsolid-dummy-plugin
+ # path: # Optional if you are building the plugin
+ icon: https://soulsolid-demo.contre.io/img/galaxy.png
+ config: {}
29
artwork:
30
embedded:
31
enabled: true
0 commit comments