PhonoMatrix
  • Installation
    • Installation (debian)
    • Installation (docker)
  • Configuration
    • General configuration
  • Zones and sources
  • MQTT
  • iTach
Powered by GitBook
On this page
  1. Installation

Installation (debian)

Create new file /etc/apt/sources.list.d/phonoid.list with the following content to add our APT repository :

deb [trusted=yes] https://apt.fury.io/phonoid/ /

Install the package :

apt update && apt install phonomatrix

This will automatically enable and start the PhonoMatrix systemd service for you.

Visit the host's IP on port 3333 with your browser.

Last updated 2 years ago