#!~/.config/platypush/config.yaml # Platypush configuration file for Termux Mopidy Notifier # A name for your device device_id: phone # Enable the Web server backend.http: # port: 8008 # Reduce the number of workers to avoid phantom process SIGKILL # See https://ivonblog.com/en-us/posts/fix-termux-signal9-error/ num_workers: 1 ntfy: # Uncomment and set your custom server URL if you're using a self-hosted ntfy server # Otherwise, the default public server (https://ntfy.sh) will be used. # server_url: https://your-ntfy-server.com subscriptions: # Subscribe to the topic where music commands will be sent. # NOTE: It must match the topic configured in your ntfy mobile app - music-commands- music.mopidy: host: localhost # port: 6680 # Optional, if you also want to enable the MPD bindings music.mpd: host: localhost # port: 6600 # Set poll_interval to null - music.mopidy is already enabled and it # receives updates over WebSocket. Avoid polling the MPD interface to # prevent battery drain. poll_interval: null