How to use it?
free-storage opened this issue · 2 comments
free-storage commented
How to use it? https://beta.amadeus.ydns.eu/home
I want to connect music from VK. What should be done?
Azarattum commented
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 runapp.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 inbuild
) or a Telegram bot (needed to be setup inconfig.json
)
Please note that web ui is work in progress and might not be stable yet.
free-storage commented
@Azarattum Thanks