app: allow https for portainer
chore: bump portainer version
This commit is contained in:
parent
d4465aa48d
commit
0af297dcf2
|
@ -3,8 +3,9 @@
|
||||||
"name": "Portainer",
|
"name": "Portainer",
|
||||||
"port": 9443,
|
"port": 9443,
|
||||||
"available": true,
|
"available": true,
|
||||||
|
"https": true,
|
||||||
"id": "portainer",
|
"id": "portainer",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "2.14.2",
|
"version": "2.14.2",
|
||||||
"categories": ["utilities"],
|
"categories": ["utilities"],
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"maximum": 65535
|
"maximum": 65535
|
||||||
},
|
},
|
||||||
|
"https": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user