Files
pi-hosted/template/retired/nextcloudpi.json
Robert Middleswarth 5b5ddf2266 Retire Nextcloud Pi
2024-08-12 19:31:54 -04:00

46 lines
1.3 KiB
JSON

{
"categories": [
"Cloud",
"Productivity",
"Tools",
"Other",
"Web"
],
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"extraScript": "reset_premissions_nextcloud.sh",
"image_arm64": "ownyourbits/nextcloudpi-arm64:latest",
"image_amd64": "ownyourbits/nextcloudpi-x86:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nextcloud-icon.png",
"name": "nextcloudpi",
"note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
"officialDoc": "https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/",
"platform": "linux",
"ports": [
"4444:4443/tcp",
"8443:443/tcp",
"8480:8480/tcp"
],
"title": "NextcloudPi",
"type": 1,
"videoID": "N.08",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ncdata",
"container": "/data"
}
],
"webpage": "https://ownyourbits.com/nextcloudpi/"
}