mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Sportarr: add hwaccel
This commit is contained in:
@@ -12,9 +12,13 @@ catch_errors
|
|||||||
setting_up_container
|
setting_up_container
|
||||||
network_check
|
network_check
|
||||||
update_os
|
update_os
|
||||||
|
setup_hwaccel
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt install -y ffmpeg
|
$STD apt install -y \
|
||||||
|
ffmpeg \
|
||||||
|
gosu \
|
||||||
|
sqlite3
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "sportarr" "Sportarr/Sportarr" "prebuild" "latest" "/opt/sportarr" "Sportarr-linux-x64-*.tar.gz"
|
fetch_and_deploy_gh_release "sportarr" "Sportarr/Sportarr" "prebuild" "latest" "/opt/sportarr" "Sportarr-linux-x64-*.tar.gz"
|
||||||
@@ -26,6 +30,7 @@ ASPNETCORE_URLS="http://*:1867"
|
|||||||
ASPNETCORE_ENVIRONMENT="Production"
|
ASPNETCORE_ENVIRONMENT="Production"
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT=1
|
DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
|
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
|
||||||
|
LIBVA_DRIVER_NAME=iHD
|
||||||
EOF
|
EOF
|
||||||
msg_ok "Setup Sportarr"
|
msg_ok "Setup Sportarr"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user