From cfb755a8627a7cd693d0220626ca9e6201877f2d Mon Sep 17 00:00:00 2001 From: Emik Date: Thu, 12 Dec 2024 17:18:11 +0800 Subject: [PATCH] Fix port and website in nextcloudpi.json (#790) --- json/nextcloudpi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/nextcloudpi.json b/json/nextcloudpi.json index bd0098e7..ab6d3f8c 100644 --- a/json/nextcloudpi.json +++ b/json/nextcloudpi.json @@ -8,9 +8,9 @@ "type": "ct", "updateable": false, "privileged": false, - "interface_port": 433, + "interface_port": 4443, "documentation": null, - "website": "https://www.turnkeylinux.org/nextcloud", + "website": "https://github.com/nextcloud/nextcloudpi", "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": [ @@ -42,4 +42,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +}