chore(mongo): update logos

This commit is contained in:
Nicolas Meienberger 2023-10-07 12:08:34 +02:00
parent ca3cb69cb2
commit 9c78a9502b
3 changed files with 20 additions and 24 deletions

View File

@ -6,16 +6,12 @@
"short_desc": "Web-based MongoDB admin interface, written with Node.js and Express",
"author": "MongoDB",
"port": 8087,
"categories": [
"development",
"data"
],
"categories": ["development", "data"],
"description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3",
"tipi_version": 1,
"version": "1.0.0",
"source": "https://github.com/mongo-express/mongo-express",
"website": "https://www.mongodb.com/",
"no_gui": true,
"form_fields": [
{
"type": "text",
@ -26,28 +22,28 @@
"env_variable": "ME_CONFIG_MONGODB_ADMINUSERNAME"
},
{
"type": "password",
"label": "MongoDB Admin Password",
"max": 50,
"min": 10,
"required": true,
"env_variable": "ME_CONFIG_MONGODB_ADMINPASSWORD"
"type": "password",
"label": "MongoDB Admin Password",
"max": 50,
"min": 10,
"required": true,
"env_variable": "ME_CONFIG_MONGODB_ADMINPASSWORD"
},
{
"type": "text",
"label": "Mongo Express Web Username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "ME_CONFIG_BASICAUTH_USERNAME"
"type": "text",
"label": "Mongo Express Web Username",
"max": 50,
"min": 3,
"required": true,
"env_variable": "ME_CONFIG_BASICAUTH_USERNAME"
},
{
"type": "password",
"label": "Mongo Express Web Password",
"max": 50,
"min": 10,
"required": true,
"env_variable": "ME_CONFIG_BASICAUTH_PASSWORD"
"type": "password",
"label": "Mongo Express Web Password",
"max": 50,
"min": 10,
"required": true,
"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