1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-31 18:30:57 +00:00

Merge remote-tracking branch 'forgejo/forgejo-privacy' into forgejo

This commit is contained in:
Earl Warren 2023-05-16 15:04:11 +02:00
commit 2c496b31c2
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 77 additions and 11 deletions

View file

@ -1029,6 +1029,7 @@ Default templates for project boards:
- `ENABLE_SUCCESS_NOTICE`: **true**: Set to false to switch off success notices.
- `SCHEDULE`: **@every 168h**: Cron syntax for scheduling a work, e.g. `@every 168h`.
- `HTTP_ENDPOINT`: **https://dl.gitea.io/gitea/version.json**: the endpoint that Gitea will check for newer versions
- `DOMAIN_ENDPOINT`: **release.forgejo.org**: the domain that, if specified, Gitea will check for newer versions. This is preferred over `HTTP_ENDPOINT`.
#### Cron - Delete all old system notices from database (`cron.delete_old_system_notices`)