glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
7.49k stars 260 forks source link

Feature Request: Multi-client ability #139

Closed Wallenstein2010 closed 3 months ago

Wallenstein2010 commented 3 months ago

Hello, Have you perhaps already considered adding a multi-client option? I have been looking for a dashboard solution for my team for a long time. Ideally with a profile that the individual user can then customise. Is there such a thing at all?

svilenmarkov commented 3 months ago

Hey, thanks for the suggestion!

Unfortunately there's no plans to add support for multiple users, at least for the foreseeable future. There's a bunch of reasons for that, though primarily because doing it properly would require a good amount of work which I'd rather dedicate towards adding other features.

That's not to say you couldn't achieve most of what you want. You could spin up multiple instances of Glance for every user (Glance is fairly lightweight, only using ~25mb of RAM based on my observations) and put them behind something like Authentik or Authelia. It's an involved process but definitely would work.