forgejo: update deprecated options

This commit is contained in:
ibizaman 2025-11-16 21:46:06 +01:00 committed by Pierre Penninckx
parent bd286e6423
commit 29f2248681
7 changed files with 17 additions and 2 deletions

View file

@ -902,6 +902,9 @@
"blocks-monitoring": [
"blocks-monitoring.html#blocks-monitoring"
],
"blocks-monitoring-backup-dashboard": [
"blocks-monitoring.html#blocks-monitoring-backup-dashboard"
],
"blocks-monitoring-budget-alerts": [
"blocks-monitoring.html#blocks-monitoring-budget-alerts"
],

View file

@ -0,0 +1 @@
timi@laspin.305764:1763219006

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 KiB

View file

@ -118,6 +118,18 @@ This dashboard is used to monitor a [deluge](./services-deluge.html) instance.
![Deluge Dashboard Top Part](./assets/dashboards_Deluge_1.png)
![Deluge Dashboard Bottom Part](./assets/dashboards_Deluge_2.png)
## Backup Dashboard and Alert {#blocks-monitoring-backup-dashboard}
This dashboard show Restic and BorgBackup backup jobs, or any job with "backup" in the systemd service name.
The most important graphs are the first three:
- "Backup Jobs in the Past Week"
![Backup Dashboard Top Part](./assets/dashboards_Backups_1.png)
![Backup Dashboard Middle Part](./assets/dashboards_Backups_2.png)
![Backup Dashboard Bottom Part](./assets/dashboards_Backups_3.png)
## Requests Error Budget Alert {#blocks-monitoring-budget-alerts}
This alert will fire when the ratio between number of requests getting a 5XX response from a service

View file

@ -618,9 +618,8 @@ in
SMTP_ADDR = "${cfg.smtp.host}:${toString cfg.smtp.port}";
FROM = cfg.smtp.from_address;
USER = cfg.smtp.username;
PASSWD = cfg.smtp.passwordFile;
};
services.forgejo.mailerPasswordFile = cfg.smtp.passwordFile;
})
# https://wiki.nixos.org/wiki/Forgejo#Runner