Compare commits

..

1 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
d9f88cb032 feat(build): add mode=generated for unattended frontend installs
Adds a 'generated' case to install_script() in build.func.
When mode=generated is set, the script runs with default settings
in unattended mode and reports METHOD=generated to telemetry.
This allows the frontend generator to trigger installs without
interactive prompts while being distinguishable in analytics.
2026-03-12 11:04:10 +01:00
2 changed files with 7 additions and 8 deletions

View File

@@ -438,7 +438,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- #### ✨ New Features - #### ✨ New Features
- core: add mode=generated for unattended frontend installs [@MickLesk](https://github.com/MickLesk) ([#12807](https://github.com/community-scripts/ProxmoxVE/pull/12807))
- core: validate storage availability when loading defaults [@MickLesk](https://github.com/MickLesk) ([#12794](https://github.com/community-scripts/ProxmoxVE/pull/12794)) - core: validate storage availability when loading defaults [@MickLesk](https://github.com/MickLesk) ([#12794](https://github.com/community-scripts/ProxmoxVE/pull/12794))
- #### 🔧 Refactor - #### 🔧 Refactor

View File

@@ -1,5 +1,5 @@
{ {
"generated": "2026-03-12T12:11:02Z", "generated": "2026-03-12T06:19:33Z",
"versions": [ "versions": [
{ {
"slug": "2fauth", "slug": "2fauth",
@@ -158,9 +158,9 @@
{ {
"slug": "bookstack", "slug": "bookstack",
"repo": "BookStackApp/BookStack", "repo": "BookStackApp/BookStack",
"version": "v25.12.9", "version": "v25.12.8",
"pinned": false, "pinned": false,
"date": "2026-03-12T11:04:45Z" "date": "2026-02-27T10:33:14Z"
}, },
{ {
"slug": "byparr", "slug": "byparr",
@@ -284,9 +284,9 @@
{ {
"slug": "discopanel", "slug": "discopanel",
"repo": "nickheyer/discopanel", "repo": "nickheyer/discopanel",
"version": "v2.0.4", "version": "v2.0.3",
"pinned": false, "pinned": false,
"date": "2026-03-12T07:10:41Z" "date": "2026-03-11T07:29:10Z"
}, },
{ {
"slug": "dispatcharr", "slug": "dispatcharr",
@@ -1621,9 +1621,9 @@
{ {
"slug": "tududi", "slug": "tududi",
"repo": "chrisvel/tududi", "repo": "chrisvel/tududi",
"version": "v0.89.0", "version": "v0.88.5",
"pinned": false, "pinned": false,
"date": "2026-03-12T09:36:27Z" "date": "2026-02-13T13:54:14Z"
}, },
{ {
"slug": "tunarr", "slug": "tunarr",