You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say, what happens if you change the password in the party-up settings into the username:password which is expected by your basic-auth config? So the username and password separated by a colon?
I'm asking because, like you said, the expected / intended auth method is by using copyparty's built-in account stuff, and not having an additional basic-auth in front of copyparty.
But just from looking at the app code, it looks like this should have worked, unintended as it is :-)
Is basic auth expected to work with Party-Up?
I setup Copyparty behind a Caddy reverse proxy, 9001/copyparty#38.
Works great in the web browser.
Doesn't work in Party-Up.
Thing's I've tried:
Configure Party-Up to point to https url, e.g.; https://myserver:1234 I get error:
Configure Party-Up to point to https url with basic auth in the url, e.g. https://user:password@myserver:1234 , I get error:
I've had some issues getting a working CopyParty password protected area - which seems like the logical solution to this if wanting to use Party-Up.
The text was updated successfully, but these errors were encountered: