🐞 fix: Adjust styles, fix incorrect folder paths

This commit is contained in:
Keith Solomon
2025-12-05 10:39:47 -06:00
parent 284a62ce4f
commit 622c673627
3 changed files with 11 additions and 7 deletions

View File

@@ -182,7 +182,7 @@ Gitea supports built-in dumps via:
A cronjob is installed to dump nightly at 3am:
```bash
/gitea-backups/
/gitea/backups/
└── gitea-dump-YYYYMMDD.zip
```
@@ -234,8 +234,6 @@ A custom CLI tool to help manage common tasks:
| `forge runner-reset` | Re-register runner with current labels (destroys .runner) |
| `forge diag` | Quick diagnostic summary |
---
### [`forge-alert`](/assets/files/gitea/forge-alert.sh) Tool
A companion script that serves as a basic reusable alert sender, capable of logging to syslog and sending notifications via Telegram. Telegram bot token and chat ID must be set in environment variables by editing `/etc/environment` in a root/`sudo` shell.
@@ -266,7 +264,7 @@ A restore test script that performs basic integrity checks on the latest Gitea d
### Backup?
`→ see /gitea-backups, nightly gitea dump`
`→ see /gitea/backups, nightly gitea dump`
### Repo not found?