mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #28] [Feature]: User Management to protect the site with a password #5
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#5
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 @VID-PRO on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/28
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
Add am user management to protect the site.
I would like to put the site online to get access to my printer from everywhere without using a vpn.
Bute it needs to be password protected for that use case.
Proposed Solution
add a user management
Alternatives Considered
No response
Feature Category
Other
Priority
Would improve my workflow
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Dec 22, 2025):
Are you talking about multi user auth with permission management, or about basic user auth? If the latter, I would suggest to use a webserver like Nginx and use basic HTTP authentication.
@VID-PRO commented on GitHub (Dec 22, 2025):
basic auth will do most of it.
will configure my nginx to do it.
@maziggy commented on GitHub (Jan 31, 2026):
FYI
Complete user/group authentication is available in branch feature/auth_details. I've tested it roughly. Please chekc and let me know if it works for you.