mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[FEATURE] Login authentication #57
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olenoerby on GitHub.
What would you like to see implemented next?
I find that the service does not allow user authentication, making it annoying to not have available from a reverse proxy. Please add user authentication as a safety measure.
@olenoerby commented on GitHub:
EDIT: It is possible with Cloudflare tunnels and application access policied, but yes, basic authentication would be a fine temporary solution if the user has a reverse proxy service running.
@Flaminel commented on GitHub:
I would suggest using basic auth configured through your reverse proxy until this actually gets implemented.
@olenoerby commented on GitHub:
A built in security feature will be a more secure choice for many - I am using Cloudflare tunnels through a docker environment, but not all users are this advanced.
But you are correct: Using Cloudflare Tunnels and Cloudflare Access Application policies will also do the trick.
@AlejandroAkbal commented on GitHub:
Yes, this is a must since all my arr stack is public
Besides that all other services have their own authentication
@Flaminel commented on GitHub:
If I'm not bugging you too much, why is there a need for authentication if you're already using tunnels to connect to your infrastructure? I'm guessing security is the main point of using tunnels, as opposed to opening your ports to the public.
@Flaminel commented on GitHub:
Then why did you close this?
@olenoerby commented on GitHub:
I have started using Cloudflare tunnel and this is a working solution, but yes, having a built-in authentication frontpage would be a good addition.
@Chinoman10 commented on GitHub:
Not sure which 'stack/lib' (if any) the other ARR's use, but BetterAuth provides ample options while having a stellar DX.
Ideally I'd like auth to:
For now, I'm also using CF tunnels with App Access Policy.
@zaphod82 commented on GitHub:
In addition, having the ability to secure the UI with a certificate would be great.
@olenoerby commented on GitHub:
I was not convinced you were interested in implementing the feature, but I will be looking forward to it.
@Flaminel commented on GitHub:
It's marked as planned, so it will be done eventually when I get to it.
@olenoerby commented on GitHub:
I appreciate the effort, thanks mate. This is an excellent product.