added nextcloudpi for testing
This commit is contained in:
@@ -1179,6 +1179,46 @@
|
||||
"title": "Nextcloud",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"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": "100",
|
||||
"label": "PGID",
|
||||
"name": "PGID"
|
||||
}
|
||||
],
|
||||
"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/main/pi-hosted_template/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.",
|
||||
"platform": "linux",
|
||||
"image": "ownyourbits/nextcloudpi",
|
||||
"title": "NextcloudPi",
|
||||
"type": 1,
|
||||
"ports":[
|
||||
"4443:4443/tcp",
|
||||
"8443:443/tcp",
|
||||
"8480:8480/tcp"
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/ncdata",
|
||||
"container": "/data"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Web",
|
||||
|
||||
Reference in New Issue
Block a user