EmbarkStudios / wg-ui

WireGuard Web UI for self-serve client configurations, with optional auth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add info to user config, when it is created and updated.

spetzreborn opened this issue · comments

Is your feature request related to a problem? Please describe.
We want to be able to see when the config was created, to be able to collect information for scalability and trends.
It might also be an resource when we want to remove configs, if theay are unused.

Describe the solution you'd like
Simply add the fields:
"Created" and "Modified" on the user config

Describe alternatives you've considered
Move from the json config file to an SQL backend.
That seems like a bigger change.

Additional context

I have an proposed fix in PR