mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "Apache-CouchDB",
 | 
						|
    "slug": "apache-couchdb",
 | 
						|
    "categories": [
 | 
						|
        8
 | 
						|
    ],
 | 
						|
    "date_created": "2024-05-02",
 | 
						|
    "type": "ct",
 | 
						|
    "updateable": false,
 | 
						|
    "privileged": false,
 | 
						|
    "interface_port": 5984,
 | 
						|
    "documentation": null,
 | 
						|
    "website": "https://couchdb.apache.org/",
 | 
						|
    "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/couchdb.svg",
 | 
						|
    "config_path": "",
 | 
						|
    "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": "12"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "default_credentials": {
 | 
						|
        "username": null,
 | 
						|
        "password": null
 | 
						|
    },
 | 
						|
    "notes": [
 | 
						|
        {
 | 
						|
            "text": "Show Login Credentials: `cat CouchDB.creds`",
 | 
						|
            "type": "info"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |