mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2100] [Feature Request] htaccess for web-frontend #3251
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3251
Loading…
Add table
Add a link
Reference in a new issue
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 @turnschuhadmin1337 on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2100
Hi there,
thanks a lot for your work!
I was wondering if it's posisble to add a htaccess file before web login, just to have some extra step or security.
Is it possible and if yes where do I have to put it on my server/tactical user? Or will there be any conflict after?
Thanks to all of you!
@P6g9YHK6 commented on GitHub (Dec 17, 2024):
Nginx doesn't support .htaccess
i advise you to use a dedicated FW for filtering or at worst the FW of the OS
but if you insist on whitelisting stuff from the RP
https://ubiq.co/tech-blog/how-to-whitelist-ip-in-nginx/
also:
https://docs.tacticalrmm.com/securing_nginx/
@turnschuhadmin1337 commented on GitHub (Dec 17, 2024):
Ok, didn't know that. More like apache guy. Thanks and I'll take a look.