summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-11-01 19:23:56 +0000
committerGitHub <noreply@github.com>2022-11-01 19:23:56 +0000
commitc2d2323fc8fdcafde705be782711e318d79f4492 (patch)
treedd5d114f179389fd25b0b36723f2211a9518b6cd /options
parentf211d235c7a42c03f97697878550dc49b65e93da (diff)
downloadgitea-c2d2323fc8fdcafde705be782711e318d79f4492.tar.gz
gitea-c2d2323fc8fdcafde705be782711e318d79f4492.zip
Configure update checker on installation page (#21655)
- I recently became aware that this was enabled by-default, I don't necessary agree with that and this should rather be configured by the user(this patch does that on the installation page) as it connects to a homeserver, which I'd prefer to avoid on my instance. ![image](https://user-images.githubusercontent.com/25481501/199260613-a77a1b10-347a-4542-8982-9b9b24dad28c.png)
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 1566dfc97d..ac2b2ecc99 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -238,6 +238,8 @@ no_reply_address = Hidden Email Domain
no_reply_address_helper = Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'.
password_algorithm = Password Hash Algorithm
password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.
+enable_update_checker = Enable Update Checker
+enable_update_checker_helper = Checks for new version releases periodically by connecting to gitea.io.
[home]
uname_holder = Username or Email Address