2024-11-08 21:27:01 +00:00
{
"name" : "Nextcloud" ,
"slug" : "nextcloud-vm" ,
"categories" : [
12
] ,
"date_created" : "2023-11-14" ,
"type" : "vm" ,
"updateable" : false ,
"privileged" : false ,
2024-11-28 14:50:40 +00:00
"interface_port" : 80 ,
2024-11-08 21:27:01 +00:00
"documentation" : null ,
"website" : "https://www.turnkeylinux.org/nextcloud" ,
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/nextcloud.svg" ,
"description" : "TurnKey Nextcloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "vm/nextcloud-vm.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 12 ,
2024-11-08 21:27:01 +00:00
"os" : "debian" ,
2024-11-28 14:50:40 +00:00
"version" : "12"
2024-11-08 21:27:01 +00:00
}
}
] ,
"default_credentials" : {
"username" : "admin" ,
"password" : null
} ,
2024-11-09 13:55:20 +00:00
"notes" : [
{
"text" : "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`" ,
"type" : "warning"
}
]
2024-11-08 21:27:01 +00:00
}