glanceapp / glanceapp/glance

ability to customize the dashboard per user

Open
#856 4 comments 0 reactions 0 assignees View on GitHub
feature request
Dominant language
Go
Stars
37.1k
Forks
1.5k
Avg merge
1h 11m
Merged PRs (30d)
1

Description

### Description

Not all links are meant for all users. It would be nice to customize the page so that certain users are able to access different links than others.

best case: create user groups with individual users and assign page configuration to each group.

Example: admin has access to all links/ pages. super user/ manager has access to a sub-set, and a regular user has even more restricted access.

A simple config where we can define pages (e.g home.yml, glance.yml) for each authenticated user - would be an excellent start:

`auth:
secret-key: # this must be set to a random value generated using the secret:make CLI command
users:
admin:
password: 123456
pages:
svilen:
password: 123456
pages: `

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.