update statuses

This commit is contained in:
Sam Heinz
2025-05-15 12:08:55 +10:00
parent 678a8fa1c0
commit 227c99fcd0
4 changed files with 22 additions and 20 deletions
+12 -12
View File
@@ -1,6 +1,6 @@
{ {
"2fauth.json": "✅", "2fauth.json": "✅",
"actualbudget.json": "🚧", "actualbudget.json": "🧪",
"add-lxc-iptag.json": "✅", "add-lxc-iptag.json": "✅",
"add-netbird-lxc.json": "✅", "add-netbird-lxc.json": "✅",
"add-tailscale-lxc.json": "✅", "add-tailscale-lxc.json": "✅",
@@ -9,8 +9,8 @@
"agentdvr.json": "✅", "agentdvr.json": "✅",
"all-templates.json": "✅", "all-templates.json": "✅",
"alpine-it-tools.json": "✅", "alpine-it-tools.json": "✅",
"alpine-rclone.json": "🚧", "alpine-rclone.json": "🧪",
"alpine-tinyauth.json": "🚧", "alpine-tinyauth.json": "🧪",
"alpine.json": "✅", "alpine.json": "✅",
"apache-cassandra.json": "✅", "apache-cassandra.json": "✅",
"apache-couchdb.json": "✅", "apache-couchdb.json": "✅",
@@ -21,7 +21,7 @@
"archivebox.json": "✅", "archivebox.json": "✅",
"archlinux-vm.json": "🚧", "archlinux-vm.json": "🚧",
"aria2.json": "✅", "aria2.json": "✅",
"asterisk.json": "🚧", "asterisk.json": "🧪",
"audiobookshelf.json": "✅", "audiobookshelf.json": "✅",
"authelia.json": "✅", "authelia.json": "✅",
"authentik.json": "🚧", "authentik.json": "🚧",
@@ -63,8 +63,8 @@
"docker-vm.json": "🚧", "docker-vm.json": "🚧",
"docker.json": "✅", "docker.json": "✅",
"dockge.json": "✅", "dockge.json": "✅",
"docmost.json": "🚧", "docmost.json": "🧪",
"documenso.json": "🚧", "documenso.json": "🧪",
"dolibarr.json": "✅", "dolibarr.json": "✅",
"dotnetaspwebapi.json": "🚧", "dotnetaspwebapi.json": "🚧",
"duplicati.json": "✅", "duplicati.json": "✅",
@@ -74,21 +74,21 @@
"ersatztv.json": "✅", "ersatztv.json": "✅",
"esphome.json": "✅", "esphome.json": "✅",
"evcc.json": "✅", "evcc.json": "✅",
"excalidraw.json": "🚧", "excalidraw.json": "🧪",
"fenrus.json": "✅", "fenrus.json": "✅",
"fhem.json": "✅", "fhem.json": "✅",
"filebrowser.json": "✅", "filebrowser.json": "✅",
"fileflows.json": "🚧", "fileflows.json": "🧪",
"firefly.json": "✅", "firefly.json": "✅",
"flaresolverr.json": "✅", "flaresolverr.json": "✅",
"flowiseai.json": "🚧", "flowiseai.json": "🚧",
"fluid-calendar.json": "🚧", "fluid-calendar.json": "🧪",
"forgejo.json": "✅", "forgejo.json": "✅",
"freshrss.json": "✅", "freshrss.json": "✅",
"frigate.json": "✅", "frigate.json": "✅",
"fstrim.json": "✅", "fstrim.json": "✅",
"fumadocs.json": "🚧", "fumadocs.json": "🧪",
"gatus.json": "🚧", "gatus.json": "🧪",
"ghost.json": "✅", "ghost.json": "✅",
"gitea.json": "✅", "gitea.json": "✅",
"glance.json": "✅", "glance.json": "✅",
@@ -334,4 +334,4 @@
"zitadel.json": "🚧", "zitadel.json": "🚧",
"zoraxy.json": "✅", "zoraxy.json": "✅",
"zwave-js-ui.json": "✅" "zwave-js-ui.json": "✅"
} }
+1 -1
View File
@@ -23,7 +23,7 @@ msg_info "Installing rclone"
temp_file=$(mktemp) temp_file=$(mktemp)
mkdir -p /opt/rclone mkdir -p /opt/rclone
RELEASE=$(curl -s https://api.github.com/repos/rclone/rclone/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') RELEASE=$(curl -s https://api.github.com/repos/rclone/rclone/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
curl -fsSL "https://github.com/rclone/rclone/releases/download/v${RELEASE}/rclone-v${RELEASE}-linux-amd64.zip" -o "$temp_file" curl -fsSL "https://github.com/rclone/rclone/releases/download/v${RELEASE}/rclone-v${RELEASE}-linux-arm64.zip" -o "$temp_file"
$STD unzip -j "$temp_file" '*/**' -d /opt/rclone $STD unzip -j "$temp_file" '*/**' -d /opt/rclone
cd /opt/rclone cd /opt/rclone
RCLONE_PASSWORD=$(head -c 16 /dev/urandom | xxd -p -c 16) RCLONE_PASSWORD=$(head -c 16 /dev/urandom | xxd -p -c 16)
+1
View File
@@ -26,6 +26,7 @@ $STD apt-get install -y \
jq \ jq \
python3 \ python3 \
python3-bcrypt python3-bcrypt
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
NODE_VERSION="22" NODE_MODULE="turbo@1.9.3" install_node_and_modules NODE_VERSION="22" NODE_MODULE="turbo@1.9.3" install_node_and_modules
+8 -7
View File
@@ -26,13 +26,14 @@ msg_info "Installing Hardware Acceleration"
$STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,vainfo} $STD apt-get -y install {va-driver-all,ocl-icd-libopencl1,vainfo}
msg_ok "Installed and Set Up Hardware Acceleration" msg_ok "Installed and Set Up Hardware Acceleration"
msg_info "Installing ASP.NET Core Runtime" msg_info "Installing ASP.NET Core 7 SDK"
curl -fsSL https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -o packages-microsoft-prod.deb curl -SL -o aspnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.16/aspnetcore-runtime-8.0.16-linux-arm64.tar.gz
$STD dpkg -i packages-microsoft-prod.deb $STD mkdir -p /usr/share/dotnet
rm -rf packages-microsoft-prod.deb $STD tar -zxf aspnet.tar.gz -C /usr/share/dotnet
$STD apt-get update ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
$STD apt-get install -y aspnetcore-runtime-8.0 $STD rm -f aspnet.tar.gz
msg_ok "Installed ASP.NET Core Runtime" msg_ok "Installed ASP.NET Core 7 SDK"
msg_info "Setup ${APPLICATION}" msg_info "Setup ${APPLICATION}"
$STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg $STD ln -svf /usr/bin/ffmpeg /usr/local/bin/ffmpeg