2024-11-06 07:14:59 +00:00
{
"name" : "Nextcloud" ,
"slug" : "nextcloudpi" ,
"categories" : [
12
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : false ,
2024-12-12 09:18:11 +00:00
"interface_port" : 4443 ,
2024-11-06 07:14:59 +00:00
"documentation" : null ,
2024-12-12 09:18:11 +00:00
"website" : "https://github.com/nextcloud/nextcloudpi" ,
2024-11-06 07:14:59 +00:00
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/nextcloud.svg" ,
"description" : "NextCloudPi is a popular self-hosted solution for file collaboration and data storage. It is built on the NextCloud software, which is an open-source platform for data management." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/nextcloudpi.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
2024-11-06 07:14:59 +00:00
"os" : "debian" ,
"version" : "12"
}
2024-11-06 20:46:30 +00:00
} ,
{
"type" : "alpine" ,
"script" : "ct/alpine-nextcloud.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 2 ,
"ram" : 1024 ,
"hdd" : 2 ,
2024-11-06 20:46:30 +00:00
"os" : "alpine" ,
"version" : "3.19"
}
2024-11-06 07:14:59 +00:00
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2025-01-03 17:19:49 +00:00
"notes" : [
{
"text" : "Only Alpine: To get the username and password, run the script again inside the LXC shell." ,
"type" : "warning"
}
]
2024-12-12 09:18:11 +00:00
}