mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 02:48:07 +00:00 
			
		
		
		
	Merge pull request #1838 from QuintenQVD0/patch-6
update MongoDB to new images
This commit is contained in:
		
						commit
						2c131da51b
					
				@ -1,13 +1,19 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
					    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
				
			||||||
    "meta": {
 | 
					    "meta": {
 | 
				
			||||||
        "version": "PTDL_v1"
 | 
					        "version": "PTDL_v2",
 | 
				
			||||||
 | 
					        "update_url": null
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "exported_at": "2020-10-30T13:01:44+00:00",
 | 
					    "exported_at": "2022-08-28T13:33:51+02:00",
 | 
				
			||||||
    "name": "MongoDB",
 | 
					    "name": "MongoDB",
 | 
				
			||||||
    "author": "parker@parkervcp.com",
 | 
					    "author": "parker@parkervcp.com",
 | 
				
			||||||
    "description": "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for my butt era.",
 | 
					    "description": "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for my butt era.",
 | 
				
			||||||
    "image": "quay.io\/parkervcp\/pterodactyl-images:db_mongo-4",
 | 
					    "features": null,
 | 
				
			||||||
 | 
					    "docker_images": {
 | 
				
			||||||
 | 
					        "MongoDB_4": "ghcr.io\/parkervcp\/yolks:mongodb_4",
 | 
				
			||||||
 | 
					        "MongoDB_5": "ghcr.io\/parkervcp\/yolks:mongodb_5"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "file_denylist": [],
 | 
				
			||||||
    "startup": "mongod --fork --dbpath \/home\/container\/mongodb\/ --port ${SERVER_PORT} --bind_ip 0.0.0.0 --logpath \/home\/container\/logs\/mongo.log -f \/home\/container\/mongod.conf; until nc -z -v -w5 127.0.0.1 ${SERVER_PORT}; do echo 'Waiting for mongodb connection...'; sleep 5; done && mongo --username ${MONGO_USER} --password ${MONGO_USER_PASS} --host 127.0.0.1:${SERVER_PORT} && mongo --eval \"db.getSiblingDB('admin').shutdownServer()\" 127.0.0.1:${SERVER_PORT}",
 | 
					    "startup": "mongod --fork --dbpath \/home\/container\/mongodb\/ --port ${SERVER_PORT} --bind_ip 0.0.0.0 --logpath \/home\/container\/logs\/mongo.log -f \/home\/container\/mongod.conf; until nc -z -v -w5 127.0.0.1 ${SERVER_PORT}; do echo 'Waiting for mongodb connection...'; sleep 5; done && mongo --username ${MONGO_USER} --password ${MONGO_USER_PASS} --host 127.0.0.1:${SERVER_PORT} && mongo --eval \"db.getSiblingDB('admin').shutdownServer()\" 127.0.0.1:${SERVER_PORT}",
 | 
				
			||||||
    "config": {
 | 
					    "config": {
 | 
				
			||||||
        "files": "{}",
 | 
					        "files": "{}",
 | 
				
			||||||
@ -30,7 +36,8 @@
 | 
				
			|||||||
            "default_value": "admin",
 | 
					            "default_value": "admin",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string"
 | 
					            "rules": "required|string",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "name": "Mongo Admin Password",
 | 
					            "name": "Mongo Admin Password",
 | 
				
			||||||
@ -39,7 +46,8 @@
 | 
				
			|||||||
            "default_value": "aP@55word",
 | 
					            "default_value": "aP@55word",
 | 
				
			||||||
            "user_viewable": true,
 | 
					            "user_viewable": true,
 | 
				
			||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string"
 | 
					            "rules": "required|string",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user