[GH-ISSUE #28] [Feature]: User Management to protect the site with a password #4

Closed
opened 2026-05-06 12:24:38 +02:00 by BreizhHardware · 3 comments

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

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
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 - [x] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
BreizhHardware 2026-05-06 12:24:38 +02:00
Author
Owner

@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.

<!-- gh-comment-id:3680824672 --> @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.
Author
Owner

@VID-PRO commented on GitHub (Dec 22, 2025):

basic auth will do most of it.
will configure my nginx to do it.

<!-- gh-comment-id:3680904178 --> @VID-PRO commented on GitHub (Dec 22, 2025): basic auth will do most of it. will configure my nginx to do it.
Author
Owner

@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.

<!-- gh-comment-id:3828233851 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#4
No description provided.