#!~/.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 - music-commands- music.mopidy: host: localhost # port: 6680 # Optional, if you also want to enable the MPD interface. # The MPD interface provides better compatibility with MPD clients, # but it will process events slower than the Mopidy interface # (Mopidy dispatches events over WebSocket, while MPD clients poll for # changes). # Keep in mind that, on a mobile device, the MPD interface may consume more # battery. # # music.mpd: # host: localhost # # port: 6600 # poll_interval: 20.0