Allow per-page user access control with `allowed-users` setting
Open
feature request
- Dominant language
- Go
- Stars
- 37.1k
- Forks
- 1.5k
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
### Description
> What problem would this feature solve?
I'd love to share my Glance instance with people but it has a private page.
It would be great if we could configure a list of allowed users for each page.
> If applicable, what would the configuration for this feature look like?
```yaml
pages:
- name: Private
allowed-users:
- admin
- friend
columns: ...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.