Ported RDTClient, update statuses

hopefully also fix changedetection
This commit is contained in:
Sam Heinz
2024-04-11 21:08:57 +10:00
parent 9b9d5850c0
commit e37f8c79ea
4 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -60,7 +60,7 @@ Any applications not in ported or unsupported need to be tested for whether they
| Cronicle | ⭕ | - | | Cronicle | ⭕ | - |
| Dashy | ⭕ | - | | Dashy | ⭕ | - |
| deConz | ⭕ | - | | deConz | ⭕ | - |
| DaemonSync | ❌ | - | | DaemonSync | ❌ | Built for amd64 only. |
| Deluge | ⭕ | - | | Deluge | ⭕ | - |
| Docker | ☑️ | - | | Docker | ☑️ | - |
| Dockage | ⭕ | - | | Dockage | ⭕ | - |
@@ -89,7 +89,7 @@ Any applications not in ported or unsupported need to be tested for whether they
| ioBroker | ⭕ | - | | ioBroker | ⭕ | - |
| Jackett | ⭕ | - | | Jackett | ⭕ | - |
| Jellyfin | ⭕ | - | | Jellyfin | ⭕ | - |
| Jellyseerr | | - | | Jellyseerr | | - |
| k0s | ⭕ | - | | k0s | ⭕ | - |
| Kavita | ⭕ | - | | Kavita | ⭕ | - |
| Keycloak | ⭕ | - | | Keycloak | ⭕ | - |
@@ -119,9 +119,10 @@ Any applications not in ported or unsupported need to be tested for whether they
| OpenObserve | ⭕ | - | | OpenObserve | ⭕ | - |
| Overseerr | ⭕ | - | | Overseerr | ⭕ | - |
| Owncast | ⭕ | - | | Owncast | ⭕ | - |
| PBS | ☑️ | Proxmox Backup Server | | PBS | | Proxmox Backup Server |
| Prowlarr | | - | | Prowlarr | | - |
| Radarr | ✅ | - | | Radarr | ✅ | - |
| RDTClient | ✅ | Real-Debrid Torrent Client |
| Sonarr | ✅ | - | | Sonarr | ✅ | - |
| Tailscale | ✅ | No changes required | | Tailscale | ✅ | No changes required |
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2024 tteck # Copyright (c) 2021-2024 tteck
# Author: tteck (tteckster) # Author: tteck (tteckster)
# License: MIT # License: MIT
-1
View File
@@ -81,7 +81,6 @@ $STD npm prune production --prefix /opt/browserless
msg_ok "Installed Browserless & Playwright" msg_ok "Installed Browserless & Playwright"
msg_info "Installing Font Packages" msg_info "Installing Font Packages"
export DEBIAN_FRONTEND=noninteractive
$STD apt-get install -y \ $STD apt-get install -y \
fontconfig \ fontconfig \
libfontconfig1 \ libfontconfig1 \
+1
View File
@@ -18,6 +18,7 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo $STD apt-get install -y sudo
$STD apt-get install -y mc $STD apt-get install -y mc
$STD apt-get install -y unzip $STD apt-get install -y unzip
$STD apt-get install -y wget
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing ASP.NET Core Runtime" msg_info "Installing ASP.NET Core Runtime"