Azarattum/Amadeus

How to use it?

free-storage opened this issue · 2 comments

How to use it? https://beta.amadeus.ydns.eu/home
I want to connect music from VK. What should be done?

Hi!

Amadeus is a self-hosted service. It means that you need to spin up your own instance in order to use it.

To do this you need to:

  • Clone the repo
  • Build the project
pnpm i && pnpm build
  • In the build directory run app.cjs
  • Put your auth tokens in config.json (readme has links to obtain them)
  • Then you can access your instance thought a web ui (like https://beta.amadeus.ydns.eu/home or self-hosted from the public directory in build) or a Telegram bot (needed to be setup in config.json)

Please note that web ui is work in progress and might not be stable yet.