glanceapp / glance

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

feat: monitor glance.yml for changes #91

Closed helloteemo closed 4 months ago

helloteemo commented 5 months ago

I want to use fsnotify to listen for configuration file update events, re-read the configuration file when there is an update event and update the slugToPage field of Application with the new config

Not sure if it's possible