Skip to content

Commit cfb755a

Browse files
authored
Fix port and website in nextcloudpi.json (#790)
1 parent 4a60a29 commit cfb755a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

json/nextcloudpi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"type": "ct",
99
"updateable": false,
1010
"privileged": false,
11-
"interface_port": 433,
11+
"interface_port": 4443,
1212
"documentation": null,
13-
"website": "https://www.turnkeylinux.org/nextcloud",
13+
"website": "https://github.com/nextcloud/nextcloudpi",
1414
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/nextcloud.svg",
1515
"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.",
1616
"install_methods": [
@@ -42,4 +42,4 @@
4242
"password": null
4343
},
4444
"notes": []
45-
}
45+
}

0 commit comments

Comments
 (0)