app: allow https for portainer

chore: bump portainer version
This commit is contained in:
Nicolas Meienberger 2022-09-08 08:34:11 +02:00
parent d4465aa48d
commit 0af297dcf2
2 changed files with 5 additions and 1 deletions

View File

@ -3,8 +3,9 @@
"name": "Portainer",
"port": 9443,
"available": true,
"https": true,
"id": "portainer",
"tipi_version": 2,
"tipi_version": 3,
"version": "2.14.2",
"categories": ["utilities"],
"description": "",

View File

@ -20,6 +20,9 @@
"minimum": 0,
"maximum": 65535
},
"https": {
"type": "boolean"
},
"requirements": {
"type": "object",
"properties": {