2024-11-06 20:14:59 +13:00
{
2025-05-20 11:51:20 +02:00
"name" : "ownCloud" ,
"slug" : "owncloud-vm" ,
"categories" : [
2
] ,
"date_created" : "2024-05-02" ,
"type" : "vm" ,
2025-06-25 20:40:33 +02:00
"updateable" : true ,
2025-05-20 11:51:20 +02:00
"privileged" : false ,
"interface_port" : 80 ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://doc.owncloud.com/" ,
2025-05-20 11:51:20 +02:00
"website" : "https://www.turnkeylinux.org/owncloud" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/owncloud.webp" ,
"config_path" : "" ,
"description" : "TurnKey ownCloud 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/owncloud-vm.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 12 ,
"os" : "debian" ,
2025-09-08 10:56:52 +02:00
"version" : "13"
2025-05-20 11:51:20 +02:00
}
}
] ,
"default_credentials" : {
"username" : "admin" ,
"password" : null
} ,
"notes" : [
{
"text" : "This VM requires extra installation steps, see install guide at `https://github.com/community-scripts/ProxmoxVE/discussions/144`" ,
"type" : "warning"
}
]
2025-01-20 11:44:09 +01:00
}