Files
PortainerTemplates/templates-2.0.json

48 lines
1.5 KiB
JSON
Raw Normal View History

{
"version": "2",
"templates": [
{
"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"
},
{
2022-04-04 20:56:44 +02:00
"default": "Europe/Berlin",
"label": "TZ",
2022-04-04 20:56:44 +02:00
"name": "TZ"
},
{
"label": "DATABASE_PASSWORD",
"name": "DATABASE_PASSWORD"
},
{
"label": "MYSQL_ROOT_PASSWORD",
"name": "MYSQL_ROOT_PASSWORD"
},
{
"label": "PORT",
"name": "PORT"
}
],
"logo": "https://dev.ksite.de/rkirchner/PortainerTemplates/raw/branch/master/Images/nextcloud-icon.png",
"name": "nextcloud",
"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",
"repository": {
"stackfile": "Stack/nextcloud/nextcloud.yml",
"url": "https://dev.ksite.de/rkirchner/PortainerTemplates"
},
"title": "Nextcloud",
"type": 3
}
]
}