Compare commits

..

7 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
957da8d062 Update CHANGELOG.md (#3285)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-20 19:55:02 +01:00
CanbiZ
2bc441e1f3 [core] add gitignore to prevent big pulls (#3278) 2025-03-20 19:42:22 +01:00
community-scripts-pr-app[bot]
a53dc2c84b Update CHANGELOG.md (#3277)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-20 14:25:18 +01:00
community-scripts-pr-app[bot]
94ff8188e1 Update versions.json (#3280)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-20 13:20:13 +01:00
CanbiZ
dc269dd92b Netdata: Update to newer deb File (#3276) 2025-03-20 11:29:58 +01:00
community-scripts-pr-app[bot]
8ffd763b94 Update CHANGELOG.md (#3274)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-20 11:21:38 +01:00
community-scripts-pr-app[bot]
95f7680e07 Update versions.json (#3272)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-20 07:00:25 +01:00
4 changed files with 191 additions and 101 deletions

76
.gitignore vendored Normal file
View File

@@ -0,0 +1,76 @@
# General OS files
.DS_Store
Thumbs.db
# Editor & IDE files (keeping .vscode settings but ignoring unnecessary metadata)
!.vscode/
.vscode/*.workspace
.vscode/*.tmp
# Log and Cache files
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Python-specific exclusions
__pycache__/
*.pyc
*.pyo
*.pyd
*.venv/
venv/
env/
*.env
# Node.js dependencies (frontend folder was excluded, but keeping this rule for reference)
frontend/node_modules/
frontend/.svelte-kit/
frontend/.turbo/
frontend/.vite/
frontend/build/
# API and Backend specific exclusions
api/.env
api/__pycache__/
api/*.sqlite3
# Install scripts and temporary files
install/tmp/
install/*.bak
# VM and Container-specific exclusions
vm/tmp/
vm/*.qcow2
vm/*.img
vm/*.vmdk
vm/*.iso
vm/*.bak
# Miscellaneous temporary or unnecessary files
*.bak
*.swp
*.swo
*.swn
*.tmp
*.backup
# JSON configuration backups
json/*.bak
json/*.tmp
json/.vscode/
# Ignore compiled binaries or packaged artifacts
*.exe
*.dll
*.bin
*.deb
*.rpm
*.tar.gz
*.zip
*.tgz
# Ignore repository metadata or Git itself
.git/
.gitignore

View File

@@ -14,6 +14,20 @@ 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-20
### 🚀 Updated Scripts
- #### ✨ New Features
- Netdata: Update to newer deb File [@MickLesk](https://github.com/MickLesk) ([#3276](https://github.com/community-scripts/ProxmoxVE/pull/3276))
### 🧰 Maintenance
- #### ✨ New Features
- [core] add gitignore to prevent big pulls [@MickLesk](https://github.com/MickLesk) ([#3278](https://github.com/community-scripts/ProxmoxVE/pull/3278))
## 2025-03-19
### 🚀 Updated Scripts

View File

@@ -1,4 +1,94 @@
[
{
"name": "fhem/fhem-mirror",
"version": "6.2",
"date": "2025-03-20T10:33:53Z"
},
{
"name": "Stirling-Tools/Stirling-PDF",
"version": "v0.44.3",
"date": "2025-03-20T09:43:56Z"
},
{
"name": "jenkinsci/jenkins",
"version": "jenkins-2.502",
"date": "2025-03-18T15:02:59Z"
},
{
"name": "clusterzx/paperless-ai",
"version": "v2.7.5",
"date": "2025-03-20T08:45:10Z"
},
{
"name": "wazuh/wazuh",
"version": "coverity-w11-4.12.0",
"date": "2025-03-14T20:04:02Z"
},
{
"name": "jupyter/notebook",
"version": "@jupyter-notebook/ui-components@7.4.0-beta.2",
"date": "2025-03-20T07:41:24Z"
},
{
"name": "evcc-io/evcc",
"version": "0.201.1",
"date": "2025-03-20T06:59:18Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.22.1669",
"date": "2025-03-20T05:56:41Z"
},
{
"name": "esphome/esphome",
"version": "2025.3.0",
"date": "2025-03-20T04:37:16Z"
},
{
"name": "rabbitmq/rabbitmq-server",
"version": "v4.0.7",
"date": "2025-02-26T19:07:11Z"
},
{
"name": "ellite/Wallos",
"version": "v2.47.1",
"date": "2025-03-19T23:30:33Z"
},
{
"name": "influxdata/influxdb",
"version": "v3.0.0-0.beta.1",
"date": "2025-03-19T22:25:30Z"
},
{
"name": "keycloak/keycloak",
"version": "26.1.4",
"date": "2025-03-13T15:41:42Z"
},
{
"name": "NodeBB/NodeBB",
"version": "v4.2.0",
"date": "2025-03-19T18:34:01Z"
},
{
"name": "AdguardTeam/AdGuardHome",
"version": "v0.107.58",
"date": "2025-03-19T16:29:42Z"
},
{
"name": "zwave-js/zwave-js-ui",
"version": "v10.0.2",
"date": "2025-03-19T14:47:05Z"
},
{
"name": "seanmorley15/AdventureLog",
"version": "v0.9.0",
"date": "2025-03-19T13:30:02Z"
},
{
"name": "hakimel/reveal.js",
"version": "5.2.0",
"date": "2025-03-19T11:03:56Z"
},
{
"name": "Luligu/matterbridge",
"version": "2.2.5",
@@ -9,31 +99,16 @@
"version": "v7.0.14",
"date": "2025-03-19T08:53:16Z"
},
{
"name": "zwave-js/zwave-js-ui",
"version": "v10.0.0",
"date": "2025-03-19T08:16:12Z"
},
{
"name": "Checkmk/checkmk",
"version": "v2.3.0p29",
"date": "2025-03-19T07:42:50Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.22.1665",
"date": "2025-03-19T05:58:42Z"
},
{
"name": "StarFleetCPTN/GoMFT",
"version": "v0.1.16",
"date": "2025-03-19T04:30:53Z"
},
{
"name": "fhem/fhem-mirror",
"version": "6.2",
"date": "2025-03-19T01:59:46Z"
},
{
"name": "pocket-id/pocket-id",
"version": "v0.42.1",
@@ -44,16 +119,6 @@
"version": "v0.22.1",
"date": "2025-03-18T21:01:22Z"
},
{
"name": "esphome/esphome",
"version": "2025.2.2",
"date": "2025-03-03T08:23:30Z"
},
{
"name": "keycloak/keycloak",
"version": "26.1.4",
"date": "2025-03-13T15:41:42Z"
},
{
"name": "dotnetfactory/fluid-calendar",
"version": "v1.2.2",
@@ -74,11 +139,6 @@
"version": "v1.29.3",
"date": "2025-03-12T11:56:30Z"
},
{
"name": "jenkinsci/jenkins",
"version": "jenkins-2.502",
"date": "2025-03-18T15:02:59Z"
},
{
"name": "element-hq/synapse",
"version": "v1.126.0",
@@ -91,8 +151,8 @@
},
{
"name": "n8n-io/n8n",
"version": "n8n@1.83.2",
"date": "2025-03-14T15:43:23Z"
"version": "n8n@1.84.0",
"date": "2025-03-17T13:58:36Z"
},
{
"name": "zabbix/zabbix",
@@ -124,6 +184,11 @@
"version": "v24.8",
"date": "2025-03-18T07:33:51Z"
},
{
"name": "runtipi/runtipi",
"version": "v3.10.0",
"date": "2025-03-15T14:38:16Z"
},
{
"name": "authelia/authelia",
"version": "v4.39.1",
@@ -219,11 +284,6 @@
"version": "v1.60.0",
"date": "2025-03-16T18:39:49Z"
},
{
"name": "evcc-io/evcc",
"version": "0.201.0",
"date": "2025-03-16T16:59:18Z"
},
{
"name": "BookStackApp/BookStack",
"version": "v25.02.1",
@@ -279,11 +339,6 @@
"version": "v1.6.1",
"date": "2025-03-15T17:29:17Z"
},
{
"name": "runtipi/runtipi",
"version": "v3.10.0",
"date": "2025-03-15T14:38:16Z"
},
{
"name": "msgbyte/tianji",
"version": "v1.18.22",
@@ -319,11 +374,6 @@
"version": "1.2.31",
"date": "2025-03-14T22:04:10Z"
},
{
"name": "Stirling-Tools/Stirling-PDF",
"version": "v0.44.2",
"date": "2025-03-14T21:01:11Z"
},
{
"name": "ipfs/kubo",
"version": "v0.33.2",
@@ -334,11 +384,6 @@
"version": "v2.15.0-beta",
"date": "2025-03-14T18:05:28Z"
},
{
"name": "wazuh/wazuh",
"version": "coverity-w11-4.12.0",
"date": "2025-03-14T20:04:02Z"
},
{
"name": "homarr-labs/homarr",
"version": "v1.11.0",
@@ -349,11 +394,6 @@
"version": "flowise@2.2.7-patch.1",
"date": "2025-03-14T14:53:53Z"
},
{
"name": "jupyter/notebook",
"version": "v7.3.3",
"date": "2025-03-14T13:41:04Z"
},
{
"name": "home-assistant/core",
"version": "2025.3.3",
@@ -389,11 +429,6 @@
"version": "v1.16.12",
"date": "2024-12-02T08:46:29Z"
},
{
"name": "NodeBB/NodeBB",
"version": "v4.1.1",
"date": "2025-03-12T23:10:23Z"
},
{
"name": "diced/zipline",
"version": "v4.0.1",
@@ -459,11 +494,6 @@
"version": "v1.10.3",
"date": "2025-03-10T20:36:59Z"
},
{
"name": "AdguardTeam/AdGuardHome",
"version": "v0.107.57",
"date": "2025-02-20T14:58:55Z"
},
{
"name": "icereed/paperless-gpt",
"version": "v0.13.0",
@@ -474,11 +504,6 @@
"version": "v1.9.9",
"date": "2025-03-10T03:22:11Z"
},
{
"name": "clusterzx/paperless-ai",
"version": "v2.7.4",
"date": "2025-03-09T19:03:53Z"
},
{
"name": "caddyserver/caddy",
"version": "v2.9.1",
@@ -534,11 +559,6 @@
"version": "v1.4.5",
"date": "2025-03-06T19:43:48Z"
},
{
"name": "ellite/Wallos",
"version": "v2.46.1",
"date": "2025-03-06T16:29:30Z"
},
{
"name": "eclipse-mosquitto/mosquitto",
"version": "v2.0.21",
@@ -659,11 +679,6 @@
"version": "2025.2.1",
"date": "2025-02-27T11:36:11Z"
},
{
"name": "rabbitmq/rabbitmq-server",
"version": "v4.0.7",
"date": "2025-02-26T19:07:11Z"
},
{
"name": "cross-seed/cross-seed",
"version": "v6.11.2",
@@ -949,11 +964,6 @@
"version": "0.17.1",
"date": "2025-01-15T19:13:33Z"
},
{
"name": "influxdata/influxdb",
"version": "v1.10.8",
"date": "2025-01-15T09:31:05Z"
},
{
"name": "linkwarden/linkwarden",
"version": "v2.9.3",
@@ -974,11 +984,6 @@
"version": "v25.1.0",
"date": "2025-01-10T18:14:54Z"
},
{
"name": "seanmorley15/AdventureLog",
"version": "v0.8.0",
"date": "2025-01-08T14:27:50Z"
},
{
"name": "nicolargo/glances",
"version": "v4.3.0.8",
@@ -1150,7 +1155,7 @@
"date": "2020-06-07T07:27:04Z"
},
{
"name": "gnmyt/myspeed",
"name": "gnmyt/MySpeed",
"version": "v1.0.9",
"date": "2024-05-21T22:15:33Z"
},
@@ -1169,11 +1174,6 @@
"version": "v4.1.2",
"date": "2024-05-04T08:06:50Z"
},
{
"name": "hakimel/reveal.js",
"version": "5.1.0",
"date": "2024-04-11T07:03:04Z"
},
{
"name": "thelounge/thelounge-deb",
"version": "v4.4.3",

View File

@@ -59,9 +59,9 @@ install() {
header_info
msg_info "Setting up repository"
wget -q https://repo.netdata.cloud/repos/repoconfig/debian/bookworm/netdata-repo_2-2+debian12_all.deb
$STD dpkg -i netdata-repo_2-2+debian12_all.deb
rm -rf netdata-repo_2-2+debian12_all.deb
wget -q https://repo.netdata.cloud/repos/repoconfig/debian/bookworm/netdata-repo_5-1+debian12_all.deb
$STD dpkg -i netdata-repo_5-1+debian12_all.deb
rm -rf netdata-repo_5-1+debian12_all.deb
msg_ok "Set up repository"
msg_info "Installing Netdata"