Closed B4T3S closed 1 year ago
Turns out there is a slight bug where it puts the full URL at the end of the url itself so like https://your-server.com/https://your-server.com/smartlists
which still works, but obviously looks bad. I'll see if I can fix this
Alright, sorry for the holdup @mitchray but I got the issue fixed.
The only thing that wouldn't work like this (because I'm not entirely sure how to implement it) would be having a path like https://remoteserver.url/myAmpleInstall/somePage
because I just set the ServerPath to "/" for remote servers, this would result in all the buttons redirecting to https://remoteserver.url/somePage
V2 has a server URL input now which supersedes this 👍
This version doesn't require being in the same directory as Ampache. To use a remote server you can just set the URL in the
.env.remote
file and then runnpm run build:remote