Compare commits

..

18 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
b86a89e0fa Update CHANGELOG.md (#10696)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 00:17:34 +00:00
community-scripts-pr-app[bot]
bf9ceb9ce1 Update versions.json (#10695)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 01:17:06 +01:00
community-scripts-pr-app[bot]
328d2c2de1 Update CHANGELOG.md (#10692)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 16:26:06 +00:00
FutureCow
047dfb9c93 [Endurain] Increase default RAM from 2048 to 4096 (#10690)
* Increase default RAM from 2048 to 4096

For the new v0.16.5 2048 is not enough to build the app.

* Increase RAM allocation from 2048 to 4096
2026-01-10 17:25:46 +01:00
community-scripts-pr-app[bot]
d7fa87f349 Update versions.json (#10688)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 13:06:43 +01:00
community-scripts-pr-app[bot]
93827141fc Update CHANGELOG.md (#10686)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 10:42:11 +00:00
CanbiZ (MickLesk)
3e0d0f34cc fix(hwaccel): make beignet-opencl-icd optional for legacy Intel GPUs (#10677)
- Check if beignet-opencl-icd package is available before installation
- Package was removed in Debian 12+ and Ubuntu 22.04+
- VA-API hardware acceleration still works without OpenCL
- Prevents installation failure on systems with Intel HD 2000-5999 GPUs
2026-01-10 11:41:44 +01:00
community-scripts-pr-app[bot]
0a790bf544 Update CHANGELOG.md (#10679)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 00:15:38 +00:00
community-scripts-pr-app[bot]
570563539e Update versions.json (#10678)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 01:15:15 +01:00
community-scripts-pr-app[bot]
b5ad996bb2 Update CHANGELOG.md (#10675)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 20:20:13 +00:00
Tobias
d047d1aeb7 fix: setup_mariadb hangs on (#10672)
* fix: setup_mariadb hangs on

* readd: docs
2026-01-09 21:19:47 +01:00
community-scripts-pr-app[bot]
c3b5dc7c6f Update CHANGELOG.md (#10674)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 19:32:01 +00:00
Slaviša Arežina
2c1472bb58 Fixes (#10671) 2026-01-09 20:31:30 +01:00
community-scripts-pr-app[bot]
5b5bc11f1e Update CHANGELOG.md (#10666)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 14:19:28 +00:00
Slaviša Arežina
02bbfa5851 Fix (#10664) 2026-01-09 15:19:05 +01:00
community-scripts-pr-app[bot]
896e0c0257 Update versions.json (#10661)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 13:06:04 +01:00
community-scripts-pr-app[bot]
9cf17ef7df Update CHANGELOG.md (#10660)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 08:07:34 +00:00
Seth Gregory
f6f0a5553b Remove '--cpu' option from ExecStart command (#10659)
By default, the ExecStart in the system service includes the --cpu flag which forces ComfyUI to run entirely on CPU even if a GPU is present.  This commit removes that flag.
2026-01-09 09:07:11 +01:00
9 changed files with 276 additions and 230 deletions

View File

@@ -10,8 +10,38 @@
> [!CAUTION]
Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit the project's popularity for potentially malicious purposes.
## 2026-01-11
## 2026-01-10
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- [Endurain] Increase default RAM from 2048 to 4096 [@FutureCow](https://github.com/FutureCow) ([#10690](https://github.com/community-scripts/ProxmoxVE/pull/10690))
### 💾 Core
- #### 🐞 Bug Fixes
- tools.func: hwaccel - make beignet-opencl-icd optional for legacy Intel GPUs [@MickLesk](https://github.com/MickLesk) ([#10677](https://github.com/community-scripts/ProxmoxVE/pull/10677))
## 2026-01-09
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- Jenkins: Fix application repository setup [@tremor021](https://github.com/tremor021) ([#10671](https://github.com/community-scripts/ProxmoxVE/pull/10671))
- deCONZ: Fix sources check in update script [@tremor021](https://github.com/tremor021) ([#10664](https://github.com/community-scripts/ProxmoxVE/pull/10664))
- Remove '--cpu' option from ExecStart command [@sethgregory](https://github.com/sethgregory) ([#10659](https://github.com/community-scripts/ProxmoxVE/pull/10659))
### 💾 Core
- #### 💥 Breaking Changes
- fix: setup_mariadb hangs on [@CrazyWolf13](https://github.com/CrazyWolf13) ([#10672](https://github.com/community-scripts/ProxmoxVE/pull/10672))
## 2026-01-08
### 🆕 New Scripts

View File

@@ -23,7 +23,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -f /etc/apt/sources.list.d/deconz.list ]]; then
if [[ ! -f /etc/apt/sources.list.d/deconz.list && ! -f /etc/apt/sources.list.d/deconz.sources ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi

View File

@@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
APP="Endurain"
var_tags="${var_tags:-sport;social-media}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_ram="${var_ram:-4096}"
var_disk="${var_disk:-5}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"

View File

@@ -32,7 +32,7 @@ function update_script() {
msg_info "Updating Jenkins"
$STD apt update
$STD apt -y upgrade
$STD apt upgrade -y
msg_ok "Updated Jenkins"
msg_ok "Updated successfully!"
exit

View File

@@ -20,7 +20,7 @@
"script": "ct/endurain.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"ram": 4096,
"hdd": 5,
"os": "debian",
"version": "13"

View File

@@ -1,18 +1,58 @@
[
{
"name": "ErsatzTV/ErsatzTV",
"version": "v26.1.1",
"date": "2026-01-08T22:02:15Z"
},
{
"name": "Ombi-app/Ombi",
"version": "v4.53.4",
"date": "2026-01-08T21:52:46Z"
},
{
"name": "YunoHost/yunohost",
"version": "debian/12.1.38",
"date": "2025-12-31T13:38:03Z"
"name": "raydak-labs/configarr",
"version": "v1.20.0",
"date": "2026-01-10T21:25:47Z"
},
{
"name": "open-webui/open-webui",
"version": "v0.7.2",
"date": "2026-01-10T21:00:12Z"
},
{
"name": "Athou/commafeed",
"version": "6.0.0",
"date": "2026-01-10T20:28:07Z"
},
{
"name": "rcourtman/Pulse",
"version": "v5.0.14",
"date": "2026-01-10T19:22:05Z"
},
{
"name": "blakeblackshear/frigate",
"version": "v0.14.1",
"date": "2024-08-29T22:32:51Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "v6.4.15",
"date": "2026-01-06T20:05:54Z"
},
{
"name": "scanopy/scanopy",
"version": "v0.13.4",
"date": "2026-01-10T16:31:07Z"
},
{
"name": "alexta69/metube",
"version": "2026.01.10",
"date": "2026-01-10T16:29:55Z"
},
{
"name": "theonedev/onedev",
"version": "v14.0.7",
"date": "2026-01-10T10:31:47Z"
},
{
"name": "chrisbenincasa/tunarr",
"version": "v1.1.0-dev.0",
"date": "2026-01-10T12:48:39Z"
},
{
"name": "laurent22/joplin",
@@ -20,9 +60,174 @@
"date": "2025-12-19T21:28:55Z"
},
{
"name": "alexta69/metube",
"version": "2026.01.08",
"date": "2026-01-08T20:15:57Z"
"name": "pocketbase/pocketbase",
"version": "v0.35.1",
"date": "2026-01-10T09:23:24Z"
},
{
"name": "ollama/ollama",
"version": "v0.14.0-rc1",
"date": "2026-01-10T05:09:46Z"
},
{
"name": "Kozea/Radicale",
"version": "v3.6.0",
"date": "2026-01-10T06:56:46Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.24.807",
"date": "2026-01-10T06:27:46Z"
},
{
"name": "Whisparr/Whisparr",
"version": "v3.1.0.2093",
"date": "2026-01-10T04:47:03Z"
},
{
"name": "jeedom/core",
"version": "4.5.2",
"date": "2026-01-10T00:27:04Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v4.1.0",
"date": "2025-11-23T12:13:34Z"
},
{
"name": "coder/code-server",
"version": "v4.107.1",
"date": "2026-01-09T19:41:18Z"
},
{
"name": "booklore-app/booklore",
"version": "v1.17.0",
"date": "2026-01-09T22:48:21Z"
},
{
"name": "Stirling-Tools/Stirling-PDF",
"version": "v2.2.0",
"date": "2026-01-09T22:10:33Z"
},
{
"name": "livebook-dev/livebook",
"version": "nightly",
"date": "2026-01-09T22:07:03Z"
},
{
"name": "endurain-project/endurain",
"version": "v0.16.5",
"date": "2026-01-09T22:06:11Z"
},
{
"name": "runtipi/runtipi",
"version": "nightly",
"date": "2026-01-09T17:26:57Z"
},
{
"name": "homarr-labs/homarr",
"version": "v1.50.0",
"date": "2026-01-09T19:27:03Z"
},
{
"name": "BerriAI/litellm",
"version": "v1.80.13.rc.1",
"date": "2026-01-09T19:18:51Z"
},
{
"name": "keycloak/keycloak",
"version": "26.5.0",
"date": "2026-01-06T07:42:32Z"
},
{
"name": "dani-garcia/vaultwarden",
"version": "1.35.2",
"date": "2026-01-09T18:37:04Z"
},
{
"name": "metabase/metabase",
"version": "v0.57.x",
"date": "2026-01-09T18:12:58Z"
},
{
"name": "YunoHost/yunohost",
"version": "debian/12.1.39",
"date": "2026-01-09T18:06:09Z"
},
{
"name": "bunkerity/bunkerweb",
"version": "v1.6.7",
"date": "2026-01-09T17:45:02Z"
},
{
"name": "saltstack/salt",
"version": "v3007.11",
"date": "2026-01-09T17:23:23Z"
},
{
"name": "openobserve/openobserve",
"version": "v0.50.0-rc1",
"date": "2026-01-09T17:04:30Z"
},
{
"name": "mongodb/mongo",
"version": "r8.2.4-alpha1",
"date": "2026-01-09T16:17:01Z"
},
{
"name": "n8n-io/n8n",
"version": "n8n@2.2.6",
"date": "2026-01-09T13:53:10Z"
},
{
"name": "dedicatedcode/reitti",
"version": "v3.2.1",
"date": "2026-01-09T11:09:24Z"
},
{
"name": "fuma-nama/fumadocs",
"version": "@fumadocs/base-ui@16.4.6",
"date": "2026-01-09T10:54:11Z"
},
{
"name": "evcc-io/evcc",
"version": "0.300.3",
"date": "2026-01-09T10:40:48Z"
},
{
"name": "semaphoreui/semaphore",
"version": "v2.16.50",
"date": "2026-01-09T05:53:15Z"
},
{
"name": "jenkinsci/jenkins",
"version": "jenkins-2.545",
"date": "2026-01-06T16:19:17Z"
},
{
"name": "9001/copyparty",
"version": "v1.20.1",
"date": "2026-01-09T01:30:37Z"
},
{
"name": "gristlabs/grist-core",
"version": "v1.7.9",
"date": "2026-01-09T01:26:51Z"
},
{
"name": "hyperion-project/hyperion.ng",
"version": "2.1.1",
"date": "2025-06-14T17:45:06Z"
},
{
"name": "webmin/webmin",
"version": "2.620",
"date": "2026-01-09T00:17:04Z"
},
{
"name": "ErsatzTV/ErsatzTV",
"version": "v26.1.1",
"date": "2026-01-08T22:02:15Z"
},
{
"name": "element-hq/synapse",
@@ -49,31 +254,16 @@
"version": "prototype-v1.30.1-greedy-semantic-search.2",
"date": "2026-01-08T15:59:28Z"
},
{
"name": "n8n-io/n8n",
"version": "n8n@2.2.5",
"date": "2026-01-08T12:08:46Z"
},
{
"name": "plexguide/Huntarr.io",
"version": "8.2.11",
"date": "2026-01-08T15:10:01Z"
},
{
"name": "fuma-nama/fumadocs",
"version": "create-fumadocs-app@16.0.38",
"date": "2026-01-08T14:38:48Z"
},
{
"name": "openhab/openhab-core",
"version": "5.1.1",
"date": "2026-01-08T14:18:39Z"
},
{
"name": "metabase/metabase",
"version": "embedding-sdk-58-stable",
"date": "2026-01-08T14:12:37Z"
},
{
"name": "duplicati/duplicati",
"version": "v2.2.0.103-2.2.0.103_canary_2026-01-08",
@@ -89,16 +279,6 @@
"version": "6.2.11",
"date": "2026-01-08T12:15:04Z"
},
{
"name": "openobserve/openobserve",
"version": "v0.40.3",
"date": "2026-01-08T11:16:09Z"
},
{
"name": "dedicatedcode/reitti",
"version": "v3.2.0",
"date": "2026-01-08T11:02:38Z"
},
{
"name": "forgejo/forgejo",
"version": "v13.0.4",
@@ -109,36 +289,16 @@
"version": "1.16.1",
"date": "2026-01-08T10:10:26Z"
},
{
"name": "theonedev/onedev",
"version": "v14.0.6",
"date": "2026-01-08T10:09:35Z"
},
{
"name": "requarks/wiki",
"version": "v2.5.311",
"date": "2026-01-08T09:50:00Z"
},
{
"name": "livebook-dev/livebook",
"version": "nightly",
"date": "2026-01-08T09:37:31Z"
},
{
"name": "semaphoreui/semaphore",
"version": "v2.16.49",
"date": "2026-01-08T07:38:10Z"
},
{
"name": "mattermost/mattermost",
"version": "v11.1.2",
"date": "2025-12-17T09:26:24Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.24.766",
"date": "2026-01-08T06:14:23Z"
},
{
"name": "morpheus65535/bazarr",
"version": "v1.5.4",
@@ -149,31 +309,11 @@
"version": "v0.8.2",
"date": "2026-01-08T06:00:20Z"
},
{
"name": "scanopy/scanopy",
"version": "v0.13.3",
"date": "2026-01-08T04:47:25Z"
},
{
"name": "chrisbenincasa/tunarr",
"version": "v1.0.16",
"date": "2026-01-08T02:21:38Z"
},
{
"name": "Brandawg93/PeaNUT",
"version": "v5.20.1",
"date": "2026-01-08T01:19:49Z"
},
{
"name": "jeedom/core",
"version": "4.5.2",
"date": "2026-01-08T00:27:11Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v4.1.0",
"date": "2025-11-23T12:13:34Z"
},
{
"name": "seriousm4x/UpSnap",
"version": "5.2.7",
@@ -184,11 +324,6 @@
"version": "v0.5.3",
"date": "2026-01-07T19:52:09Z"
},
{
"name": "mongodb/mongo",
"version": "r8.2.4-alpha0",
"date": "2026-01-07T19:47:22Z"
},
{
"name": "prometheus/prometheus",
"version": "v0.309.1",
@@ -199,21 +334,11 @@
"version": "v2026-01-07",
"date": "2026-01-07T18:50:28Z"
},
{
"name": "BerriAI/litellm",
"version": "v1.80.12-nightly",
"date": "2026-01-07T18:07:32Z"
},
{
"name": "home-assistant/core",
"version": "2026.1.0",
"date": "2026-01-07T17:38:27Z"
},
{
"name": "keycloak/keycloak",
"version": "26.5.0",
"date": "2026-01-06T07:42:32Z"
},
{
"name": "TuroYT/snowshare",
"version": "v1.2.7",
@@ -234,11 +359,6 @@
"version": "354",
"date": "2026-01-07T11:16:12Z"
},
{
"name": "bunkerity/bunkerweb",
"version": "v1.6.6",
"date": "2025-11-24T15:30:21Z"
},
{
"name": "Prowlarr/Prowlarr",
"version": "v2.3.0.5236",
@@ -264,11 +384,6 @@
"version": "v1.0.20",
"date": "2026-01-07T07:48:21Z"
},
{
"name": "Whisparr/Whisparr",
"version": "v3.1.0.2066",
"date": "2026-01-07T04:39:15Z"
},
{
"name": "miniflux/v2",
"version": "2.2.16",
@@ -304,21 +419,11 @@
"version": "v4.5.0",
"date": "2026-01-06T21:14:27Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "v6.4.15",
"date": "2026-01-06T20:05:54Z"
},
{
"name": "goauthentik/authentik",
"version": "version/2025.10.3",
"date": "2025-12-16T18:00:53Z"
},
{
"name": "runtipi/runtipi",
"version": "nightly",
"date": "2026-01-06T19:06:59Z"
},
{
"name": "caddyserver/caddy",
"version": "v2.10.2",
@@ -329,11 +434,6 @@
"version": "v22.0.0.0beta1",
"date": "2026-01-06T16:28:03Z"
},
{
"name": "jenkinsci/jenkins",
"version": "jenkins-2.545",
"date": "2026-01-06T16:19:17Z"
},
{
"name": "esphome/esphome",
"version": "2025.12.5",
@@ -404,21 +504,11 @@
"version": "v5.2.0",
"date": "2026-01-05T05:56:57Z"
},
{
"name": "booklore-app/booklore",
"version": "v1.16.5",
"date": "2026-01-05T02:26:15Z"
},
{
"name": "louislam/uptime-kuma",
"version": "2.0.2",
"date": "2025-10-22T17:03:54Z"
},
{
"name": "hyperion-project/hyperion.ng",
"version": "2.1.1",
"date": "2025-06-14T17:45:06Z"
},
{
"name": "Part-DB/Part-DB-server",
"version": "v2.4.0",
@@ -429,11 +519,6 @@
"version": "v2.1.0",
"date": "2026-01-04T20:32:58Z"
},
{
"name": "rcourtman/Pulse",
"version": "v5.0.11",
"date": "2026-01-04T19:48:21Z"
},
{
"name": "actualbudget/actual",
"version": "v26.1.0",
@@ -454,21 +539,11 @@
"version": "2.228.0",
"date": "2026-01-03T16:38:36Z"
},
{
"name": "homarr-labs/homarr",
"version": "v1.49.1",
"date": "2026-01-03T13:13:12Z"
},
{
"name": "TwiN/gatus",
"version": "v5.34.0",
"date": "2026-01-03T03:12:12Z"
},
{
"name": "9001/copyparty",
"version": "v1.20.0",
"date": "2026-01-02T23:40:23Z"
},
{
"name": "karakeep-app/karakeep",
"version": "android/v1.8.5-0",
@@ -482,7 +557,7 @@
{
"name": "mealie-recipes/mealie",
"version": "v3.9.2",
"date": "2026-01-02T19:40:09Z"
"date": "2026-01-02T19:40:19Z"
},
{
"name": "Dokploy/dokploy",
@@ -519,11 +594,6 @@
"version": "e5.8.9",
"date": "2025-12-31T15:06:41Z"
},
{
"name": "evcc-io/evcc",
"version": "0.300.2",
"date": "2025-12-31T15:05:51Z"
},
{
"name": "pommee/goaway",
"version": "v0.63.4",
@@ -534,21 +604,11 @@
"version": "v4.0.0-beta.460",
"date": "2025-12-31T10:58:42Z"
},
{
"name": "Athou/commafeed",
"version": "5.12.1",
"date": "2025-12-31T08:23:37Z"
},
{
"name": "BookStackApp/BookStack",
"version": "v25.12.1",
"date": "2025-12-30T17:25:57Z"
},
{
"name": "dani-garcia/vaultwarden",
"version": "1.35.1",
"date": "2025-12-30T14:21:05Z"
},
{
"name": "javedh-dev/tracktor",
"version": "1.1.0",
@@ -659,11 +719,6 @@
"version": "v25.4",
"date": "2025-10-09T10:27:01Z"
},
{
"name": "endurain-project/endurain",
"version": "v0.16.4",
"date": "2025-12-23T12:08:24Z"
},
{
"name": "itsmng/itsm-ng",
"version": "v1.6.11",
@@ -694,11 +749,6 @@
"version": "v5.8.0",
"date": "2025-12-22T10:12:48Z"
},
{
"name": "open-webui/open-webui",
"version": "v0.6.43",
"date": "2025-12-22T06:03:45Z"
},
{
"name": "benjaminjonard/koillection",
"version": "1.7.1",
@@ -709,11 +759,6 @@
"version": "v1.1.10",
"date": "2025-12-21T13:13:01Z"
},
{
"name": "pocketbase/pocketbase",
"version": "v0.35.0",
"date": "2025-12-21T07:44:15Z"
},
{
"name": "intri-in/manage-my-damn-life-nextjs",
"version": "v0.8.2",
@@ -759,11 +804,6 @@
"version": "v2.4.1",
"date": "2025-12-19T15:50:12Z"
},
{
"name": "raydak-labs/configarr",
"version": "v1.19.0",
"date": "2025-12-19T13:37:00Z"
},
{
"name": "readeck/readeck",
"version": "0.21.5",
@@ -779,16 +819,6 @@
"version": "v1.19.5",
"date": "2025-09-27T20:59:46Z"
},
{
"name": "Stirling-Tools/Stirling-PDF",
"version": "v2.1.5",
"date": "2025-12-18T20:48:01Z"
},
{
"name": "saltstack/salt",
"version": "v3007.10",
"date": "2025-12-18T18:14:16Z"
},
{
"name": "go-gitea/gitea",
"version": "v1.25.3",
@@ -799,11 +829,6 @@
"version": "2025.11.2",
"date": "2025-12-18T17:08:34Z"
},
{
"name": "ollama/ollama",
"version": "v0.13.5",
"date": "2025-12-18T16:39:08Z"
},
{
"name": "paperless-ngx/paperless-ngx",
"version": "v2.20.3",
@@ -819,11 +844,6 @@
"version": "v0.27.1",
"date": "2025-11-11T19:32:29Z"
},
{
"name": "Kozea/Radicale",
"version": "v3.5.10",
"date": "2025-12-18T07:14:13Z"
},
{
"name": "zabbix/zabbix",
"version": "7.4.6",
@@ -834,11 +854,6 @@
"version": "v2.8.0",
"date": "2025-12-12T20:25:00Z"
},
{
"name": "coder/code-server",
"version": "v4.107.0",
"date": "2025-12-17T18:59:21Z"
},
{
"name": "jupyter/notebook",
"version": "@jupyter-notebook/ui-components@7.6.0-alpha.0",
@@ -894,11 +909,6 @@
"version": "v1.9.13",
"date": "2025-12-14T20:18:28Z"
},
{
"name": "blakeblackshear/frigate",
"version": "v0.14.1",
"date": "2024-08-29T22:32:51Z"
},
{
"name": "docmost/docmost",
"version": "v0.24.1",
@@ -1134,11 +1144,6 @@
"version": "v0.39.0",
"date": "2025-11-27T03:47:38Z"
},
{
"name": "gristlabs/grist-core",
"version": "v1.7.8",
"date": "2025-11-26T22:35:03Z"
},
{
"name": "NLnetLabs/unbound",
"version": "release-1.24.2",
@@ -1159,11 +1164,6 @@
"version": "2.3.0",
"date": "2025-11-24T09:48:32Z"
},
{
"name": "webmin/webmin",
"version": "2.610",
"date": "2025-11-24T04:28:30Z"
},
{
"name": "Bubka/2FAuth",
"version": "v5.6.1",
@@ -1435,7 +1435,7 @@
"date": "2025-09-19T22:23:28Z"
},
{
"name": "Flomp/wanderer",
"name": "open-wanderer/wanderer",
"version": "v0.18.3",
"date": "2025-09-19T16:16:11Z"
},

View File

@@ -72,7 +72,7 @@ After=network.target
Type=simple
User=root
WorkingDirectory=/opt/ComfyUI
ExecStart=/opt/ComfyUI/venv/bin/python /opt/ComfyUI/main.py --listen --port 8188 --cpu
ExecStart=/opt/ComfyUI/venv/bin/python /opt/ComfyUI/main.py --listen --port 8188
Restart=on-failure
[Install]

View File

@@ -13,11 +13,14 @@ network_check
update_os
JAVA_VERSION="21" setup_java
setup_deb822_repo \
"jenkins" \
"https://pkg.jenkins.io/debian/jenkins.io-2026.key" \
"https://pkg.jenkins.io/debian" \
"binary/" \
" "
msg_info "Setup Jenkins"
curl -fsSL "https://pkg.jenkins.io/debian/jenkins.io-2023.key" -o "/usr/share/keyrings/jenkins-keyring.asc"
echo "deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc]" https://pkg.jenkins.io/debian binary/ >/etc/apt/sources.list.d/jenkins.list
$STD apt update
$STD apt install -y jenkins
msg_ok "Setup Jenkins"

View File

@@ -184,7 +184,10 @@ install_packages_with_retry() {
local retry=0
while [[ $retry -le $max_retries ]]; do
if $STD apt install -y "${packages[@]}" 2>/dev/null; then
if DEBIAN_FRONTEND=noninteractive $STD apt install -y \
-o Dpkg::Options::="--force-confdef" \
-o Dpkg::Options::="--force-confold" \
"${packages[@]}" 2>/dev/null; then
return 0
fi
@@ -211,7 +214,10 @@ upgrade_packages_with_retry() {
local retry=0
while [[ $retry -le $max_retries ]]; do
if $STD apt install --only-upgrade -y "${packages[@]}" 2>/dev/null; then
if DEBIAN_FRONTEND=noninteractive $STD apt install --only-upgrade -y \
-o Dpkg::Options::="--force-confdef" \
-o Dpkg::Options::="--force-confold" \
"${packages[@]}" 2>/dev/null; then
return 0
fi
@@ -2920,8 +2926,15 @@ _setup_intel_legacy() {
vainfo \
intel-gpu-tools 2>/dev/null || msg_warn "Some Intel legacy packages failed"
# beignet provides OpenCL for older Intel GPUs (if available)
$STD apt -y install beignet-opencl-icd 2>/dev/null || true
# beignet provides OpenCL for older Intel GPUs (Sandy Bridge to Broadwell)
# Note: beignet-opencl-icd was removed in Debian 12+ and Ubuntu 22.04+
# Check if package is available before attempting installation
if apt-cache show beignet-opencl-icd &>/dev/null; then
$STD apt -y install beignet-opencl-icd 2>/dev/null || msg_warn "beignet-opencl-icd installation failed (optional)"
else
msg_warn "beignet-opencl-icd not available - OpenCL support for legacy Intel GPU limited"
msg_warn "Note: Hardware video encoding/decoding (VA-API) still works without OpenCL"
fi
msg_ok "Intel Legacy GPU configured"
}