mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-04 20:33:24 +01:00
* Apache CouchDB: bump to debian 13 and add update support Added update functionality to apache-couchdb.sh and marked CouchDB as updateable in the JSON metadata. Updated default OS version to 13 and improved credential file handling. Refactored the install script to use a helper for repository setup and standardized credential output. * fix naming
41 lines
1009 B
JSON
41 lines
1009 B
JSON
{
|
|
"name": "Apache CouchDB",
|
|
"slug": "apache-couchdb",
|
|
"categories": [
|
|
8
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5984,
|
|
"documentation": "https://docs.couchdb.org/en/stable/",
|
|
"website": "https://couchdb.apache.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/couchdb.webp",
|
|
"config_path": "etc/default.ini",
|
|
"description": "Apache CouchDB Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/apache-couchdb.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 4096,
|
|
"hdd": 10,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Login Credentials: `cat ~/couchdb.creds`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|