add basic update functionality

If enabled, jfa-go pings buildrone (hosted at builds.hrfee.pw) every 30
min for new updates. If there is one, it gets information (and if
applicable, a binary) from the appropriate source (buildrone, github, or
dockerhub) and displays it on the admin page. You can switch update
channels between stable and unstable. For binary releases, updates are
downloaded automatically and installed when the user presses update.

Since this obviously introduces some "phone-home" functionality into
jfa-go, I just want to say IPs are not and will not be logged by
buildrone, although I may later introduce functionality to give a rough
idea of the number of users (again, no IPs stored). The whole thing can
also be turned off in settings.
This commit is contained in:
Harvey Tindall
2021-03-07 15:23:44 +00:00
parent 9787fce275
commit 92332206f0
26 changed files with 858 additions and 50 deletions

View File

@@ -19,7 +19,7 @@
"dependencies": {
"@ts-stack/markdown": "^1.3.0",
"a17t": "^0.4.0",
"esbuild": "^0.8.53",
"esbuild": "^0.8.56",
"lodash": "^4.17.19",
"mjml": "^4.8.0",
"remixicon": "^2.5.0",