Compare commits

..

1 Commits

Author SHA1 Message Date
push-app-to-main[bot]
572946a89b Add yamtrack (ct) 2026-03-15 19:54:20 +00:00
5 changed files with 1 additions and 20 deletions

View File

@@ -425,10 +425,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2026-03-15
### 🆕 New Scripts
- Yamtrack ([#12936](https://github.com/community-scripts/ProxmoxVE/pull/12936))
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
@@ -449,10 +445,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- core: retry downloads with exponential backoff [@MickLesk](https://github.com/MickLesk) ([#12896](https://github.com/community-scripts/ProxmoxVE/pull/12896))
### ❔ Uncategorized
- [go2rtc] Add ffmpeg dependency to install script [@Copilot](https://github.com/Copilot) ([#12944](https://github.com/community-scripts/ProxmoxVE/pull/12944))
## 2026-03-14
### 🚀 Updated Scripts

View File

@@ -1,6 +0,0 @@
__ __ __ __
\ \/ /___ _____ ___ / /__________ ______/ /__
\ / __ `/ __ `__ \/ __/ ___/ __ `/ ___/ //_/
/ / /_/ / / / / / / /_/ / / /_/ / /__/ ,<
/_/\__,_/_/ /_/ /_/\__/_/ \__,_/\___/_/|_|

View File

@@ -79,7 +79,7 @@ function update_script() {
[Install]
WantedBy=multi-user.target
EOF
EOF
systemctl daemon-reload
msg_ok "Refreshed SparkyFitness Service"

View File

@@ -29,7 +29,6 @@ function update_script() {
fi
NODE_VERSION="22" setup_nodejs
hash -r 2>/dev/null || true
if check_for_gh_release "tududi" "chrisvel/tududi"; then
msg_info "Stopping Service"

View File

@@ -14,10 +14,6 @@ network_check
update_os
setup_hwaccel
msg_info "Installing Dependencies"
$STD apt install -y ffmpeg
msg_ok "Installed Dependencies"
USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "go2rtc" "AlexxIT/go2rtc" "singlefile" "latest" "/opt/go2rtc" "go2rtc_linux_amd64"
msg_info "Creating Service"