mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +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>
		
			
				
	
	
		
			60 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "Docker",
 | 
						|
    "slug": "docker",
 | 
						|
    "categories": [
 | 
						|
        3
 | 
						|
    ],
 | 
						|
    "date_created": "2024-05-02",
 | 
						|
    "type": "ct",
 | 
						|
    "updateable": false,
 | 
						|
    "privileged": false,
 | 
						|
    "interface_port": null,
 | 
						|
    "documentation": null,
 | 
						|
    "website": "https://www.docker.com/",
 | 
						|
    "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/docker.svg",
 | 
						|
    "config_path": "",
 | 
						|
    "description": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers.",
 | 
						|
    "install_methods": [
 | 
						|
        {
 | 
						|
            "type": "default",
 | 
						|
            "script": "ct/docker.sh",
 | 
						|
            "resources": {
 | 
						|
                "cpu": 2,
 | 
						|
                "ram": 2048,
 | 
						|
                "hdd": 4,
 | 
						|
                "os": "debian",
 | 
						|
                "version": "12"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "type": "alpine",
 | 
						|
            "script": "ct/alpine-docker.sh",
 | 
						|
            "resources": {
 | 
						|
                "cpu": 1,
 | 
						|
                "ram": 1024,
 | 
						|
                "hdd": 2,
 | 
						|
                "os": "alpine",
 | 
						|
                "version": "3.21"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "default_credentials": {
 | 
						|
        "username": null,
 | 
						|
        "password": null
 | 
						|
    },
 | 
						|
    "notes": [
 | 
						|
        {
 | 
						|
            "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
 | 
						|
            "type": "warning"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "text": "Run Compose V2 by replacing the hyphen (-) with a space, using `docker compose`, instead of `docker-compose`.",
 | 
						|
            "type": "warning"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "text": "Options to Install Portainer and/or Docker Compose V2",
 | 
						|
            "type": "warning"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |