mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-06 02:45:55 +01:00
Compare commits
4 Commits
copilot/fi
...
github-act
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3460ce07df | ||
|
|
fcf75b06bf | ||
|
|
b8d47cdce3 | ||
|
|
8301f04b58 |
@@ -410,6 +410,8 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
|
||||
|
||||
</details>
|
||||
|
||||
## 2026-03-06
|
||||
|
||||
## 2026-03-05
|
||||
|
||||
### 🆕 New Scripts
|
||||
@@ -422,6 +424,7 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
|
||||
|
||||
- #### 🐞 Bug Fixes
|
||||
|
||||
- fluid-calendar: add build-essential to install and update dependencies [@Copilot](https://github.com/Copilot) ([#12602](https://github.com/community-scripts/ProxmoxVE/pull/12602))
|
||||
- Refactor: BentoPDF [@vhsdream](https://github.com/vhsdream) ([#12597](https://github.com/community-scripts/ProxmoxVE/pull/12597))
|
||||
- Tianji: Fix the bug introduced by the refactor [@tremor021](https://github.com/tremor021) ([#12564](https://github.com/community-scripts/ProxmoxVE/pull/12564))
|
||||
- PowerDNS: use 'launch=' instead of 'launch+=' for gsqlite3 backend [@MickLesk](https://github.com/MickLesk) ([#12579](https://github.com/community-scripts/ProxmoxVE/pull/12579))
|
||||
|
||||
@@ -29,6 +29,7 @@ function update_script() {
|
||||
exit
|
||||
fi
|
||||
|
||||
ensure_dependencies build-essential
|
||||
NODE_VERSION="24" setup_nodejs
|
||||
|
||||
if check_for_gh_release "fluid-calendar" "dotnetfactory/fluid-calendar"; then
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"generated": "2026-03-05T18:38:08Z",
|
||||
"generated": "2026-03-06T00:25:18Z",
|
||||
"versions": [
|
||||
{
|
||||
"slug": "2fauth",
|
||||
@@ -214,9 +214,9 @@
|
||||
{
|
||||
"slug": "comfyui",
|
||||
"repo": "comfyanonymous/ComfyUI",
|
||||
"version": "v0.16.1",
|
||||
"version": "v0.16.3",
|
||||
"pinned": false,
|
||||
"date": "2026-03-05T17:07:27Z"
|
||||
"date": "2026-03-05T23:18:25Z"
|
||||
},
|
||||
{
|
||||
"slug": "commafeed",
|
||||
@@ -1110,9 +1110,9 @@
|
||||
{
|
||||
"slug": "photoprism",
|
||||
"repo": "photoprism/photoprism",
|
||||
"version": "251130-b3068414c",
|
||||
"version": "260305-fad9d5395",
|
||||
"pinned": false,
|
||||
"date": "2025-12-01T05:07:31Z"
|
||||
"date": "2026-03-05T20:25:12Z"
|
||||
},
|
||||
{
|
||||
"slug": "pihole-exporter",
|
||||
@@ -1698,9 +1698,9 @@
|
||||
{
|
||||
"slug": "wallos",
|
||||
"repo": "ellite/Wallos",
|
||||
"version": "v4.6.1",
|
||||
"version": "v4.6.2",
|
||||
"pinned": false,
|
||||
"date": "2026-02-10T21:06:46Z"
|
||||
"date": "2026-03-05T22:18:06Z"
|
||||
},
|
||||
{
|
||||
"slug": "wanderer",
|
||||
@@ -1740,9 +1740,9 @@
|
||||
{
|
||||
"slug": "wealthfolio",
|
||||
"repo": "afadil/wealthfolio",
|
||||
"version": "v3.0.3",
|
||||
"version": "v3.0.4",
|
||||
"pinned": false,
|
||||
"date": "2026-03-03T21:47:55Z"
|
||||
"date": "2026-03-05T19:58:24Z"
|
||||
},
|
||||
{
|
||||
"slug": "web-check",
|
||||
|
||||
@@ -14,7 +14,9 @@ network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y zip
|
||||
$STD apt install -y \
|
||||
build-essential \
|
||||
zip
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PG_VERSION="17" setup_postgresql
|
||||
|
||||
Reference in New Issue
Block a user