Update Config Params
This commit is contained in:
parent
b15677e969
commit
97a58052a7
|
@ -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
|
||||
- [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.
|
||||
- [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
|
||||
- [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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"available": true,
|
||||
"short_desc": "Web-based MongoDB admin interface, written with Node.js and Express",
|
||||
"author": "MongoDB",
|
||||
"port": 8208,
|
||||
"port": 8087,
|
||||
"categories": [
|
||||
"development",
|
||||
"data"
|
||||
|
@ -16,12 +16,13 @@
|
|||
"source": "https://github.com/mongo-express/mongo-express",
|
||||
"website": "https://www.mongodb.com/",
|
||||
"exposable": true,
|
||||
"no_gui": true,
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "MongoDB Admin Username",
|
||||
"max": 50,
|
||||
"min": 10,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "ME_CONFIG_MONGODB_ADMINUSERNAME"
|
||||
},
|
||||
|
@ -37,7 +38,7 @@
|
|||
"type": "text",
|
||||
"label": "Mongo Express Web Username",
|
||||
"max": 50,
|
||||
"min": 10,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "ME_CONFIG_BASICAUTH_USERNAME"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user