noobcollective / cwf

cwf is a small tool to quickly share content (e.g. logfiles, commands, ...) with your friends and colleagues.
https://cwf.noobcollective.dev
11 stars 0 forks source link

[SERVER] Config reload when new users are added #14

Open iCultureBud opened 5 months ago

iCultureBud commented 5 months ago

Right now if there are new users added to the config we need to restart the server. As this is not optimal we should reread the config file.

Another option would be to implement a superuser which is able to add new users and reload configs.

DrinoSan commented 1 month ago

Wir könnten https://github.com/fsnotify/fsnotify benutzen oder halt einen eigenen filewatcher schreiben in einem neuen repo just for fun @iCultureBud @noobcollective/core

DrinoSan commented 2 weeks ago

I start work with fsnotify on separate branch