A simple way to integrate Discord with Subsonic.
Setup Instructions
Follow the steps below to configure and run the project:
-
Fill in Configuration Edit the file located at config/shared.py and provide the necessary details.
-
Install Dependencies Run the following command to install the required dependencies:
python run.py install-
Configure Reverse Proxy Set up a reverse proxy to point to port 5173 for proper routing.
-
Set the URL Ensure the URL is correctly set in your environment or configuration file.
-
Start the Application Launch the application using the command:
python run.py start