Update Config Params

This commit is contained in:
Osco 2023-10-04 23:40:22 -04:00
parent b15677e969
commit 97a58052a7
2 changed files with 7 additions and 4 deletions

View File

@ -89,7 +89,9 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Monica](https://github.com/monicahq/monica) - A Personal Relationship Management tool to help you document your social life - [Monica](https://github.com/monicahq/monica) - A Personal Relationship Management tool to help you document your social life
- [Mixpost](https://github.com/inovector/mixpost) - Self-hosted social media management. Schedule and organize your social content. - [Mixpost](https://github.com/inovector/mixpost) - Self-hosted social media management. Schedule and organize your social content.
- [Mixpost Pro](https://mixpost.app/pricing) - Self-hosted social media management. Schedule and organize your social content. - [Mixpost Pro](https://mixpost.app/pricing) - Self-hosted social media management. Schedule and organize your social content.
- [Movary](https://github.com/leepeuker/movary - ) Track and rate your watched movies - [MongoDB](https://github.com/mongodb/mongo)- MongoDB is an open-source NoSQL database
- [Mongo Express](https://github.com/mongo-express/mongo-express) - A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3
- [Movary](https://github.com/leepeuker/movary ) - Track and rate your watched movies
- [mStream](https://github.com/IrosTheBeggar/mStream) - The easiest music streaming server available - [mStream](https://github.com/IrosTheBeggar/mStream) - The easiest music streaming server available
- [Mylar3](https://github.com/mylar3/mylar3) - Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. - [Mylar3](https://github.com/mylar3/mylar3) - Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python.
- [n8n](https://github.com/n8n-io/n8n) - Workflow Automation Tool - [n8n](https://github.com/n8n-io/n8n) - Workflow Automation Tool

View File

@ -5,7 +5,7 @@
"available": true, "available": true,
"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": 8208, "port": 8087,
"categories": [ "categories": [
"development", "development",
"data" "data"
@ -16,12 +16,13 @@
"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/",
"exposable": true, "exposable": true,
"no_gui": true,
"form_fields": [ "form_fields": [
{ {
"type": "text", "type": "text",
"label": "MongoDB Admin Username", "label": "MongoDB Admin Username",
"max": 50, "max": 50,
"min": 10, "min": 3,
"required": true, "required": true,
"env_variable": "ME_CONFIG_MONGODB_ADMINUSERNAME" "env_variable": "ME_CONFIG_MONGODB_ADMINUSERNAME"
}, },
@ -37,7 +38,7 @@
"type": "text", "type": "text",
"label": "Mongo Express Web Username", "label": "Mongo Express Web Username",
"max": 50, "max": 50,
"min": 10, "min": 3,
"required": true, "required": true,
"env_variable": "ME_CONFIG_BASICAUTH_USERNAME" "env_variable": "ME_CONFIG_BASICAUTH_USERNAME"
}, },