Merge pull request #63 from novaspirit/beta

Beta
This commit is contained in:
don
2021-10-13 19:36:38 -04:00
committed by GitHub
2 changed files with 40 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -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",