1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-26 19:37:46 +02:00
jfa-go/ts/modules
Harvey Tindall 92332206f0
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.
2021-03-07 15:23:44 +00:00
..
accounts.ts add disabled badge, extend expiry button to accounts 2021-02-28 17:52:24 +00:00
common.ts Merge branch 'new-setup' 2021-01-27 22:06:44 +00:00
invites.ts add disabled badge, extend expiry button to accounts 2021-02-28 17:52:24 +00:00
lang.ts add language selector to admin 2021-01-15 14:43:32 +00:00
modal.ts Merge a17t-redesign, kinda ts-ify setup.js 2021-01-05 18:16:23 +00:00
profiles.ts Use lang file in typescript 2021-01-15 14:43:31 +00:00
settings.ts add basic update functionality 2021-03-07 15:23:44 +00:00
stripmd.ts Fix email editor when plaintext setting enabled 2021-02-22 16:40:37 +00:00
tabs.ts Merge a17t-redesign, kinda ts-ify setup.js 2021-01-05 18:16:23 +00:00
theme.ts Merge a17t-redesign, kinda ts-ify setup.js 2021-01-05 18:16:23 +00:00
update.ts add basic update functionality 2021-03-07 15:23:44 +00:00