AmandaDiscord / Volcano

A light-weight LavaLink compatible replacement
MIT License
70 stars 15 forks source link

Public servers for personal use #18

Open Saud-97 opened 2 years ago

Saud-97 commented 2 years ago

Greetings, would it be possible to add a list for Volcano public nodes similar to how people hosted Lavalink public nodes?

PapiOphidian commented 2 years ago

It would indeed be possible. Nobody has come forward to me with public nodes, but I'd be more than happy to add them

Saud-97 commented 2 years ago

Do you have a test server that I can use before I decide on hosting one?

Similar to https://lavalink.darrennathanael.com/NoSSL/lavalink-without-ssl/

aarhuuus commented 2 years ago

You can test my server, though I cannot guarantee 100% uptime as it is hosted in a free (test) server. Host: fi2.exoticnodes.net (port 25698, unsecure or no SSL) Password: youshallnotpass

Saud-97 commented 2 years ago

Thank you. I will try it out. Do you intend to keep it online for a while or is it temporary. I will connect a player for this node and test it over a while to see how it performs if that's okay with you.

Saud-97 commented 2 years ago

I just tried it but it doesn't play and doesn't show errors. I also checked the nodes stats and it says there are 0 players connected to the node.

image

aarhuuus commented 2 years ago

That's odd, my Lavalink API wrapper seems to be catching up with it well and I never got any errors. EDIT: it looks like the hosting provider went down, my apologies for not being informed.

downtime

Saud-97 commented 2 years ago

I think you should reconsider the hosting used. Too much downtime. Maybe Heroku free plan is a better alternative.

getxd-dev commented 2 years ago

You can use my test Volcano server

host: volcano.getxd.me port: 30021 password: youshallnotpass secure: false

I'll try to keep it up as long as possible and keep it 24/7 and will update whenever there's new commit of Volcano. :)

DREXYOP commented 1 year ago

does volcano have filter support??

PapiOphidian commented 1 year ago

It would. The code is there, but it currently causes the track to get stuck.

DREXYOP commented 1 year ago

can anyone suggest a wrapper for volcano v1

PapiOphidian commented 1 year ago

any wrapper that works for lavalink works for Volcano. Do keep in mind that some wrappers have updated to the new LavaLink rest api, which may no longer be compatible with the old ws api. Volcano v2 does support these new wrappers however.

DREXYOP commented 1 year ago

i have my own wrapper but that does not work . I think the reason is that the wrapper uses lavalink v4 which uses the new rest api.

where can i find volcano v2 ??

PapiOphidian commented 1 year ago

Volcano v2 is based off the 3.7+ api not v4. Volcano v1 is based off the 3.6- api. If you wanna give v2 a try, you can download a build artifact from the latest commit in the rewrite branch.