Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2026-01-12 18:04:41 +00:00
parent ad07a61aa7
commit 75e3167b65

View File

@@ -260,9 +260,9 @@
"type": "ct" "type": "ct"
}, },
{ {
"name": "Apache-CouchDB", "name": "Apache CouchDB",
"slug": "apache-couchdb", "slug": "apache-couchdb",
"desc": "Apache-CouchDB Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.", "desc": "Apache CouchDB Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.",
"script": "ct/apache-couchdb.sh", "script": "ct/apache-couchdb.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-couchdb.sh", "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/apache-couchdb.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/apache-couchdb.sh", "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/apache-couchdb.sh",
@@ -271,7 +271,7 @@
8 8
], ],
"notes": [ "notes": [
"Show Login Credentials: `cat CouchDB.creds`" "Login Credentials: `cat ~/couchdb.creds`"
], ],
"type": "ct" "type": "ct"
}, },
@@ -2705,6 +2705,24 @@
"notes": [], "notes": [],
"type": "ct" "type": "ct"
}, },
{
"name": "Jellystat",
"slug": "jellystat",
"desc": "A free and open source statistics app for Jellyfin",
"script": "tools/addon/jellystat.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/jellystat.sh",
"script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/addon/jellystat.sh",
"os": "generic",
"categories": [
9
],
"notes": [
"Requires Node.js 20+ and PostgreSQL (auto-installed if missing)",
"Default PostgreSQL credentials: jellystat / jellystat",
"Update with: update_jellystat"
],
"type": "addon"
},
{ {
"name": "Jenkins", "name": "Jenkins",
"slug": "jenkins", "slug": "jenkins",