mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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
This commit is contained in:
parent
4e0f22aa00
commit
507205ca78
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user