mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Fluid-Calendar",
 | 
						|
  "slug": "fluid-calendar",
 | 
						|
  "categories": [
 | 
						|
    19,
 | 
						|
    0
 | 
						|
  ],
 | 
						|
  "date_created": "2025-03-12",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 3000,
 | 
						|
  "documentation": "https://github.com/dotnetfactory/fluid-calendar/tree/main/docs",
 | 
						|
  "website": "https://github.com/dotnetfactory/fluid-calendar",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/fluidcalendar.webp",
 | 
						|
  "config_path": "/opt/fluid-calendar/.env",
 | 
						|
  "description": "The open-source intelligent calendar that adapts to your workflow. Experience seamless task scheduling powered by AI, designed to make your time management effortless.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/fluid-calendar.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 3,
 | 
						|
        "ram": 4096,
 | 
						|
        "hdd": 7,
 | 
						|
        "os": "Debian",
 | 
						|
        "version": "12"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "Creds: cat ~/fluid-calendar.creds",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |