You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"_comment": "Configuration file for system-updates.sh script",
"_instructions": "1. Copy this file to 'config.json' in the same directory. 2. Customize the values below. 3. The config.json file is gitignored and will not be committed.",
"AutoReboot": false,
"LogRetentionDays": 30,
"SkipAPT": false,
"SkipSnap": false,
"ExportMetrics": true,
"_autoRebootNote": "If true, system will automatically reboot after updates if required",
"_logRetentionNote": "Logs older than this many days will be automatically deleted",
"_skipAPTNote": "If true, APT package updates will be skipped",
"_skipSnapNote": "If true, Snap package updates will be skipped",
"_exportMetricsNote": "If true, Prometheus metrics will be exported to /var/log/system-updates/metrics/"