Skip to content

Commit

Permalink
Fix non working webhost egg
Browse files Browse the repository at this point in the history
  • Loading branch information
finnie2006 authored Feb 7, 2023
1 parent e9d6e83 commit a93dc51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions egg-web-host-egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-02-07T09:46:21+01:00",
"exported_at": "2023-02-07T09:58:34+01:00",
"name": "WebHost Egg",
"author": "info@finniedj.nl",
"description": "An egg to host any Website.\r\nit also has composer, just specify your packages in the packages box, and it will install the packages when you start the server, it also has wordpress, just turn on the slider when you make the server, and wordpress will get installed for you\r\n\r\nSigma Productions 2023",
"description": "An egg to host any Website.\r\nit also has composer, just specify your packages in the packages box, and it will install the packages when you start the server, it also has wordpress, just turn on the slider when you make the server, and wordpress will get installed for you\r\n\r\n\u00a9 Sigma Productions 2023",
"features": null,
"docker_images": {
"PHP 8.0": " ghcr.io\/sigma-production\/nginx-ptero:8.0",
"PHP 8.1": " ghcr.io\/sigma-production\/nginx-ptero:8.1"
},
"file_denylist": [],
"startup": "{{STARTUP_CMD}};",
"startup": "{{STARTUP_CMD}}; if [[ ! -z ${COMPOSER_MODULES} ]]; then composer require ${COMPOSER_MODULES} --working-dir=\/home\/container\/webroot; fi;",
"config": {
"files": "{\r\n \"nginx\/conf.d\/default.conf\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \" listen \": \" listen {{server.build.default.port}};\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"\",\r\n \"userInteraction\": []\r\n}",
Expand Down

0 comments on commit a93dc51

Please sign in to comment.