app: allow https for portainer

This commit is contained in:
Nicolas Meienberger 2022-09-08 08:34:11 +02:00
parent 8dc075eb5f
commit bf795bb3d8
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"name": "Portainer",
"port": 9443,
"available": true,
"https": true,
"id": "portainer",
"tipi_version": 2,
"version": "2.14.2",

View File

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