Open
Description
Describe the solution you'd like
User settings page with these settings :
- docker system cleanup frequency in the form of a CRON expression with a default of
0 */4 * * *
- ask the user if the cleanup should :
- delete unused volumes ?
- delete unused networks ?
- ask the user if the cleanup should :
- metrics retention settings in terms of days default to
30 days
logs retention settings in terms of days default to14 days
- Manual update check : a button that the user can click to check if there is a new version, it should show the popup for trigger the update
- We should be able to configure github apps, and registries (for multi server setup)
Additional context
Add any other context or screenshots about the feature request here.
I started a PR for that : #388
- Are you willing to make a PR for this ?