Compare commits

...

18 Commits

Author SHA1 Message Date
github-actions[bot]
623f3b4f62 Update CHANGELOG.md 2025-11-01 13:49:13 +00:00
Tobias
600da80ff4 frontend: chore: bump debian OS (#8798)
Removed Debian version 11 from the operating systems list.
2025-11-01 06:48:59 -07:00
community-scripts-pr-app[bot]
8ec5e3e41f Update CHANGELOG.md (#8803)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 12:44:45 +00:00
Chris
d8618652d9 Immich: Pin version to 2.2.1 (#8800) 2025-11-01 13:44:21 +01:00
community-scripts-pr-app[bot]
dc90d68d3b Update versions.json (#8801)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 13:05:00 +01:00
community-scripts-pr-app[bot]
9fa2670348 Update CHANGELOG.md (#8797)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 08:07:00 +00:00
Tobias
9a2fc84789 jellyfin: fix: initial update (#8784) 2025-11-01 09:06:33 +01:00
community-scripts-pr-app[bot]
a48963ff66 Update CHANGELOG.md (#8795)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 00:16:00 +00:00
community-scripts-pr-app[bot]
fe0eb73ceb Update versions.json (#8794)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-01 01:15:34 +01:00
community-scripts-pr-app[bot]
a7524317fa Update CHANGELOG.md (#8792)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-31 21:33:47 +00:00
Andrew Still
c9e6f85a9c Removed errant ` from wireguard.json (#8791) 2025-10-31 22:33:23 +01:00
community-scripts-pr-app[bot]
9db82be59c Update CHANGELOG.md (#8790)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-31 16:15:52 +00:00
Slaviša Arežina
b715c1ed18 Reitti: Fix missing data directory (#8787)
* Reitti fix

* Update photon.service configuration in install script

* Update
2025-10-31 09:15:28 -07:00
community-scripts-pr-app[bot]
7f86f98d8d Update versions.json (#8788)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-31 13:06:26 +01:00
community-scripts-pr-app[bot]
3397846bc1 Update CHANGELOG.md (#8782)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-31 08:47:56 +00:00
CanbiZ
b3a7e9340a omada: fix update script with mongodb 8 (#8724)
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-10-31 09:47:22 +01:00
community-scripts-pr-app[bot]
4def83ef00 Update CHANGELOG.md (#8781)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-31 08:46:08 +00:00
Slaviša Arežina
630c223b19 Update Nginx configuration to use port 6060 (#8780) 2025-10-31 09:45:47 +01:00
11 changed files with 192 additions and 174 deletions

View File

@@ -10,14 +10,36 @@
> [!CAUTION]
Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit the project's popularity for potentially malicious purposes.
## 2025-11-01
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- Immich: Pin version to 2.2.1 [@vhsdream](https://github.com/vhsdream) ([#8800](https://github.com/community-scripts/ProxmoxVE/pull/8800))
- jellyfin: fix: initial update [@CrazyWolf13](https://github.com/CrazyWolf13) ([#8784](https://github.com/community-scripts/ProxmoxVE/pull/8784))
### 🌐 Website
- frontend: chore: bump debian OS [@CrazyWolf13](https://github.com/CrazyWolf13) ([#8798](https://github.com/community-scripts/ProxmoxVE/pull/8798))
## 2025-10-31
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- Reitti: Fix missing data directory [@tremor021](https://github.com/tremor021) ([#8787](https://github.com/community-scripts/ProxmoxVE/pull/8787))
- omada: fix update script with mongodb 8 [@MickLesk](https://github.com/MickLesk) ([#8724](https://github.com/community-scripts/ProxmoxVE/pull/8724))
- Booklore: Fix port configuration for Nginx [@tremor021](https://github.com/tremor021) ([#8780](https://github.com/community-scripts/ProxmoxVE/pull/8780))
- Fix paths in grist.sh [@mrinaldi](https://github.com/mrinaldi) ([#8777](https://github.com/community-scripts/ProxmoxVE/pull/8777))
### 🌐 Website
- #### 📝 Script Information
- Removed errant ` from wireguard.json [@AndrewDragonCh](https://github.com/AndrewDragonCh) ([#8791](https://github.com/community-scripts/ProxmoxVE/pull/8791))
## 2025-10-30
### 🆕 New Scripts

View File

@@ -93,7 +93,7 @@ EOF
msg_ok "Image-processing libraries up to date"
fi
RELEASE="2.2.0"
RELEASE="2.2.1"
if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then
msg_info "Stopping Services"
systemctl stop immich-web

View File

@@ -30,7 +30,7 @@ function update_script() {
if ! grep -qEi 'ubuntu' /etc/os-release; then
msg_info "Updating Intel Dependencies"
rm .intel-*
rm -f ~/.intel-* || true
fetch_and_deploy_gh_release "intel-igc-core-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-core-2_*_amd64.deb"
fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb"
fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb"

View File

@@ -29,19 +29,13 @@ function update_script() {
fi
msg_info "Updating MongoDB"
MONGODB_VERSION="7.0"
if ! lscpu | grep -q 'avx'; then
MONGODB_VERSION="4.4"
msg_error "No AVX detected: TP-Link Canceled Support for Old MongoDB for Debian 12\n https://www.tp-link.com/baltic/support/faq/4160/"
exit
if lscpu | grep -q 'avx'; then
MONGO_VERSION="8.0" setup_mongodb
else
msg_warn "No AVX detected: Using older MongoDB 4.4"
MONGO_VERSION="4.4" setup_mongodb
fi
curl -fsSL "https://www.mongodb.org/static/pgp/server-${MONGODB_VERSION}.asc" | gpg --dearmor >/usr/share/keyrings/mongodb-server-${MONGODB_VERSION}.gpg
echo "deb [signed-by=/usr/share/keyrings/mongodb-server-${MONGODB_VERSION}.gpg] http://repo.mongodb.org/apt/debian $(grep '^VERSION_CODENAME=' /etc/os-release | cut -d'=' -f2)/mongodb-org/${MONGODB_VERSION} main" >/etc/apt/sources.list.d/mongodb-org-${MONGODB_VERSION}.list
$STD apt update
$STD apt install -y --only-upgrade mongodb-org
msg_ok "Updated MongoDB to $MONGODB_VERSION"
msg_info "Checking if right Azul Zulu Java is installed"
java_version=$(java -version 2>&1 | awk -F[\"_] '/version/ {print $2}')
if [[ "$java_version" =~ ^1\.8\.* ]]; then

View File

@@ -41,7 +41,7 @@ function update_script() {
msg_ok "Started Service"
msg_ok "Updated successfully!"
fi
if check_for_gh_release "photon" "dedicatedcode/reitti"; then
if check_for_gh_release "photon" "komoot/photon"; then
msg_info "Stopping Service"
systemctl stop photon
msg_ok "Stopped Service"

View File

@@ -1,34 +1,174 @@
[
{
"name": "chrisbenincasa/tunarr",
"version": "v0.23.0-alpha.20",
"date": "2025-11-01T11:42:54Z"
},
{
"name": "Luligu/matterbridge",
"version": "3.3.6",
"date": "2025-11-01T10:41:15Z"
},
{
"name": "Paymenter/Paymenter",
"version": "v1.4.0",
"date": "2025-11-01T09:51:45Z"
},
{
"name": "fuma-nama/fumadocs",
"version": "fumadocs-ui@16.0.7",
"date": "2025-11-01T09:43:37Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.24.241",
"date": "2025-11-01T05:57:29Z"
},
{
"name": "cross-seed/cross-seed",
"version": "v6.13.5",
"date": "2025-09-27T01:10:59Z"
},
{
"name": "theonedev/onedev",
"version": "v13.0.10",
"date": "2025-11-01T02:08:01Z"
},
{
"name": "jeedom/core",
"version": "4.4.20",
"date": "2025-11-01T00:27:06Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v4.0.1",
"date": "2025-10-15T16:53:55Z"
},
{
"name": "ollama/ollama",
"version": "v0.12.7",
"date": "2025-10-29T18:50:56Z"
"version": "v0.12.8",
"date": "2025-10-30T23:22:27Z"
},
{
"name": "tailscale/tailscale",
"version": "v1.90.6",
"date": "2025-10-31T22:24:04Z"
},
{
"name": "runtipi/runtipi",
"version": "v4.5.5",
"date": "2025-10-28T21:53:07Z"
},
{
"name": "evcc-io/evcc",
"version": "0.209.6",
"date": "2025-10-31T20:13:49Z"
},
{
"name": "homarr-labs/homarr",
"version": "v1.43.1",
"date": "2025-10-31T19:15:02Z"
},
{
"name": "mealie-recipes/mealie",
"version": "v3.4.0",
"date": "2025-10-31T18:50:18Z"
},
{
"name": "BerriAI/litellm",
"version": "v1.79.1.dev1",
"date": "2025-10-30T22:18:35Z"
"version": "v1.78.5.rc.4",
"date": "2025-10-31T18:44:14Z"
},
{
"name": "immich-app/immich",
"version": "v2.2.1",
"date": "2025-10-31T18:34:59Z"
},
{
"name": "YunoHost/yunohost",
"version": "debian/12.1.33",
"date": "2025-10-31T12:40:16Z"
},
{
"name": "leiweibau/Pi.Alert",
"version": "v2025-10-31",
"date": "2025-10-31T17:57:06Z"
},
{
"name": "pommee/goaway",
"version": "v0.62.12",
"date": "2025-10-31T17:30:55Z"
},
{
"name": "keycloak/keycloak",
"version": "26.4.2",
"date": "2025-10-23T06:59:32Z"
},
{
"name": "Cleanuparr/Cleanuparr",
"version": "v2.4.1",
"date": "2025-10-31T15:50:26Z"
},
{
"name": "zitadel/zitadel",
"version": "v4.6.2",
"date": "2025-10-31T15:41:19Z"
},
{
"name": "bunkerity/bunkerweb",
"version": "testing",
"date": "2025-10-30T14:33:36Z"
},
{
"name": "wizarrrr/wizarr",
"version": "v2025.10.8",
"date": "2025-10-31T14:47:28Z"
},
{
"name": "gristlabs/grist-core",
"version": "v1.7.5",
"date": "2025-10-31T13:42:36Z"
},
{
"name": "plankanban/planka",
"version": "planka-1.1.1",
"date": "2025-10-31T12:38:47Z"
},
{
"name": "mattermost/mattermost",
"version": "mattermost-redux@11.0.4",
"date": "2025-10-30T16:44:14Z"
},
{
"name": "chrisvel/tududi",
"version": "v0.85.1",
"date": "2025-10-31T10:45:26Z"
},
{
"name": "wazuh/wazuh",
"version": "coverity-w44-4.14.1",
"date": "2025-10-29T11:28:37Z"
},
{
"name": "garethgeorge/backrest",
"version": "v1.10.1",
"date": "2025-10-31T08:25:57Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "6.4.3",
"date": "2025-10-31T05:51:51Z"
},
{
"name": "getumbrel/umbrel",
"version": "1.4.2",
"date": "2025-05-09T08:54:49Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "v6.4.2",
"date": "2025-10-07T08:11:58Z"
},
{
"name": "home-assistant/core",
"version": "2025.10.4",
"date": "2025-10-24T20:03:03Z"
},
{
"name": "gristlabs/grist-core",
"version": "v1.7.5",
"date": "2025-10-30T19:11:58Z"
},
{
"name": "pymedusa/Medusa",
"version": "v1.0.24",
@@ -54,26 +194,11 @@
"version": "1.0.2",
"date": "2025-10-30T18:23:23Z"
},
{
"name": "immich-app/immich",
"version": "v2.2.0",
"date": "2025-10-30T18:02:47Z"
},
{
"name": "tailscale/tailscale",
"version": "v1.90.5",
"date": "2025-10-30T17:39:20Z"
},
{
"name": "TwiN/gatus",
"version": "v5.30.0",
"date": "2025-10-30T16:52:58Z"
},
{
"name": "mattermost/mattermost",
"version": "mattermost-redux@11.0.4",
"date": "2025-10-30T16:44:14Z"
},
{
"name": "OliveTin/OliveTin",
"version": "2025.10.30",
@@ -89,11 +214,6 @@
"version": "v0.107.69",
"date": "2025-10-30T15:31:50Z"
},
{
"name": "bunkerity/bunkerweb",
"version": "v1.6.5",
"date": "2025-10-06T15:25:17Z"
},
{
"name": "Lidarr/Lidarr",
"version": "v3.0.1.4866",
@@ -134,11 +254,6 @@
"version": "v1.5.3",
"date": "2025-09-20T12:12:33Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.24.222",
"date": "2025-10-30T05:55:32Z"
},
{
"name": "documenso/documenso",
"version": "v1.13.2",
@@ -149,16 +264,6 @@
"version": "v0.38.2",
"date": "2025-10-30T02:44:09Z"
},
{
"name": "jeedom/core",
"version": "4.4.20",
"date": "2025-10-30T00:27:05Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v4.0.1",
"date": "2025-10-15T16:53:55Z"
},
{
"name": "gtsteffaniak/filebrowser",
"version": "v1.0.0-beta",
@@ -179,26 +284,11 @@
"version": "jenkins-2.534",
"date": "2025-10-29T21:01:24Z"
},
{
"name": "chrisvel/tududi",
"version": "v0.85",
"date": "2025-10-29T20:40:57Z"
},
{
"name": "influxdata/influxdb",
"version": "v2.7.12",
"date": "2025-05-29T17:08:26Z"
},
{
"name": "runtipi/runtipi",
"version": "nightly",
"date": "2025-10-29T19:37:29Z"
},
{
"name": "keycloak/keycloak",
"version": "26.4.2",
"date": "2025-10-23T06:59:32Z"
},
{
"name": "paperless-ngx/paperless-ngx",
"version": "v2.19.3",
@@ -229,21 +319,11 @@
"version": "2.11.0",
"date": "2025-10-29T14:26:23Z"
},
{
"name": "zitadel/zitadel",
"version": "v4.6.1",
"date": "2025-10-29T10:15:50Z"
},
{
"name": "element-hq/synapse",
"version": "v1.141.0",
"date": "2025-10-29T11:45:43Z"
},
{
"name": "wazuh/wazuh",
"version": "coverity-w44-4.14.1",
"date": "2025-10-29T11:28:37Z"
},
{
"name": "cockpit-project/cockpit",
"version": "350",
@@ -254,21 +334,11 @@
"version": "v1.14.2",
"date": "2025-10-29T08:37:03Z"
},
{
"name": "evcc-io/evcc",
"version": "0.209.4",
"date": "2025-10-29T08:06:31Z"
},
{
"name": "apache/cassandra",
"version": "cassandra-5.0.6",
"date": "2025-10-29T07:40:47Z"
},
{
"name": "fuma-nama/fumadocs",
"version": "create-fumadocs-app@16.0.7",
"date": "2025-10-29T06:44:29Z"
},
{
"name": "SigNoz/signoz",
"version": "v0.99.0",
@@ -306,8 +376,8 @@
},
{
"name": "javedh-dev/tracktor",
"version": "0.4.3",
"date": "2025-10-28T17:32:48Z"
"version": "0.4.4",
"date": "2025-10-28T17:39:14Z"
},
{
"name": "pi-hole/pi-hole",
@@ -319,11 +389,6 @@
"version": "2.0.2",
"date": "2025-10-28T15:51:35Z"
},
{
"name": "chrisbenincasa/tunarr",
"version": "v0.22.11",
"date": "2025-10-28T15:48:53Z"
},
{
"name": "traefik/traefik",
"version": "v3.5.4",
@@ -344,11 +409,6 @@
"version": "n8n@1.117.3",
"date": "2025-10-28T12:00:42Z"
},
{
"name": "YunoHost/yunohost",
"version": "debian/12.1.32.1",
"date": "2025-10-28T11:37:10Z"
},
{
"name": "FlareSolverr/FlareSolverr",
"version": "v3.4.3",
@@ -409,11 +469,6 @@
"version": "v1.30.4",
"date": "2025-10-26T17:22:46Z"
},
{
"name": "wizarrrr/wizarr",
"version": "v2025.10.7",
"date": "2025-10-26T15:31:18Z"
},
{
"name": "openhab/openhab-core",
"version": "5.1.0.M2",
@@ -429,11 +484,6 @@
"version": "v13.0.2",
"date": "2025-10-26T06:33:05Z"
},
{
"name": "cross-seed/cross-seed",
"version": "v6.13.5",
"date": "2025-09-27T01:10:59Z"
},
{
"name": "Prowlarr/Prowlarr",
"version": "v2.1.5.5216",
@@ -444,11 +494,6 @@
"version": "v1.19.19",
"date": "2025-10-25T19:39:58Z"
},
{
"name": "homarr-labs/homarr",
"version": "v1.43.0",
"date": "2025-10-24T19:16:05Z"
},
{
"name": "verdaccio/verdaccio",
"version": "v6.2.1",
@@ -474,11 +519,6 @@
"version": "prototype-v1.24.0.s3-snapshots-3",
"date": "2025-10-24T09:47:47Z"
},
{
"name": "Luligu/matterbridge",
"version": "3.3.4",
"date": "2025-10-24T06:43:49Z"
},
{
"name": "inventree/InvenTree",
"version": "1.0.8",
@@ -494,11 +534,6 @@
"version": "2025.10.3",
"date": "2025-10-24T01:08:22Z"
},
{
"name": "Cleanuparr/Cleanuparr",
"version": "v2.4.0",
"date": "2025-10-23T21:12:48Z"
},
{
"name": "drakkan/sftpgo",
"version": "v2.7.0",
@@ -614,11 +649,6 @@
"version": "v4.5.0",
"date": "2025-10-18T22:00:50Z"
},
{
"name": "leiweibau/Pi.Alert",
"version": "v2025-10-18",
"date": "2025-10-18T20:35:54Z"
},
{
"name": "project-zot/zot",
"version": "v2.1.10",
@@ -639,11 +669,6 @@
"version": "0.20.4",
"date": "2025-10-18T10:00:42Z"
},
{
"name": "theonedev/onedev",
"version": "v13.0.9",
"date": "2025-10-18T09:59:25Z"
},
{
"name": "grokability/snipe-it",
"version": "v8.3.4",
@@ -724,11 +749,6 @@
"version": "v4.5.5",
"date": "2025-10-14T18:48:36Z"
},
{
"name": "plankanban/planka",
"version": "planka-1.1.0",
"date": "2025-10-14T16:51:22Z"
},
{
"name": "home-assistant/operating-system",
"version": "16.2",
@@ -789,11 +809,6 @@
"version": "10.1.48",
"date": "2025-10-10T14:46:53Z"
},
{
"name": "mealie-recipes/mealie",
"version": "v3.3.2",
"date": "2025-10-10T03:45:06Z"
},
{
"name": "projectsend/projectsend",
"version": "r1945",
@@ -874,11 +889,6 @@
"version": "v25.07.3",
"date": "2025-10-05T14:47:20Z"
},
{
"name": "pommee/goaway",
"version": "v0.62.11",
"date": "2025-10-05T07:31:57Z"
},
{
"name": "webmin/webmin",
"version": "2.520",
@@ -1019,11 +1029,6 @@
"version": "v2.4.0p12",
"date": "2025-09-16T12:53:03Z"
},
{
"name": "Paymenter/Paymenter",
"version": "v1.3.4",
"date": "2025-09-15T20:48:02Z"
},
{
"name": "apache/tika",
"version": "3.2.0",
@@ -1099,11 +1104,6 @@
"version": "1.7.0",
"date": "2025-08-28T18:10:59Z"
},
{
"name": "garethgeorge/backrest",
"version": "v1.9.2",
"date": "2025-08-28T07:06:14Z"
},
{
"name": "plexguide/Huntarr.io",
"version": "8.2.10",

View File

@@ -48,7 +48,7 @@
"type": "info"
},
{
"text": "WGDashboard installation is optional.`",
"text": "WGDashboard installation is optional.",
"type": "info"
}
]

View File

@@ -58,8 +58,8 @@ export const OperatingSystems: OperatingSystem[] = [
{
name: "Debian",
versions: [
{ name: "11", slug: "bullseye" },
{ name: "12", slug: "bookworm" },
{ name: "13", slug: "trixie" },
],
},
{

View File

@@ -77,7 +77,8 @@ msg_info "Configure Nginx"
rm -rf /usr/share/nginx/html
ln -s /opt/booklore/booklore-ui/dist/booklore/browser /usr/share/nginx/html
cp /opt/booklore/nginx.conf /etc/nginx/nginx.conf
sed -i "s/listen \${BOOKLORE_PORT};/listen 6060;/" /etc/nginx/nginx.conf
sed -i 's/listen \${BOOKLORE_PORT};/listen 6060;/' /etc/nginx/nginx.conf
sed -i 's/listen \[::\]:${BOOKLORE_PORT};/listen [::]:6060;/' /etc/nginx/nginx.conf
systemctl restart nginx
msg_ok "Configured Nginx"

View File

@@ -288,7 +288,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
mkdir -p "$INSTALL_DIR"
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.2.0" "$SRC_DIR"
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.2.1" "$SRC_DIR"
msg_info "Installing ${APPLICATION} (patience)"

View File

@@ -65,6 +65,7 @@ USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "photon" "komoot/photon
mv /opt/photon/photon-*.jar /opt/photon/photon.jar
msg_info "Creating Reitti Configuration-File"
mkdir -p /opt/reitti/data
cat <<EOF >/opt/reitti/application.properties
# Reitti Server Base URI
reitti.server.advertise-uri=http://127.0.0.1:8080