mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* Update vaultwarden.json Add description of issue if web sited accessed without proxy & cert in an attempt to limit support issues * Update frontend/public/json/vaultwarden.json --------- Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "Vaultwarden",
 | 
						|
    "slug": "vaultwarden",
 | 
						|
    "categories": [
 | 
						|
        6
 | 
						|
    ],
 | 
						|
    "date_created": "2024-05-02",
 | 
						|
    "type": "ct",
 | 
						|
    "updateable": true,
 | 
						|
    "privileged": false,
 | 
						|
    "interface_port": 8000,
 | 
						|
    "documentation": null,
 | 
						|
    "website": "https://github.com/dani-garcia/vaultwarden/",
 | 
						|
    "logo": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/resources/vaultwarden-icon-white.svg",
 | 
						|
    "description": "Vaultwarden is a self-hosted password manager which provides secure and encrypted password storage. It uses client-side encryption and provides access to passwords through a web interface and mobile apps.",
 | 
						|
    "install_methods": [
 | 
						|
        {
 | 
						|
            "type": "default",
 | 
						|
            "script": "ct/vaultwarden.sh",
 | 
						|
            "resources": {
 | 
						|
                "cpu": 4,
 | 
						|
                "ram": 6144,
 | 
						|
                "hdd": 6,
 | 
						|
                "os": "debian",
 | 
						|
                "version": "12"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "type": "alpine",
 | 
						|
            "script": "ct/alpine-vaultwarden.sh",
 | 
						|
            "resources": {
 | 
						|
                "cpu": 1,
 | 
						|
                "ram": 256,
 | 
						|
                "hdd": 0.5,
 | 
						|
                "os": "alpine",
 | 
						|
                "version": "3.21"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "default_credentials": {
 | 
						|
        "username": null,
 | 
						|
        "password": null
 | 
						|
    },
 | 
						|
    "notes": [
 | 
						|
        {
 | 
						|
            "text": "Vaultwarden needs to be behind a proxy (Nginx Proxy Manager, Caddy, etc) to obtain HTTPS and to allow clients to connect. If you try to open the web page directly on the new container, the web site will not load",
 | 
						|
            "type": "warning"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "text": "To set the Admin Token, run the command below (or type update) in the LXC Console.",
 | 
						|
            "type": "info"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |