From 507205ca78f0349f1cfeaefb14e6bd76d974acca Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 23 Jul 2023 01:09:28 +0200 Subject: [PATCH] Add DIO identifier (#5312) * Add info for installer, branch, publisher * include version info * fix permissions * fix typo * add more info * use GH url * fix node * remove publisher * remove more logging * Add info to version view * enable branch discovery when not set * fix ref to github version * add branch to about dialog * use precise plattform information - if no env is set * fix ref names * load VERSION info * rename plattform to target * extend installer var * add generic plattform info * add docs for version info * add more info * add installer codes * Add DIO code --- docs/docs/start/advanced.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/start/advanced.md b/docs/docs/start/advanced.md index 5d240f51e4..2cb230e7cd 100644 --- a/docs/docs/start/advanced.md +++ b/docs/docs/start/advanced.md @@ -37,3 +37,6 @@ The installer code is used to identify the way InvenTree was installed. If you v | PKG | Installed using a package manager | Yes | | GIT | Installed using git | Yes | | DOC | Installed using docker | Yes | +| DIO | Installed using digital ocean marketplace[^1] | No | + +[^1]: Starting with fresh installs of 0.12.0 this code is set. Versions installed before 0.12.0 do not have this code set even after upgrading to 0.12.0.