mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
322991244b
* Include Alpine * Fixed nextcloud edgecase * Update json/docker.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/grafana.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/nextcloudpi.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/vaultwarden.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/zigbee2mqtt.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "Nextcloud",
|
|
"slug": "nextcloudpi",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": "433",
|
|
"documentation": null,
|
|
"website": "https://www.turnkeylinux.org/nextcloud",
|
|
"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": {
|
|
"cpu": "2",
|
|
"ram": "2048",
|
|
"hdd": "8",
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
},
|
|
{
|
|
"type": "alpine",
|
|
"script": "ct/alpine-nextcloud.sh",
|
|
"resources": {
|
|
"cpu": "2",
|
|
"ram": "1024",
|
|
"hdd": "2",
|
|
"os": "alpine",
|
|
"version": "3.19"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |