Compare commits

...

9 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
5d29a4f11c Update CHANGELOG.md (#6779)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-13 00:14:52 +00:00
community-scripts-pr-app[bot]
cf62139e07 Update versions.json (#6778)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-13 02:14:25 +02:00
community-scripts-pr-app[bot]
716f1f05ec Update CHANGELOG.md (#6777)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-12 19:09:50 +00:00
Chris
47d773d088 Pulse: binary path changed AGAIN; other fixes (#6770)
- Pretty much reverts the path change from yesterday
- Checks for and removes the /opt/pulse/bin and
/opt/pulse/frontend-modern dirs if they exist
- Disables shell access for pulse user for better security
2025-08-12 21:09:25 +02:00
community-scripts-pr-app[bot]
f9eb0cfa40 Update CHANGELOG.md (#6776)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-12 19:00:07 +00:00
GaminnLinux
2b164f8281 fix alpine syncthing config not being created (#6773) 2025-08-12 20:59:42 +02:00
community-scripts-pr-app[bot]
6937ca1c67 Update versions.json (#6766)
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-12 14:06:23 +02:00
community-scripts-pr-app[bot]
af6c1ae680 Update CHANGELOG.md (#6764)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-12 09:38:50 +00:00
Maximilian Bosche
75335f3362 change owner of hortusfox folder (#6763) 2025-08-12 11:38:24 +02:00
7 changed files with 141 additions and 119 deletions

View File

@@ -10,8 +10,18 @@
> [!CAUTION] > [!CAUTION]
Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit the project's popularity for potentially malicious purposes. Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit the project's popularity for potentially malicious purposes.
## 2025-08-13
## 2025-08-12 ## 2025-08-12
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- Pulse: binary path changed AGAIN; other fixes [@vhsdream](https://github.com/vhsdream) ([#6770](https://github.com/community-scripts/ProxmoxVE/pull/6770))
- fix alpine syncthing config not being created [@GamerHun1238](https://github.com/GamerHun1238) ([#6773](https://github.com/community-scripts/ProxmoxVE/pull/6773))
- change owner of hortusfox directory [@snow2k9](https://github.com/snow2k9) ([#6763](https://github.com/community-scripts/ProxmoxVE/pull/6763))
## 2025-08-11 ## 2025-08-11
### 🚀 Updated Scripts ### 🚀 Updated Scripts

View File

@@ -47,6 +47,7 @@ function update_script() {
$STD php asatru migrate --no-interaction $STD php asatru migrate --no-interaction
$STD php asatru plants:attributes $STD php asatru plants:attributes
$STD php asatru calendar:classes $STD php asatru calendar:classes
chown -R www-data:www-data /opt/hortusfox
msg_ok "Updated HortusFox" msg_ok "Updated HortusFox"
msg_info "Starting Service" msg_info "Starting Service"

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2025 community-scripts ORG # Copyright (c) 2021-2025 community-scripts ORG
# Author: rcourtman # Author: rcourtman & vhsdream
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/rcourtman/Pulse # Source: https://github.com/rcourtman/Pulse
@@ -39,12 +39,19 @@ function update_script() {
systemctl stop pulse systemctl stop pulse
msg_ok "Stopped ${APP}" msg_ok "Stopped ${APP}"
dirs=(/opt/pulse/bin /opt/pulse/frontend-modern)
for dir in "${dirs[@]}"; do
if [[ -d "$dir" ]]; then
rm -rf "$dir"
fi
done
fetch_and_deploy_gh_release "pulse" "rcourtman/Pulse" "prebuild" "latest" "/opt/pulse" "*-linux-amd64.tar.gz" fetch_and_deploy_gh_release "pulse" "rcourtman/Pulse" "prebuild" "latest" "/opt/pulse" "*-linux-amd64.tar.gz"
chown -R pulse:pulse /etc/pulse /opt/pulse chown -R pulse:pulse /etc/pulse /opt/pulse
sed -i 's|pulse/pulse|pulse/bin/pulse|' /etc/systemd/system/pulse.service sed -i 's|bin/pulse|pulse|' /etc/systemd/system/pulse.service
systemctl daemon-reload systemctl daemon-reload
if [[ -f /opt/pulse/pulse ]]; then if grep -q 'pulse-home:/bin/bash' /etc/passwd; then
rm -rf /opt/pulse/{pulse,frontend-modern} usermod -s /usr/sbin/nologin pulse
fi fi
msg_info "Starting ${APP}" msg_info "Starting ${APP}"

View File

@@ -1,4 +1,104 @@
[ [
{
"name": "grafana/grafana",
"version": "v11.6.5",
"date": "2025-08-12T23:13:05Z"
},
{
"name": "goauthentik/authentik",
"version": "version/2025.8.0-rc2",
"date": "2025-08-12T21:12:08Z"
},
{
"name": "coder/code-server",
"version": "v4.103.0",
"date": "2025-08-12T22:29:54Z"
},
{
"name": "firefly-iii/firefly-iii",
"version": "v6.3.0-beta.1",
"date": "2025-08-12T18:27:12Z"
},
{
"name": "meilisearch/meilisearch",
"version": "latest",
"date": "2025-08-12T17:24:32Z"
},
{
"name": "netbox-community/netbox",
"version": "v4.3.6",
"date": "2025-08-12T17:16:42Z"
},
{
"name": "fallenbagel/jellyseerr",
"version": "preview-dns-cache-manager",
"date": "2025-08-12T15:29:51Z"
},
{
"name": "Brandawg93/PeaNUT",
"version": "v5.12.0",
"date": "2025-08-12T15:09:35Z"
},
{
"name": "jenkinsci/jenkins",
"version": "jenkins-2.523",
"date": "2025-08-12T14:54:07Z"
},
{
"name": "rcourtman/Pulse",
"version": "v4.3.0",
"date": "2025-08-12T13:12:33Z"
},
{
"name": "element-hq/synapse",
"version": "v1.136.0",
"date": "2025-08-12T14:26:27Z"
},
{
"name": "bluenviron/mediamtx",
"version": "v1.14.0",
"date": "2025-08-12T13:58:46Z"
},
{
"name": "zitadel/zitadel",
"version": "v3.3.5",
"date": "2025-08-12T13:18:30Z"
},
{
"name": "zabbix/zabbix",
"version": "6.0.41rc1",
"date": "2025-08-12T10:19:14Z"
},
{
"name": "fuma-nama/fumadocs",
"version": "fumadocs-core@15.6.10",
"date": "2025-08-12T07:46:58Z"
},
{
"name": "cloudreve/cloudreve",
"version": "4.5.0",
"date": "2025-08-12T07:03:15Z"
},
{
"name": "syncthing/syncthing",
"version": "v2.0.0",
"date": "2025-08-12T06:13:55Z"
},
{
"name": "Jackett/Jackett",
"version": "v0.22.2280",
"date": "2025-08-12T05:53:50Z"
},
{
"name": "booklore-app/booklore",
"version": "v0.36.3",
"date": "2025-08-12T04:52:59Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v3.6.2",
"date": "2025-07-17T12:08:03Z"
},
{ {
"name": "ellite/Wallos", "name": "ellite/Wallos",
"version": "v4.1.0", "version": "v4.1.0",
@@ -14,6 +114,16 @@
"version": "v1.0.0-beta16", "version": "v1.0.0-beta16",
"date": "2025-08-11T21:19:48Z" "date": "2025-08-11T21:19:48Z"
}, },
{
"name": "postgres/postgres",
"version": "REL_13_22",
"date": "2025-08-11T21:10:58Z"
},
{
"name": "keycloak/keycloak",
"version": "26.2.7",
"date": "2025-08-07T08:19:29Z"
},
{ {
"name": "mongodb/mongo", "name": "mongodb/mongo",
"version": "r8.2.0-rc4", "version": "r8.2.0-rc4",
@@ -24,21 +134,6 @@
"version": "2025.8.1", "version": "2025.8.1",
"date": "2025-08-11T19:07:52Z" "date": "2025-08-11T19:07:52Z"
}, },
{
"name": "element-hq/synapse",
"version": "v1.135.2",
"date": "2025-08-11T18:10:47Z"
},
{
"name": "syncthing/syncthing",
"version": "v1.30.0",
"date": "2025-07-01T11:29:11Z"
},
{
"name": "coder/code-server",
"version": "v4.102.3",
"date": "2025-07-31T03:41:16Z"
},
{ {
"name": "msgbyte/tianji", "name": "msgbyte/tianji",
"version": "v1.24.14", "version": "v1.24.14",
@@ -49,16 +144,6 @@
"version": "v0.9.86", "version": "v0.9.86",
"date": "2025-08-11T16:21:10Z" "date": "2025-08-11T16:21:10Z"
}, },
{
"name": "rcourtman/Pulse",
"version": "v4.2.0",
"date": "2025-08-11T16:08:02Z"
},
{
"name": "meilisearch/meilisearch",
"version": "prototype-arroy-becomes-hannoy-10",
"date": "2025-08-11T16:05:17Z"
},
{ {
"name": "n8n-io/n8n", "name": "n8n-io/n8n",
"version": "n8n@1.106.3", "version": "n8n@1.106.3",
@@ -79,11 +164,6 @@
"version": "v0.6.22", "version": "v0.6.22",
"date": "2025-08-11T13:15:39Z" "date": "2025-08-11T13:15:39Z"
}, },
{
"name": "zitadel/zitadel",
"version": "v3.3.4",
"date": "2025-08-11T13:04:53Z"
},
{ {
"name": "FlowiseAI/Flowise", "name": "FlowiseAI/Flowise",
"version": "flowise@3.0.5", "version": "flowise@3.0.5",
@@ -124,31 +204,11 @@
"version": "v1.18.4", "version": "v1.18.4",
"date": "2025-06-25T00:06:56Z" "date": "2025-06-25T00:06:56Z"
}, },
{
"name": "Jackett/Jackett",
"version": "v0.22.2258",
"date": "2025-08-11T05:53:38Z"
},
{
"name": "booklore-app/booklore",
"version": "v0.36.2",
"date": "2025-08-11T05:36:26Z"
},
{ {
"name": "Prowlarr/Prowlarr", "name": "Prowlarr/Prowlarr",
"version": "v1.37.0.5076", "version": "v1.37.0.5076",
"date": "2025-06-04T11:04:53Z" "date": "2025-06-04T11:04:53Z"
}, },
{
"name": "firefly-iii/firefly-iii",
"version": "v6.2.21",
"date": "2025-07-17T04:46:25Z"
},
{
"name": "steveiliop56/tinyauth",
"version": "v3.6.2",
"date": "2025-07-17T12:08:03Z"
},
{ {
"name": "Luligu/matterbridge", "name": "Luligu/matterbridge",
"version": "3.2.2", "version": "3.2.2",
@@ -169,11 +229,6 @@
"version": "debian/12.1.9", "version": "debian/12.1.9",
"date": "2025-08-10T20:17:50Z" "date": "2025-08-10T20:17:50Z"
}, },
{
"name": "fallenbagel/jellyseerr",
"version": "preview-dns-cache-manager",
"date": "2025-08-10T19:53:44Z"
},
{ {
"name": "pocket-id/pocket-id", "name": "pocket-id/pocket-id",
"version": "v1.7.0", "version": "v1.7.0",
@@ -206,8 +261,8 @@
}, },
{ {
"name": "runtipi/runtipi", "name": "runtipi/runtipi",
"version": "nightly", "version": "v4.3.0",
"date": "2025-08-09T21:57:09Z" "date": "2025-07-05T12:14:52Z"
}, },
{ {
"name": "wizarrrr/wizarr", "name": "wizarrrr/wizarr",
@@ -259,21 +314,11 @@
"version": "v5.38.2", "version": "v5.38.2",
"date": "2025-08-08T19:09:53Z" "date": "2025-08-08T19:09:53Z"
}, },
{
"name": "Brandawg93/PeaNUT",
"version": "v5.11.0",
"date": "2025-08-08T17:52:12Z"
},
{ {
"name": "bunkerity/bunkerweb", "name": "bunkerity/bunkerweb",
"version": "v1.6.3", "version": "v1.6.3",
"date": "2025-08-08T17:41:35Z" "date": "2025-08-08T17:41:35Z"
}, },
{
"name": "keycloak/keycloak",
"version": "26.2.7",
"date": "2025-08-07T08:19:29Z"
},
{ {
"name": "docker/compose", "name": "docker/compose",
"version": "v2.39.2", "version": "v2.39.2",
@@ -294,11 +339,6 @@
"version": "coverity-w32-4.13.0", "version": "coverity-w32-4.13.0",
"date": "2025-07-30T08:30:15Z" "date": "2025-07-30T08:30:15Z"
}, },
{
"name": "fuma-nama/fumadocs",
"version": "fumadocs-openapi@9.1.10",
"date": "2025-08-08T07:29:07Z"
},
{ {
"name": "mattermost/mattermost", "name": "mattermost/mattermost",
"version": "server/public/v0.1.16", "version": "server/public/v0.1.16",
@@ -329,11 +369,6 @@
"version": "v1.86.4", "version": "v1.86.4",
"date": "2025-08-07T16:48:40Z" "date": "2025-08-07T16:48:40Z"
}, },
{
"name": "jenkinsci/jenkins",
"version": "jenkins-2.522",
"date": "2025-08-05T15:33:22Z"
},
{ {
"name": "rabbitmq/rabbitmq-server", "name": "rabbitmq/rabbitmq-server",
"version": "v4.1.3", "version": "v4.1.3",
@@ -364,11 +399,6 @@
"version": "v1.6.11", "version": "v1.6.11",
"date": "2025-07-22T12:11:38Z" "date": "2025-07-22T12:11:38Z"
}, },
{
"name": "cloudreve/cloudreve",
"version": "4.4.1",
"date": "2025-08-07T04:25:37Z"
},
{ {
"name": "influxdata/influxdb", "name": "influxdata/influxdb",
"version": "v1.12.2rc2", "version": "v1.12.2rc2",
@@ -634,21 +664,11 @@
"version": "1.34.3", "version": "1.34.3",
"date": "2025-07-30T09:10:59Z" "date": "2025-07-30T09:10:59Z"
}, },
{
"name": "zabbix/zabbix",
"version": "7.4.1",
"date": "2025-07-30T08:43:04Z"
},
{ {
"name": "OliveTin/OliveTin", "name": "OliveTin/OliveTin",
"version": "2025.7.29", "version": "2025.7.29",
"date": "2025-07-29T22:20:13Z" "date": "2025-07-29T22:20:13Z"
}, },
{
"name": "netbox-community/netbox",
"version": "v4.3.5",
"date": "2025-07-29T20:30:04Z"
},
{ {
"name": "caddyserver/xcaddy", "name": "caddyserver/xcaddy",
"version": "v0.4.5", "version": "v0.4.5",
@@ -704,11 +724,6 @@
"version": "RELEASE.2025-07-23T15-54-02Z", "version": "RELEASE.2025-07-23T15-54-02Z",
"date": "2025-07-23T20:35:39Z" "date": "2025-07-23T20:35:39Z"
}, },
{
"name": "grafana/grafana",
"version": "v12.1.0",
"date": "2025-07-23T19:35:52Z"
},
{ {
"name": "traefik/traefik", "name": "traefik/traefik",
"version": "v3.5.0", "version": "v3.5.0",
@@ -724,11 +739,6 @@
"version": "v0.7.3", "version": "v0.7.3",
"date": "2025-07-22T14:39:54Z" "date": "2025-07-22T14:39:54Z"
}, },
{
"name": "goauthentik/authentik",
"version": "version/2025.4.4",
"date": "2025-07-22T13:08:15Z"
},
{ {
"name": "tobychui/zoraxy", "name": "tobychui/zoraxy",
"version": "v3.2.5r2", "version": "v3.2.5r2",
@@ -739,11 +749,6 @@
"version": "v3.0.2", "version": "v3.0.2",
"date": "2025-07-21T12:33:19Z" "date": "2025-07-21T12:33:19Z"
}, },
{
"name": "bluenviron/mediamtx",
"version": "v1.13.1",
"date": "2025-07-21T11:57:03Z"
},
{ {
"name": "openhab/openhab-core", "name": "openhab/openhab-core",
"version": "5.0.0", "version": "5.0.0",
@@ -789,11 +794,6 @@
"version": "v6.1.4", "version": "v6.1.4",
"date": "2025-07-14T21:22:17Z" "date": "2025-07-14T21:22:17Z"
}, },
{
"name": "postgres/postgres",
"version": "REL_18_BETA2",
"date": "2025-07-14T20:12:49Z"
},
{ {
"name": "ipfs/kubo", "name": "ipfs/kubo",
"version": "v0.36.0", "version": "v0.36.0",

View File

@@ -15,6 +15,9 @@ update_os
msg_info "Setup Syncthing" msg_info "Setup Syncthing"
$STD apk add --no-cache syncthing $STD apk add --no-cache syncthing
rc-service syncthing start
sleep 3
rc-service syncthing stop
sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /var/lib/syncthing/.local/state/syncthing/config.xml sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /var/lib/syncthing/.local/state/syncthing/config.xml
msg_ok "Setup Syncthing" msg_ok "Setup Syncthing"

View File

@@ -88,6 +88,7 @@ cat <<EOF >/etc/apache2/sites-available/hortusfox.conf
CustomLog \${APACHE_LOG_DIR}/hortusfox_access.log combined CustomLog \${APACHE_LOG_DIR}/hortusfox_access.log combined
</VirtualHost> </VirtualHost>
EOF EOF
chown -R www-data:www-data /opt/hortusfox
$STD a2dissite 000-default $STD a2dissite 000-default
$STD a2ensite hortusfox $STD a2ensite hortusfox
$STD a2enmod rewrite $STD a2enmod rewrite

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2021-2025 community-scripts ORG # Copyright (c) 2021-2025 community-scripts ORG
# Author: rcourtman # Author: rcourtman & vhsdream
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/rcourtman/Pulse # Source: https://github.com/rcourtman/Pulse
@@ -21,7 +21,7 @@ $STD apt-get install -y \
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Creating User" msg_info "Creating User"
if useradd -r -m -d /opt/pulse-home -s /bin/bash pulse; then if useradd -r -m -d /opt/pulse-home -s /usr/sbin/nologin pulse; then
msg_ok "Created User" msg_ok "Created User"
else else
msg_error "User creation failed" msg_error "User creation failed"
@@ -44,7 +44,7 @@ Type=simple
User=pulse User=pulse
Group=pulse Group=pulse
WorkingDirectory=/opt/pulse WorkingDirectory=/opt/pulse
ExecStart=/opt/pulse/bin/pulse ExecStart=/opt/pulse/pulse
Restart=always Restart=always
RestartSec=3 RestartSec=3
StandardOutput=journal StandardOutput=journal