From 42dbbba27cbf32e11e55ca5821fafc22c2616496 Mon Sep 17 00:00:00 2001 From: Robin Kloppe Date: Thu, 24 Aug 2023 10:28:46 +0000 Subject: [PATCH] Clarified version check endpoint parameters. HTTP_ENDPOINT is now deprecated (#68) Clarified version check endpoint parameters. HTTP_ENDPOINT is now deprecated Closes #49 Reviewed-on: https://codeberg.org/forgejo/docs/pulls/68 Reviewed-by: Caesar Schinas Co-authored-by: Robin Kloppe Co-committed-by: Robin Kloppe --- docs/admin/config-cheat-sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/config-cheat-sheet.md b/docs/admin/config-cheat-sheet.md index 5a79c39c..9da2237d 100644 --- a/docs/admin/config-cheat-sheet.md +++ b/docs/admin/config-cheat-sheet.md @@ -986,8 +986,8 @@ Additional settings can be included in this section to specify where the data is - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). - `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.com/gitea/version.json**: the endpoint that Forgejo will check for newer versions -- `DOMAIN_ENDPOINT`: **release.forgejo.org**: the domain that, if specified, Forgejo will check for newer versions. This is preferred over `HTTP_ENDPOINT`. +- `HTTP_ENDPOINT`: **https://dl.gitea.com/gitea/version.json**: [DEPRECATED] The endpoint that Forgejo will check for newer versions. Not in use by the project. Might be dropped in a future version. +- `DOMAIN_ENDPOINT`: **release.forgejo.org**: The domain with a [TXT record](https://en.wikipedia.org/wiki/TXT_record) that, if specified, Forgejo will query for newer versions. This is preferred over `HTTP_ENDPOINT`. #### Cron - Delete all old system notices from database (`cron.delete_old_system_notices`)