Closed CDN18 closed 1 year ago
ATM only the RPC side supports authentication.
Login can be implemented by Authelia and Nginx as a reverse proxy.
Login can be implemented by Authelia and Nginx as a reverse proxy.
I am currently using nginx basic auth as a temporary solution. It would be more convenient if the web-ui itself supports authentication though.
@CDN18 to be more clear, username and password authentication without RPC authentication?
if so, it can be done without heavy changes.
anyway followup is on #62
@CDN18 to be more clear, username and password authentication without RPC authentication?
if so, it can be done without heavy changes.
@marcopeocchi Yes, that's exactly what I think.
closed as login by username and password is already implemented
I would like to deploy this project on the public network, but without login support, anyone with this URL can call the service to download videos. Is it possible to add login support?