forked from pelican-eggs/eggs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
794ec9d
commit 1e50f25
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
{ | ||
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | ||
"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", | ||
"author": "[email protected]", | ||
"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}", | ||
"config": { | ||
"files": "{}", | ||
|
@@ -30,7 +36,8 @@ | |
"default_value": "admin", | ||
"user_viewable": true, | ||
"user_editable": true, | ||
"rules": "required|string" | ||
"rules": "required|string", | ||
"field_type": "text" | ||
}, | ||
{ | ||
"name": "Mongo Admin Password", | ||
|
@@ -39,7 +46,8 @@ | |
"default_value": "aP@55word", | ||
"user_viewable": true, | ||
"user_editable": true, | ||
"rules": "required|string" | ||
"rules": "required|string", | ||
"field_type": "text" | ||
} | ||
] | ||
} |