chore(mongo): update logos
This commit is contained in:
parent
ca3cb69cb2
commit
9c78a9502b
|
@ -6,16 +6,12 @@
|
||||||
"short_desc": "Web-based MongoDB admin interface, written with Node.js and Express",
|
"short_desc": "Web-based MongoDB admin interface, written with Node.js and Express",
|
||||||
"author": "MongoDB",
|
"author": "MongoDB",
|
||||||
"port": 8087,
|
"port": 8087,
|
||||||
"categories": [
|
"categories": ["development", "data"],
|
||||||
"development",
|
|
||||||
"data"
|
|
||||||
],
|
|
||||||
"description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3",
|
"description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"source": "https://github.com/mongo-express/mongo-express",
|
"source": "https://github.com/mongo-express/mongo-express",
|
||||||
"website": "https://www.mongodb.com/",
|
"website": "https://www.mongodb.com/",
|
||||||
"no_gui": true,
|
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
@ -26,28 +22,28 @@
|
||||||
"env_variable": "ME_CONFIG_MONGODB_ADMINUSERNAME"
|
"env_variable": "ME_CONFIG_MONGODB_ADMINUSERNAME"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"label": "MongoDB Admin Password",
|
"label": "MongoDB Admin Password",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
"min": 10,
|
"min": 10,
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "ME_CONFIG_MONGODB_ADMINPASSWORD"
|
"env_variable": "ME_CONFIG_MONGODB_ADMINPASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Mongo Express Web Username",
|
"label": "Mongo Express Web Username",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
"min": 3,
|
"min": 3,
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "ME_CONFIG_BASICAUTH_USERNAME"
|
"env_variable": "ME_CONFIG_BASICAUTH_USERNAME"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"label": "Mongo Express Web Password",
|
"label": "Mongo Express Web Password",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
"min": 10,
|
"min": 10,
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "ME_CONFIG_BASICAUTH_PASSWORD"
|
"env_variable": "ME_CONFIG_BASICAUTH_PASSWORD"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user