Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-03-30 12:16:12 +00:00
parent 276c648f29
commit a05546e811

View File

@@ -1422,7 +1422,7 @@
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"is_dev": false,
"execute_in": [
"lxc"
],
@@ -1621,12 +1621,12 @@
"os": "debian"
},
{
"name": "BirdNET",
"slug": "birdnet",
"name": "BirdNET-Go",
"slug": "birdnet-go",
"desc": "BirdNET-Go is an AI-powered solution for continuous avian monitoring and identification, providing 24/7 realtime bird song analysis.",
"script": "ct/birdnet.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/birdnet.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/birdnet.sh",
"script": "ct/birdnet-go.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/birdnet-go.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/birdnet-go.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
@@ -3108,6 +3108,36 @@
"config_path": "",
"os": "debian"
},
{
"name": "Dashy",
"slug": "dashy",
"desc": "Dashy is a solution that helps you organize your self-hosted services by centralizing access to them through a single interface.",
"script": "ct/dashy.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dashy.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/dashy.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00010"
],
"category_names": [
"Dashboards & Frontends"
],
"notes": [],
"port": 4000,
"website": "https://dashy.to/",
"documentation": "https://dashy.to/docs",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dashy.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "/opt/dashy/user-data/conf.yml",
"os": "debian"
},
{
"name": "Databasus",
"slug": "databasus",
@@ -3903,6 +3933,36 @@
"config_path": "",
"os": "ubuntu"
},
{
"name": "DrawDB",
"slug": "drawdb",
"desc": "DrawDB is a free, simple, and intuitive database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export SQL scripts, and customize your editor.",
"script": "ct/drawdb.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/drawdb.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/drawdb.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00020"
],
"category_names": [
"AI / Coding & Dev-Tools"
],
"notes": [],
"port": 3000,
"website": "https://drawdb.vercel.app",
"documentation": "https://github.com/drawdb-io/drawdb",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/drawdb.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "",
"os": "debian"
},
{
"name": "Draw.IO",
"slug": "drawio",
@@ -4612,6 +4672,40 @@
"config_path": "/opt/firefly/.env",
"os": "debian"
},
{
"name": "fireshare",
"slug": "fireshare",
"desc": "Fireshare is a self-hosted app that lets you share videos — particularly gaming clips — via unique links. You upload videos to a folder, and the app generates shareable URLs for each one. It's designed as a lightweight alternative to services like Medal or YouTube for people who want full control over their content without relying on third-party platforms.",
"script": "ct/fireshare.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/fireshare.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/fireshare.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00006"
],
"category_names": [
"Authentication & Security"
],
"notes": [
"Type `cat ~/fireshare.creds` to get admin username and password.",
"To enable GPU transcoding, you need to set proper variable in `/opt/fireshare/fireshare.env`.",
"The installation is compiling `ffmpeg`, `SVT-AV1` and NVIDIA headers from source, this may take a while, depending on your host speed. If possible, increase CPU cores allocated to the LXC container."
],
"port": 9000,
"website": "https://github.com/ShaneIsrael/fireshare",
"documentation": "https://github.com/ShaneIsrael/fireshare/blob/develop/README.md",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/fireshare.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "/opt/fireshare/fireshare.env",
"os": "debian"
},
{
"name": "Fladder",
"slug": "fladder",
@@ -6305,6 +6399,42 @@
},
"os": "debian"
},
{
"name": "Homelable",
"slug": "homelable",
"desc": "Homelable is an interactive homelab network visualization and monitoring tool. Map your infrastructure on a drag-and-drop canvas with live node status checks (ping, HTTP, TCP, SSH), network scanning via nmap, and hardware spec tracking.",
"script": "ct/homelable.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/homelable.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/homelable.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00009"
],
"category_names": [
"Monitoring & Analytics"
],
"notes": [
"Change the default password after first login!"
],
"port": 3000,
"website": "https://github.com/Pouzor/homelable",
"documentation": "https://github.com/Pouzor/homelable/blob/main/INSTALLATION.md",
"logo": "https://raw.githubusercontent.com/Pouzor/homelable/main/frontend/public/logo.svg",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "/opt/homelable/backend/.env",
"default_credentials": {
"username": "admin",
"password": "admin"
},
"os": "debian"
},
{
"name": "Homepage",
"slug": "homepage",
@@ -9763,6 +9893,38 @@
"config_path": "/opt/n8n.env",
"os": "debian"
},
{
"name": "Nametag",
"slug": "nametag",
"desc": "Nametag is a personal relationships manager that helps you remember the people in your life. Track birthdays, contact info, relationships, and visualize your network as an interactive graph.",
"script": "ct/nametag.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/nametag.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/nametag.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00000"
],
"category_names": [
"Miscellaneous"
],
"notes": [
"Create your first account via the web UI — self-hosted accounts are auto-verified."
],
"port": 3000,
"website": "https://nametag.one",
"documentation": "https://github.com/mattogodoy/nametag",
"logo": "https://raw.githubusercontent.com/mattogodoy/nametag/master/public/android-chrome-192x192.png",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "/opt/nametag/.env",
"os": "debian"
},
{
"name": "Navidrome",
"slug": "navidrome",
@@ -11147,6 +11309,40 @@
},
"os": "debian"
},
{
"name": "OpenThread Border Router",
"slug": "openthread-br",
"desc": "OpenThread Border Router (OTBR) connects a Thread network to other IP-based networks such as Wi-Fi or Ethernet, providing bidirectional connectivity, mDNS/SRP service discovery, NAT64, and external Thread commissioning.",
"script": "ct/openthread-br.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/openthread-br.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/openthread-br.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00017"
],
"category_names": [
"ZigBee, Z-Wave & Matter"
],
"notes": [
"Requires a Thread Radio Co-Processor (RCP) USB device passed through to the LXC container (e.g. /dev/ttyACM0). Edit /etc/default/otbr-agent to configure the RCP device path.",
"This container runs in privileged mode for network administration (iptables, ipset, tun device access).",
"Services are not started automatically on first boot. Connect your RCP device, configure /etc/default/otbr-agent, then run: systemctl start otbr-agent && systemctl start otbr-web"
],
"port": 80,
"website": "https://openthread.io/",
"documentation": "https://openthread.io/guides/border-router",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openthread.webp",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "/etc/default/otbr-agent",
"os": "debian"
},
{
"name": "Open WebUI",
"slug": "openwebui",
@@ -16559,6 +16755,38 @@
"config_path": "Debian `/etc/transmission-daemon/settings.json` | Alpine `/var/lib/transmission/config/settings.json`",
"os": "alpine"
},
{
"name": "Transmute",
"slug": "transmute",
"desc": "Transmute is a free, open-source, self-hosted file converter built for privacy. Convert images, video, audio, documents, spreadsheets, subtitles, and fonts locally with no file size limits.",
"script": "ct/transmute.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/transmute.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/transmute.sh",
"type": "lxc",
"type_id": "nm9bra8mzye2scg",
"categories": [
"scriptcat00011"
],
"category_names": [
"Files & Downloads"
],
"notes": [
"Create your first account via the web UI — it becomes the admin account."
],
"port": 3313,
"website": "https://transmute.sh",
"documentation": "https://transmute.sh/docs/getting-started/",
"logo": "https://raw.githubusercontent.com/transmute-app/transmute/main/frontend/public/transmute-logo.svg",
"updateable": true,
"privileged": false,
"has_arm": false,
"is_dev": true,
"execute_in": [
"lxc"
],
"config_path": "/opt/transmute/backend/.env",
"os": "debian"
},
{
"name": "Trilium Notes",
"slug": "trilium",