Update On Thu Mar 20 19:36:44 CET 2025

This commit is contained in:
github-action[bot]
2025-03-20 19:36:45 +01:00
parent 82f3853a94
commit 0d01385729
168 changed files with 2518 additions and 1645 deletions
+12
View File
@@ -172,6 +172,18 @@ MIERU_CONFIG_JSON_FILE=/etc/mieru_client_config.json mieru run
At this point, the logs of the mieru client will be printed directly to the terminal. Press Ctrl+C to exit.
## Disable Client Automatic Check Update
When you start the mieru client, it will automatically check for updates every few days. If you want to turn off automatic check update, add the following client configuration:
```json
{
"advancedSettings": {
"noCheckUpdate": true
}
}
```
## Reset Server Metrics
Server metrics are stored in the `/var/lib/mita/metrics.pb` file. Even if the server is restarted, you can read the accumulated metrics using the `mita get metrics` command. If you want to reset the metrics, you can run the following command: