hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
2.25k stars 74 forks source link

Function suggestion: config of the maximum number of registrations or config of enable the registration function #231

Closed MarkOverthinker closed 1 week ago

MarkOverthinker commented 1 week ago

It seems that anyone can access my website and register and log in. I don't think it is elegant. Can I add configuration options so that it can only be logged in by a few users?

MohamedBassem commented 1 week ago

Hey, you can disable new account creations with DISABLE_SIGNUPS=true, you can find more configs in https://docs.hoarder.app/configuration

MarkOverthinker commented 1 week ago

Hey, you can disable new account creations with DISABLE_SIGNUPS=true, you can find more configs in https://docs.hoarder.app/configuration

Thanks, sir. I missed it when I read configuration,

MohamedBassem commented 1 week ago

No worries!