1
0
forked from Proxmox/ProxmoxVE

Compare commits

..

4 Commits

Author SHA1 Message Date
336a4546b2 Update CHANGELOG.md (#3347)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-23 22:25:12 +01:00
51ec219eb7 Check if build-essential is present, if not install it (#3358) 2025-03-23 22:23:20 +01:00
a0f393cb56 Update versions.json (#3351) 2025-03-23 15:06:11 +01:00
c3e7a25794 Update versions.json (#3346)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-23 01:50:42 +01:00
3 changed files with 98 additions and 86 deletions

View File

@ -14,6 +14,14 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
## 2025-03-23
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- GoMFT: Check if build-essential is present before updating, if not then install it [@tremor021](https://github.com/tremor021) ([#3358](https://github.com/community-scripts/ProxmoxVE/pull/3358))
## 2025-03-22
### 🚀 Updated Scripts

View File

@ -29,6 +29,10 @@ function update_script() {
exit
fi
RELEASE=$(curl -s https://api.github.com/repos/StarFleetCPTN/GoMFT/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
if ! dpkg -l | grep -q "^ii.*build-essential"; then
$STD apt-get install -y build-essential
fi
if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}_version.txt ]]; then
msg_info "Stopping $APP"
systemctl stop gomft

View File

@ -1,19 +1,99 @@
[
{
"name": "Lidarr/Lidarr",
"version": "v2.10.3.4602",
"date": "2025-03-23T11:00:37Z"
},
{
"name": "fhem/fhem-mirror",
"version": "6.2",
"date": "2025-03-22T10:31:21Z"
"date": "2025-03-23T10:30:16Z"
},
{
"name": "YunoHost/yunohost",
"version": "debian/12.1.3",
"date": "2025-03-23T09:08:41Z"
},
{
"name": "nicolargo/glances",
"version": "v4.3.1",
"date": "2025-03-23T09:02:54Z"
},
{
"name": "forgejo/forgejo",
"version": "v10.0.3",
"date": "2025-03-23T08:58:24Z"
},
{
"name": "Radarr/Radarr",
"version": "v5.20.2.9777",
"date": "2025-03-18T12:11:37Z"
},
{
"name": "Prowlarr/Prowlarr",
"version": "v1.32.2.4987",
"date": "2025-03-16T09:41:37Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.22.1680",
"date": "2025-03-23T06:10:41Z"
},
{
"name": "morpheus65535/bazarr",
"version": "v1.5.1",
"date": "2025-01-01T16:15:52Z"
},
{
"name": "theonedev/onedev",
"version": "v11.7.6",
"date": "2025-03-23T05:08:22Z"
},
{
"name": "esphome/esphome",
"version": "2025.3.1",
"date": "2025-03-23T04:45:21Z"
},
{
"name": "usememos/memos",
"version": "v0.24.2",
"date": "2025-03-23T04:01:50Z"
},
{
"name": "OliveTin/OliveTin",
"version": "2025.3.23",
"date": "2025-03-23T01:38:55Z"
},
{
"name": "dgtlmoon/changedetection.io",
"version": "0.49.6",
"date": "2025-03-23T01:02:36Z"
},
{
"name": "msgbyte/tianji",
"version": "v1.19.1",
"date": "2025-03-22T17:57:11Z"
},
{
"name": "hoarder-app/hoarder",
"version": "sdk/v0.23.0",
"date": "2025-03-22T17:26:10Z"
},
{
"name": "keycloak/keycloak",
"version": "26.1.4",
"date": "2025-03-13T15:41:42Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "v6.2.10",
"date": "2025-03-22T13:02:26Z"
},
{
"name": "documenso/documenso",
"version": "v1.10.0-rc.1",
"date": "2025-03-22T06:34:33Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.22.1675",
"date": "2025-03-22T05:59:21Z"
},
{
"name": "pocketbase/pocketbase",
"version": "v0.26.2",
@ -34,11 +114,6 @@
"version": "4.4.1",
"date": "2024-12-20T13:21:31Z"
},
{
"name": "keycloak/keycloak",
"version": "26.1.4",
"date": "2025-03-13T15:41:42Z"
},
{
"name": "home-assistant/core",
"version": "2025.3.4",
@ -54,11 +129,6 @@
"version": "v2.7.6",
"date": "2025-03-21T19:24:53Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "develop-20250222.4",
"date": "2025-02-22T16:26:15Z"
},
{
"name": "homarr-labs/homarr",
"version": "v1.12.0",
@ -74,11 +144,6 @@
"version": "2025-03-21-r1",
"date": "2025-03-21T14:54:00Z"
},
{
"name": "forgejo/forgejo",
"version": "v10.0.2",
"date": "2025-03-21T12:34:48Z"
},
{
"name": "photoprism/photoprism",
"version": "250321-57590c48b",
@ -99,11 +164,6 @@
"version": "v10.1.0",
"date": "2025-03-21T09:17:45Z"
},
{
"name": "morpheus65535/bazarr",
"version": "v1.5.1",
"date": "2025-01-01T16:15:52Z"
},
{
"name": "StarFleetCPTN/GoMFT",
"version": "v0.1.18",
@ -184,11 +244,6 @@
"version": "0.201.1",
"date": "2025-03-20T06:59:18Z"
},
{
"name": "esphome/esphome",
"version": "2025.3.0",
"date": "2025-03-20T04:37:16Z"
},
{
"name": "rabbitmq/rabbitmq-server",
"version": "v4.0.7",
@ -264,11 +319,6 @@
"version": "v1.6.6",
"date": "2025-03-18T13:05:01Z"
},
{
"name": "Radarr/Radarr",
"version": "v5.20.2.9777",
"date": "2025-03-18T12:11:37Z"
},
{
"name": "apache/couchdb",
"version": "3.4.3.post1",
@ -359,21 +409,6 @@
"version": "v25.02.1",
"date": "2025-03-16T12:51:00Z"
},
{
"name": "hoarder-app/hoarder",
"version": "ios/v1.6.9-0",
"date": "2025-03-16T12:48:20Z"
},
{
"name": "YunoHost/yunohost",
"version": "debian/12.0.12",
"date": "2025-03-16T11:59:24Z"
},
{
"name": "Prowlarr/Prowlarr",
"version": "v1.32.2.4987",
"date": "2025-03-16T09:41:37Z"
},
{
"name": "Kozea/Radicale",
"version": "v3.5.0",
@ -399,21 +434,11 @@
"version": "v1.6.1",
"date": "2025-03-15T17:29:17Z"
},
{
"name": "msgbyte/tianji",
"version": "v1.18.22",
"date": "2025-03-15T13:36:57Z"
},
{
"name": "duplicati/duplicati",
"version": "v2.1.0.111-2.1.0.111_canary_2025-03-15",
"date": "2025-03-15T11:06:44Z"
},
{
"name": "theonedev/onedev",
"version": "vv11.7.5",
"date": "2025-03-15T09:53:15Z"
},
{
"name": "henrygd/beszel",
"version": "v0.10.2",
@ -459,16 +484,6 @@
"version": "2.31.0",
"date": "2025-03-13T17:13:47Z"
},
{
"name": "usememos/memos",
"version": "v0.24.1",
"date": "2025-03-13T14:08:30Z"
},
{
"name": "dgtlmoon/changedetection.io",
"version": "0.49.4",
"date": "2025-03-13T11:08:16Z"
},
{
"name": "moghtech/komodo",
"version": "v1.16.12",
@ -549,11 +564,6 @@
"version": "v21.0.0.0",
"date": "2025-03-09T12:25:44Z"
},
{
"name": "Lidarr/Lidarr",
"version": "v2.9.6.4552",
"date": "2025-02-03T12:11:00Z"
},
{
"name": "Readarr/Readarr",
"version": "v2.0.0.4645",
@ -764,11 +774,6 @@
"version": "v13.4.3",
"date": "2025-02-23T11:08:26Z"
},
{
"name": "OliveTin/OliveTin",
"version": "2025.2.21",
"date": "2025-02-21T23:09:34Z"
},
{
"name": "azukaar/Cosmos-Server",
"version": "v0.18.3",
@ -984,11 +989,6 @@
"version": "v25.1.0",
"date": "2025-01-10T18:14:54Z"
},
{
"name": "nicolargo/glances",
"version": "v4.3.0.8",
"date": "2025-01-05T13:55:13Z"
},
{
"name": "MagicMirrorOrg/MagicMirror",
"version": "v2.30.0",